webrtc-streamer
webrtc-streamer copied to clipboard
Play video stream with 1-second buffer
Hello,
I am currently using the command ./webrtc-streamer -N 10 -H 127.0.0.1:9005 as a video proxy. However, due to network instability, my RTSP video stream frequently stutters. I would like to buffer 1 second of the video stream before playback. Is there a command or configuration option that can directly achieve this requirement? Alternatively, would I need to recompile the project to implement such functionality?
Thank you for your assistance!
Best regards sonic
Hi @sonic700
This doesnot exist, but you can implement a buffer in the RTSP code, it may also have some option using webrtc SDK.
Best Regards, Michel.