Data Fields | |
URLContext * | rtsp_hd |
int | nb_rtsp_streams |
struct RTSPStream ** | rtsp_streams |
enum RTSPClientState | state |
int64_t | seek_timestamp |
int | seq |
char | session_id [512] |
enum RTSPProtocol | protocol |
char | last_reply [2048] |
RTPDemuxContext * | cur_rtp |
Definition at line 40 of file rtsp.c.
Definition at line 41 of file rtsp.c.
Referenced by rtsp_read_close(), rtsp_read_header(), rtsp_send_cmd(), rtsp_skip_packet(), and tcp_read_packet().
Definition at line 42 of file rtsp.c.
Referenced by rtsp_close_streams(), rtsp_read_header(), sdp_parse_line(), sdp_read_header(), tcp_read_packet(), and udp_read_packet().
struct RTSPStream** RTSPState::rtsp_streams [read] |
Definition at line 43 of file rtsp.c.
Referenced by rtsp_close_streams(), rtsp_read_header(), sdp_parse_line(), sdp_read_header(), tcp_read_packet(), and udp_read_packet().
Definition at line 45 of file rtsp.c.
Referenced by rtsp_read_header(), rtsp_read_pause(), rtsp_read_play(), and rtsp_read_seek().
int64_t RTSPState::seek_timestamp |
Definition at line 46 of file rtsp.c.
Referenced by rtsp_read_header(), rtsp_read_play(), and rtsp_read_seek().
int RTSPState::seq |
char RTSPState::session_id[512] |
Definition at line 52 of file rtsp.c.
Referenced by rtsp_read_close(), rtsp_read_header(), and rtsp_read_packet().
char RTSPState::last_reply[2048] |