agent
agent copied to clipboard
rtsp url parse fails with special character in password
rtsp url parse gives the following error if password includes ^
{"level":"error","msg":"Something went wrong while opening RTSP: parse \"rtsp://{user_id}:{password including ^}@10.10.0.1:554": net/url: invalid userinfo","time":"2023-01-27T21:40:17+01:00"}
Thanks for reporting, if you utilise "non-special" characters it does work?
Yes, removing ^ works fine. (It also works with some special characters such as *,!, but not clear which ones are not supported.)
We'll provide a fix for this, thank you @kevmando