Hi, I am new to embedding VLC in C#. I have managed to open network streams using http or rtsp, and local files with this: VLCplugin.playlist.add(new Uri(value).AbsoluteUri, "MyVideo", null); (where value is in the format rtsp://192.168.254.142:554/mediainput/h264/stream_1, http://192.168....