Tag: #mpegts
2 articles
SRT Streaming — Low-Latency, Reliable Video Transport with FFmpeg
Stream video with FFmpeg over SRT (Secure Reliable Transport) for low latency and strong packet-loss resilience. Covers caller/listener/rendezvous connection modes, pkt_size and latency tuning, MPEG-TS delivery, and how SRT differs from RTMP — with practical ffmpeg streaming commands.
UDP/Multicast Streaming — Low-Latency LAN Transport with FFmpeg
How to do UDP unicast and multicast streaming with FFmpeg for low-latency video transport on a LAN. Covers -f mpegts, pkt_size=1316, fifo_size, and overrun_nonfatal settings, from unicast send/receive to multicast distribution, plus when to choose RTMP or SRT instead.