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

No start code is found #637

Open MHLiu1219 opened 7 months ago

MHLiu1219 commented 7 months ago

Hello, I'm having some problems using the web to play RTSP video streams. I was able to play it normally with VLC Player, but it seems that the video cannot be decoded properly when using the web. And there are some save logs:

image image image

mjchow commented 7 months ago

I have also encountered similar problems.

mpromonet commented 7 months ago

Hi,

It seems that H264 frame are not correctly proceeded in your case, it is probably in https://github.com/mpromonet/webrtc-streamer/blob/master/inc/livevideosource.h. Increasing log level may helps you to understand the problem.

Best Regards, Michel.

buithikieu commented 3 months ago

How to increase log level, please help me