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.94k stars 598 forks source link

about windows run webrtc-streamer show "MultiFramedRTPSource::doGetNextFrame1():" #593

Open liutianye opened 1 year ago

liutianye commented 1 year ago

Hi this is a console content when open 3 rtsp to web. rtsp is from Hikvision IP Camera,how can I deal it with Windows webrtc-streamer.exe? image

liutianye commented 1 year ago

when run without -o param its show "reference picture missing during reorder" image

mpromonet commented 1 year ago

Hi,

The buffer is allocated with 1MB, and each time it is overflowed, buffer size is multiply per 2. Overflowed buffer are lost. You may modify code to increase initial buffer size.

Best Regards, Michel.

liutianye commented 1 year ago

thans for your anwser. if I modify code and increase inital buffer size . can I still use "-o" param run it?