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

Binding request timed out from 192.168.0.x:62323 #494

Closed xingkongdeweilai closed 2 years ago

xingkongdeweilai commented 2 years ago

image

The page cannot play videos,and non-stop Requested URL. No problem with rtsp,it can be play。

xingkongdeweilai commented 2 years ago

I guess the problem comes from UDP,but i cannot resolve

mpromonet commented 2 years ago

Hi,

Probably increasing log level will help you. Anyway it is possible that your RTSP server doesnot suppot RTP over TCP, that is set by default in https://github.com/mpromonet/webrtc-streamer-html/blob/master/webrtcstreamer.json

options: "rtptransport=tcp&timeout=60"

Best Regards, Michel.

xingkongdeweilai commented 2 years ago

Thanks, it has been solved,the reason is that the camera encoding is set to H.264, not H.265

small-planet commented 1 year ago

I set it to h265 and it still doesn't work