Hello, I am currently using VlcControl ( Vlc.DotNet.Forms ) to play the video in latest VLC Media player using rtsp url in c# code " _videoControl.Play(new Uri(networkUrl), options); " The issue here is ,the video is not playing in default Video Track 1 but it is playing in Video Track 2. ...