I'm attempting to use vlc to play an RTSP stream from a webcam. I would like to do so with the lowest latency possible, even if it means sacrificing playback quality in terms of frame drops.
I use the following command with ffplay with perfect results:
Code: Select all
ffplay --fflags nobuffer -flags low_delay -framedrop -strict experimental -rtsp_transport tcp rtsp://my_rtsp_stream