Replies: 4 comments
-
|
Hello, try using percent encoding in the password (replace # with %23) and let me know if it works: paths:
mypath:
source: rtsp://myuser:my%[email protected]:554/AVStream1_1 |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I'm not sure if it is related to the same issue or not but I am unable to view the proxied stream (with % encoded password) in VLC. Taking a look at VLC's message log it has Buffering 0% for 10 seconds and then exits due to no data. I don't have any readUser/readPass settings set. The proxied stream does work with ffplay, so it might be a VLC issue instead Thanks |
Beta Was this translation helpful? Give feedback.
-
|
The password of the original stream has no influence on the proxied stream. |
Beta Was this translation helpful? Give feedback.
-
|
This discussion is being locked automatically because the last update was more than 2 years ago. Do not use the content of this discussion as reference since it's probably outdated! The official documentation is the only place in which you can find up-to-date answers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Which version are you using?
v0.17.2
Which operating system are you using?
OS
Architecture
Describe the issue
I have a camera that requires use of symbols in the password, so it has a # in the password. I am trying to setup a RTSP proxy for the camera however I can not include the authentication in the RTSP stream url as that is not valid. I assumed that I could set the password using the sourceUser and sourcePass options, however looking at the Wireshark trace the camera is returning a 401 but the server is not including any authentication.
The camera with the same username and password works with VLC (using the authentication prompt) and in gstreamer using rtspsrc user-id=xxx and user-pw=xxx.
The configuration I was using:
I also see the following output from the server:
If there is any other way to do the authentication or if you need any more information let me know.
Thanks
Describe how to replicate the issue
Did you attach a network dump?
yes (I had to zip the .pcap otherwise github wouldn't let me upload it)
capture.zip
Beta Was this translation helpful? Give feedback.
All reactions