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.79k stars 581 forks source link

rtsp video can not played #691

Open waterCoding opened 2 months ago

waterCoding commented 2 months ago

vlc player emulated rtsp video streams can be played using vlc, not via webtrc-stream /webrtcstreamer.html? video=..... &options= or /webrtcstreamer.html? video=..... &options=rtptransport%3Dudp

not use /webrtcstreamer.html? video=..... &options= or /webrtcstreamer.html? video=..... &options=rtptransport%3Dudp tell me Failed to SETUP: 461 Unsupported transport

use it not error tell me ClientDataChannel msg:local channel openned channel:ServerDataChannel msg:remote channel openned

not more

mpromonet commented 2 months ago

Hi,

Rtsp code 461 indicate server is not supporting protocol, looking to the rtsp negociation using wireshark or increasing log level should helps you. Best Regards Michel