RTP processing (headers) More...
#include <arpa/inet.h>
#include <endian.h>
#include <inttypes.h>
#include <string.h>
Go to the source code of this file.
Data Structures | |
struct | rtp_header |
RTP Header (http://tools.ietf.org/html/rfc3550#section-5.1) More... | |
struct | janus_rtp_packet |
RTP packet. More... |
Macros | |
#define | RTP_HEADER_SIZE 12 |
Typedefs | |
typedef struct rtp_header | rtp_header |
RTP Header (http://tools.ietf.org/html/rfc3550#section-5.1) | |
typedef struct janus_rtp_packet | janus_rtp_packet |
RTP packet. |
RTP processing (headers)
Implementation the RTP header. Since the gateway does not much more than relaying frames around, the only thing we're interested in is the RTP header and how to get its payload.
#define RTP_HEADER_SIZE 12 |
typedef struct janus_rtp_packet janus_rtp_packet |
RTP packet.
typedef struct rtp_header rtp_header |
RTP Header (http://tools.ietf.org/html/rfc3550#section-5.1)