For true real-time sources (RTSP/RTMP/SRT livestreams), sleeping is not recommended, since it prevents ffmpeg from "catching up" with the livestream, and can cause packet loss from the input side if a UDP-based protocol is used.
This PR adds a parameter to allow disabling the sleeping behavior.
For true real-time sources (RTSP/RTMP/SRT livestreams), sleeping is not recommended, since it prevents ffmpeg from "catching up" with the livestream, and can cause packet loss from the input side if a UDP-based protocol is used.
This PR adds a parameter to allow disabling the sleeping behavior.