Hi there, I'm developping a vlc player with some controls and it work fine for now, I already add the "SetAudioTrack" to choose audio track and it work fine, with this code : _VlcOptionAudio.SetItemChecked(e.Position, true); // the position is choose by the client from a list _mediaPlayer....