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

My RTSP user name contains @ and / characters #601

Closed x876609353 closed 10 months ago

x876609353 commented 1 year ago

My RTSP user name contains @ and / characters, the video does not play normally, I try to escape them, but it still doesn’t work, the same address, I can put it in a third-party player, the rtsp is as follows: rtsp://test/@:abc123@127.0.0.1:554 rtsp://test%2F%40:abc123@127.0.0.1:554

mpromonet commented 1 year ago

Hi,

This seems strange it seems working well. I just try with rtsp://test%2F%40:abc123@myserver using config file, giving it to command line or encoding it using /webrtcstreamer.html?video=<rtsp url encoded>

Best Regards, Michel.