Sukwon Choi
New Member
Hi, I changed rtsp password recently with '@' character included.
I tried several ways, but it's quite working weird.
I sent you a rtsp url with private form.
Let's say my rtsp url is
on WCS 5.2.1482 both
and
throw Failed to connect to rtsp stream Error.
However, on WCS 5.2.944
works without error.
on VLC,
and
works well.
I tried several ways, but it's quite working weird.
I sent you a rtsp url with private form.
Let's say my rtsp url is
Code:
username:password@@example.stream
Code:
username:password%40@example.stream
Code:
username:password%2540@example.stream
However, on WCS 5.2.944
Code:
username:password%2540@example.stream
on VLC,
Code:
username:password%40@example.stream
Code:
username:password@@example.stream
Last edited: