You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: