Hi i installed vlc 0.8.6(not the a,b,c,d,.. version. Just the basic one) and used Odysee's Libvlc.cs for my application. LibVlc vlc = new LibVlc(); vlc.Initialize(); vlc.VideoOutput = pictureBox2; vlc.PlaylistClear(); string[] Options = new string[] { ":sout=#duplicate{dst=display,dst=std {acce...