I just found out:
mediaPlayer.Media = new LocationMedia("dvd:///F:");
mediaPlayer.Play();
But it's not interactive! The control seems to be transparent. How can I direct mouse and keyboard input to VlcControl? (For DVD menu navigation)