Re: Embed VLC with JAVA Programming Software Development by tanha …. import uk.co.caprica.vlcj.binding.LibVlc; import uk.co.caprica.vlcj.component.EmbeddedMediaPlayerComponent; import uk.co.caprica.vlcj.runtime.RuntimeUtil; import com… Integrating Video into a Java Application Programming Software Development by Tango2010 … get a frame and audio but no video to load), VLCJ where I kept running into architecture errors, and a number… Embed VLC with JAVA Programming Software Development by tanha Hi, I have been reviewing and reading the docs for the VLCJ but unfortunately could not come to a conclusion of configuring and running it correctly. It is appreciated if someone placing an example, snippet or tutorial of that. Re: Embed VLC with JAVA Programming Software Development by JamesCherrill Did you find this? http://www.capricasoftware.co.uk/projects/vlcj/tutorial1.html Re: Embed VLC with JAVA Programming Software Development by tanha I am sure the problem is with verison because I am following the most latest verison as follow: vlcj-2.4.0.jar platform-3.5.2.jar jna-4.0.0.jar Re: How to play a video? Programming Software Development by tharindupro I found way to play video,vlcj but I couldn't import vlcj to netbeans [B]any body can help me [/B] Re: Java Media framework on Windows 7 Programming Software Development by CrazyDieter … library, and the [URL="http://code.google.com/p/vlcj/"]java bindings for libVLC[/URL] would be my choice… Re: Integrating Video into a Java Application Programming Software Development by nvrandow Hi Tango, JMF has a very bad reputation, because it just supports MPEG and runs into errors very often. I had great expereances with xuggle, witch is based on ffmpeg and support a lot of formats. It's also easy to process videos frame by frame with xuggle. No installtion is nessessary and it supports Win/Linux/Mac, both 32 and 64 bit. You can …