libvlcsharp: speed up rtsp load / select rtsp decoder
I am using libvlcsharp to open RTSP stream in a MediaPlayer control. The issue is, when the MediaPlayer
“opens” the RTSP stream, it waits for about 1 minute (!) to actually display the stream. I checked the time used for Buffering (via MediaPlayer.Buffering
event) and it only takes one second to buffer (I use wired network connection).