Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stream address parsing error: net/url invalid userinfo #1370

Open
footswitch opened this issue Sep 25, 2024 · 0 comments
Open

Stream address parsing error: net/url invalid userinfo #1370

footswitch opened this issue Sep 25, 2024 · 0 comments

Comments

@footswitch
Copy link

Certain combinations of user/password can't be parsed because of special characters such as { }
The stream address returns the following message:
mse: streams: parse "rtsp://username:p{assword@ip_address:554/Streaming/Channels/101": net/url: invalid userinfo

Current workaround: change user/password combination to avoid certain special characters
This was the search result that led me to try changing the password:
https://stackoverflow.com/questions/48671938/go-url-parsestring-fails-with-certain-user-names-or-passwords

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant