RTSP Login error with specific password strings
I can use VLC to RTSP stream my IP cameras with no auto login just fine. If I try to put the ID and password in the network URL then it consistently fails for my specific password. If I use test:abcd1234 for the ID and password it works but if I use admin:Tso227A#$ it fails saying it cannot login for admin:0 so VLC is not processing this specific password correctly.
You can test these URLS: Works rtsp://test:abcd1234@jcahow.ddns.net:567/Streaming/Channels/101?transportmode=unicast&profile=Profile_1
Fails rtsp://admin:Tso227A#$@jcahow.ddns.net:567/Streaming/Channels/101?transportmode=unicast&profile=Profile_1
Error Connection failed: VLC could not connect to "admin:0". Your input can't be opened: VLC is unable to open the MRL 'rtsp://admin:Tso227A#$@jcahow.ddns.net:567/Streaming/Channels/101?transportmode=unicast&profile=Profile_1'. Check the log for details.