![]() |
MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
|
Session Announcement Protocol (SDP) implementation for announcement of the stream data. The SAP packet contains the Session Description Protocol (SDP). More...
#include <arpa/inet.h>
#include <ifaddrs.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <stdint.h>
#include <unistd.h>
#include <array>
#include <map>
#include <string>
#include <thread>
#include <vector>
#include "rtp/rtp_types.h"
Go to the source code of this file.
Data Structures | |
struct | mediax::sap::SapHeader |
Class to announce the stream details using the SAP protocol. More... | |
class | mediax::sap::SapAnnouncer |
Class to announce the stream details using the SAP protocol. More... | |
Namespaces | |
namespace | mediax |
The Astute Systems (MediaX) library for video streaming. | |
namespace | mediax::sap |
The Session Announcment Protocol (SAP)/ Session Description Protocol (SDP) namespace. | |
Session Announcement Protocol (SDP) implementation for announcement of the stream data. The SAP packet contains the Session Description Protocol (SDP).