e1ioan / rokuphp

32 stars 9 forks source link

Special character in username/password make rtsp stream invalid #18

Open welbo97 opened 3 years ago

welbo97 commented 3 years ago

Trying to input an rtsp stream into rokuphp with a username/password with a special character (!@#$%^&*) fails with "Invalid rtsp stream URL".

wbuck3 commented 2 years ago

Have you tried to url encode? ! = %21, @ = %40 http://urlencoder.org