Page 1 of 1

[Trouble] setting up jvlc on windows xp

Posted: 28 Feb 2008 10:57
by freaksta
Hi there!

first of all i must admit, i´m preety new to all kind of videoediting with java. the jvlc project looks really cool, but i´ve a serious problem...i can only use this version: jvlc-0.9.0-20070310-win32.zip

it works fine in the command prompt and i can play any video file i want. so the next step, i went to the svn repository and checked it out. i found the two examples and i wanted to try them. in order to do that, i imported the two java files "VlcClient.java" and "VLCExample.java" into eclipse and also added the "org.videolan.jvlc-0.9.0-20070225-linux-x86_64.jar" to the project. i was very happy that there were no compilation errors...but it does´nt work.

i set the environment variables JAVA_HOME and JVLC_HOME on the right directories and i´ve also put the two dll´s "jvlc.dll" and "libvlc.dll" in the windows/system32 folder. all i get from eclipse executing the VlcExample.java is this exception:
== Starting VLCExample ==
Creating a JVLC instance without args
[00000001] main libvlc error: no memcpy module matched "any"
[00000008] main interface error: no interface module matched "hotkeys,none"
[00000008] main interface error: no suitable interface module
[00000001] main libvlc error: interface "hotkeys,none" initialization failed
... done.
[00000011] main access error: no access2 module matched "file"
[00000009] main input error: open of `file:/c:/sample.mpg' failed: could not create access: no access2 module matched "file"

when i try to execute the VlcClient.java, it crahses when i want to add a clip to the playlist...

wuld be great if someone has a hint what i´ve forgotten to do...this http://phmorin.free.fr/jvlc/JVLC_cross_compilati.html tutorial might be good, but no help for me, because i don´t understand half of that thing...

so long, thanks for your help get this stuff working!!

Re: [Trouble] setting up jvlc on windows xp

Posted: 09 Aug 2008 06:52
by saurabh
Hey dude...
U hv mostly done everything correcr but u need proper libraries...
I will suggest from : http://www.dcs.gla.ac.uk/~stuartr/pages/jvlc.html
reply if it works...