RTSP authentication does not work in LibVLCSharp.UWP
I'm trying to stream from an IP camera using LibVLCSharp.UWP. The stream requires a username and password, which I have provided in a URI of the format "rtsp://username:pwd@ip:port/stream1". The stream plays using LibVLCSharp.WPF (and in the Windows VLC Media Player desktop app for what its worth). A (different) RTSP stream that does not require authentication does play in LibVLCSharp.UWP. I have tried LibVLCSharp.UWP v3.1, v3.2 and v3.3 and using both x86 and x64. Verbose logs attached.