#include <rtsp.h>
In the case of RDT, one RTSPStream can represent multiple AVStreams. In this case, each AVStream in this set has similar content (but different codec/bitrate).
Definition at line 401 of file rtsp.h.
url for this stream (from SDP)
Definition at line 412 of file rtsp.h.
Referenced by ff_rtsp_setup_output_streams(), and rtsp_read_setup().
The following are used for dynamic protocols (rtp_*.c/rdt.c).
handler structure
Definition at line 425 of file rtsp.h.
Referenced by ff_rtsp_close_streams(), and ff_rtsp_open_transport_ctx().
private data associated with the dynamic protocol
Definition at line 428 of file rtsp.h.
Referenced by ff_rtsp_close_streams(), and ff_rtsp_open_transport_ctx().
interleave IDs; copies of RTSPTransportField->interleaved_min/max for the selected transport.
Only used for TCP.
Definition at line 410 of file rtsp.h.
Referenced by ff_rtsp_tcp_read_packet(), rtsp_read_setup(), and tcp_write_packet().
RTP stream handle (if UDP).
Definition at line 402 of file rtsp.h.
Referenced by ff_rtsp_open_transport_ctx(), ff_rtsp_undo_setup(), and rtsp_read_setup().
corresponding stream index, if any.
-1 if none (MPEG2TS case)
Definition at line 406 of file rtsp.h.
Referenced by ff_rtsp_open_transport_ctx(), ff_rtsp_setup_output_streams(), and rtsp_read_play().
RTP/RDT parse context if input, RTP AVFormatContext if output.
Definition at line 403 of file rtsp.h.
Referenced by ff_rtsp_open_transport_ctx(), ff_rtsp_undo_setup(), rtsp_read_play(), rtsp_write_packet(), and tcp_write_packet().