You need to create a new Java project, copy the plugins dir, jvlc.dll and libvlc.dll in the project folder, import the org package in your project, create a new class named VLCExample (this should be identical with the class available in the package above VLCExample.java)
When I'm trying to play a video file from a jvlc app, for example the one that you can find in the package below, http://www.mrl.nott.ac.uk/~str/devel/jvlc_dist.zip In order to get the image in the application panel, vlc is opening a new window!. Does anyone knows how can I get it play in the applic...
Is it possible to embed VLC in to a Frame(for example)?
Is there any feature implemented for VLC that alows me to pass in to the commad line the frame or window handle on wich I want to draw the VLC screen ?(Mplayer has a features like this, but I wasnt able to find any for VLC ).
Thank You!