Searched defs:RTSPStream (Results 1 – 1 of 1) sorted by relevance
444 typedef struct RTSPStream { struct445 URLContext *rtp_handle; /**< RTP stream handle (if UDP) */446 void *transport_priv; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */449 int stream_index;453 int interleaved_min, interleaved_max;455 char control_url[MAX_URL_SIZE]; /**< url for this stream (from SDP) */459 int sdp_port; /**< port (from SDP content) */460 struct sockaddr_storage sdp_ip; /**< IP address (from SDP content) */461 …e_addrs; /**< Number of source-specific multicast include source IP addresses (from SDP content) */462 …lude_source_addrs; /**< Source-specific multicast include source IP addresses (from SDP content) */[all …]