VLC changes RTSP URLs to lowercase, which can corrupt case-sensitive URLs
This can cause problems, such as issue #25493 (closed) (where the user/pass portion contains uppercase letters) and other case-sensitive parameters like base64.
https://code.videolan.org/videolan/vlc/-/blob/master/modules/access/satip.c#L653-654