webrtc-streamer
webrtc-streamer copied to clipboard
Ignore stream errors and resync
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
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.