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