Data Fields | |
URLContext * | rtp_handle |
RTPDemuxContext * | rtp_ctx |
int | stream_index |
int | interleaved_min |
int | interleaved_max |
char | control_url [1024] |
int | sdp_port |
struct in_addr | sdp_ip |
int | sdp_ttl |
int | sdp_payload_type |
rtp_payload_data_t | rtp_payload_data |
RTPDynamicProtocolHandler * | dynamic_handler |
Only valid if it's a dynamic protocol. (This is the handler structure). | |
void * | dynamic_protocol_context |
Only valid if it's a dynamic protocol. (This is any private data associated with the dynamic protocol). |
Definition at line 57 of file rtsp.c.
Definition at line 58 of file rtsp.c.
Referenced by rtsp_close_streams(), rtsp_read_header(), sdp_read_header(), and udp_read_packet().
Definition at line 59 of file rtsp.c.
Referenced by rtsp_close_streams(), rtsp_read_header(), rtsp_read_packet(), and sdp_read_header().
Definition at line 61 of file rtsp.c.
Referenced by rtsp_read_header(), sdp_parse_line(), and sdp_read_header().
char RTSPStream::control_url[1024] |
struct in_addr RTSPStream::sdp_ip [read] |
Definition at line 68 of file rtsp.c.
Referenced by rtsp_read_header(), sdp_parse_line(), and sdp_read_header().
Definition at line 69 of file rtsp.c.
Referenced by rtsp_read_header(), sdp_parse_fmtp(), and sdp_read_header().
Only valid if it's a dynamic protocol. (This is the handler structure).
Definition at line 71 of file rtsp.c.
Referenced by rtsp_close_streams(), rtsp_read_header(), sdp_parse_line(), sdp_parse_rtpmap(), and sdp_read_header().
Only valid if it's a dynamic protocol. (This is any private data associated with the dynamic protocol).
Definition at line 72 of file rtsp.c.
Referenced by rtsp_close_streams(), rtsp_read_header(), sdp_parse_line(), sdp_parse_rtpmap(), and sdp_read_header().