mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.8k stars 581 forks source link

Ignore stream errors and resync #613

Open bublath opened 11 months ago

bublath commented 11 months ago

Is your feature request related to a problem? Please describe. For one of my cameras, the stream seems a bit instable and I'm getting an error after a while: terminate called after throwing an instance of 'std::length_error' what(): vector::_M_range_insert

Describe the solution you'd like Option to ingore the error and simply resync stream and continue playing

mpromonet commented 11 months ago

Hi,

This looks like an assert, you probably need to run in a debugger to get the reason, it may duplicate of #607

Best Regards, Michel.