webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

Play video stream with 1-second buffer

Open sonic700 opened this issue 11 months ago • 1 comments

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

sonic700 avatar Feb 12 '25 08:02 sonic700

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.

mpromonet avatar Apr 26 '25 15:04 mpromonet