(strl): list of IP to exclude for source-specific multicast
RTP/RTSP/SDP input¶
Register name used to load filter: rtpin
This filter may be automatically loaded during graph resolution.
This filter handles SDP/RTSP/RTP input reading. It supports:
- SDP file reading
- RTP direct url through
rtp://protocol scheme - RTSP session processing through
rtsp://andsatip://protocol schemes
The filter produces either PIDs with media frames, or file PIDs with multiplexed data (e.g. MPEG-2 TS).
The filter will use:
- RTSP over HTTP tunnel if server port is 80 or 8080 or if protocol scheme is
rtsph://. - RTSP over TLS if server port is 322 or if protocol scheme is
rtsps://. - RTSP over HTTPS tunnel if server port is 443 and if protocol scheme is
rtsph://.
The filter will attempt reconnecting in TLS mode after two consecutive initial connection failures.