-
Suggestion
-
Resolution: Incomplete
-
Not Evaluated
-
None
-
None
A customer found that the default FFmpeg settings produced a noticeable delay in their IP camera's live stream over RTSP. They found a set of flags that produced better results:
ffplay -fflags nobuffer -flags low_delay -framedrop -rtsp_transport udp rtsp://IP_ADDRESS/mainstream
It would be helpful to have a mechanism to pass such flags to FFmpeg via Qt Multimedia.