agent icon indicating copy to clipboard operation
agent copied to clipboard

rtsp url parse fails with special character in password

Open kevmando opened this issue 2 years ago • 3 comments

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"}

kevmando avatar Jan 27 '23 21:01 kevmando

Thanks for reporting, if you utilise "non-special" characters it does work?

cedricve avatar Jan 31 '23 12:01 cedricve

Yes, removing ^ works fine. (It also works with some special characters such as *,!, but not clear which ones are not supported.)

kevmando avatar Feb 02 '23 22:02 kevmando

We'll provide a fix for this, thank you @kevmando

cedricve avatar Feb 13 '23 19:02 cedricve