#include <rtpdec.h>
Data Fields | |
AVFormatContext * | ic |
AVStream * | st |
int | payload_type |
uint32_t | ssrc |
uint16_t | seq |
uint32_t | timestamp |
uint32_t | base_timestamp |
uint32_t | cur_timestamp |
int | max_payload_size |
struct MpegTSContext * | ts |
int | read_buf_index |
int | read_buf_size |
URLContext * | rtp_ctx |
char | hostname [256] |
RTPStatistics | statistics |
Statistics for this stream (used by RTCP receiver reports). | |
int64_t | last_rtcp_ntp_time |
int64_t | first_rtcp_ntp_time |
uint32_t | last_rtcp_timestamp |
unsigned int | packet_count |
unsigned int | octet_count |
unsigned int | last_octet_count |
int | first_packet |
uint8_t | buf [RTP_MAX_PACKET_LENGTH] |
uint8_t * | buf_ptr |
RTPPayloadData * | rtp_payload_data |
DynamicPayloadPacketHandlerProc | parse_packet |
This is also copied from the dynamic protocol handler structure. | |
PayloadContext * | dynamic_protocol_context |
This is a copy from the values setup from the sdp parsing, in rtsp.c don't free me. | |
int | max_frames_per_packet |
Definition at line 136 of file rtpdec.h.
uint32_t RTPDemuxContext::base_timestamp |
uint8_t RTPDemuxContext::buf[RTP_MAX_PACKET_LENGTH] |
uint8_t* RTPDemuxContext::buf_ptr |
uint32_t RTPDemuxContext::cur_timestamp |
This is a copy from the values setup from the sdp parsing, in rtsp.c don't free me.
Definition at line 174 of file rtpdec.h.
Referenced by rtp_parse_packet(), and rtp_parse_set_dynamic_protocol().
Definition at line 157 of file rtpdec.h.
Referenced by finalize_packet(), rtcp_parse_packet(), and rtp_parse_open().
char RTPDemuxContext::hostname[256] |
Definition at line 151 of file rtpdec.h.
Referenced by rtp_check_and_send_back_rr(), and rtp_parse_open().
Definition at line 137 of file rtpdec.h.
Referenced by rtp_check_and_send_back_rr(), rtp_parse_open(), and rtp_parse_packet().
unsigned int RTPDemuxContext::last_octet_count |
Definition at line 156 of file rtpdec.h.
Referenced by finalize_packet(), rtcp_parse_packet(), rtp_check_and_send_back_rr(), and rtp_parse_open().
uint32_t RTPDemuxContext::last_rtcp_timestamp |
unsigned int RTPDemuxContext::octet_count |
unsigned int RTPDemuxContext::packet_count |
This is also copied from the dynamic protocol handler structure.
Definition at line 173 of file rtpdec.h.
Referenced by rtp_parse_packet(), and rtp_parse_set_dynamic_protocol().
Definition at line 139 of file rtpdec.h.
Referenced by rtp_parse_close(), rtp_parse_open(), and rtp_parse_packet().
Definition at line 150 of file rtpdec.h.
Referenced by rtp_check_and_send_back_rr(), and rtp_parse_open().
Definition at line 170 of file rtpdec.h.
Referenced by rtp_parse_mp4_au(), rtp_parse_open(), and rtp_parse_packet().
uint16_t RTPDemuxContext::seq |
uint32_t RTPDemuxContext::ssrc |
Definition at line 140 of file rtpdec.h.
Referenced by rtp_check_and_send_back_rr(), and rtp_parse_packet().
Definition at line 138 of file rtpdec.h.
Referenced by finalize_packet(), rtp_parse_open(), and rtp_parse_packet().
Statistics for this stream (used by RTCP receiver reports).
Definition at line 153 of file rtpdec.h.
Referenced by rtp_check_and_send_back_rr(), rtp_parse_open(), and rtp_parse_packet().
uint32_t RTPDemuxContext::timestamp |
struct MpegTSContext* RTPDemuxContext::ts [read] |
Definition at line 146 of file rtpdec.h.
Referenced by rtp_parse_close(), rtp_parse_open(), and rtp_parse_packet().