I can't answer your specific question, but something you can try with vlcj is to change your original code to something like this: String mrl = "C:\\folder\\ws.sdp"; p.setPlaySubItems(true) p.playMedia( mrl ); That worked just like opening it with VLC it self. What i wish to do, is to ope...