webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

rtsp video can not played

Open waterCoding opened this issue 1 year ago • 1 comments

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

waterCoding avatar Apr 24 '24 09:04 waterCoding

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

mpromonet avatar Apr 25 '24 17:04 mpromonet