Can someone please help, I am trying to run the VlcClient example, the applet comes up but when I try to play a.avi, the jvm crashes with the following error:
Faulting application java.exe, version 6.0.60.2, faulting module libvlc.dll, version 0.0.0.0, fault address 0x000134a7.
I downloaded the JAR file mentioned in this thread, from:
http://rapidshare.com/files/29623189/JVLC.rar
Running on Windows XP Media Center Edition. I even upgraded the SDK to 1.6 and I still see the same problem.
My ClassPath is set to have the jvlc.jar file and my Path variable includes the plugins dir which has all the dlls in it. Can someone please point me to what I am doing wrong or provide any suggestions. Here is the command line I use to launch the applet:
C:\Project\MPlayer\jvlc-0.9.0-20070310-win32\jvlc-0.9.0-20070310
>java -Djava.library.path="C:\Project\MPlayer\jvlc-0.9.0-20070310-win32\jvlc-0.9.0-20070310\plugins" VlcClient