You are not logged in.
Pages: 1
I'm attempting to setup a system where my co-hosts of our show can send me their video feeds, without having to use Skype. I've worked out a system using ffmpeg, nginx, and vlc that works, but has several seconds of delay, which if it can be reduced, would be very helpful.
ffmpeg pulls the video from the webcam, (and I have tested this with merely copying the h264 stream from the webcam, and sending that raw to the server), ffmpeg then sends an rtmp stream to nginx, and finally, vlc connects and displays the stream from nginx.
I'm not sure which component here is introducing delay, or even why.
Offline
You could try replacing VLC with mplayer with -benchmark option. Have you tried zerolatency tune option with x264 encoder?
Offline
The combination of both of these reduced latency to a much more managable ~500ms.
Thanks! ![]()
Offline
Pages: 1