But when test with VLC or other video player I can see 3 or 4 second of delay.
Can I improve some parameter to get no more than 0.5 seconds of video delay?
I want to build a videoconference software.
Thanks!
Try reducing network buffer on client side. However, I'm not sure if <0.5 seconds of delay is possible. Also, I think WebRTC is more suitable technology for video conferencing.
Hi!, I'm streaming the webcam with this command:
ffmpeg -re -i /dev/video0 -c:v libx264 -preset fast -c:a libfdk_aac -ab 128k -ar 44100 -f rtsp rtsp://localhost:7373/live/STREAM_NAME
In console I get:
But when test with VLC or other video player I can see 3 or 4 second of delay. Can I improve some parameter to get no more than 0.5 seconds of video delay? I want to build a videoconference software. Thanks!