Search found 7 matches

Go to advanced search

by CamHart
31 Jul 2008 04:06
Forum: VLC media player for Windows Troubleshooting
Topic: Cant't comile JVLC under winXP
Replies: 5
Views: 825

Re: Cant't comile JVLC under winXP

Okay so I'm a nub... But whats wrong with just downloading the precompiled jvlc.jar file?

http://trac.videolan.org/jvlc/wiki/download
by CamHart
31 Jul 2008 03:47
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC Client Example help
Replies: 4
Views: 781

Re: JVLC Client Example help

You understand more about this stuff than I do, but here's the example code incase it helps.
http://trac.videolan.org/vlc/browser/bi ... lient.java
by CamHart
30 Jul 2008 19:35
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC .jar for windows
Replies: 8
Views: 3929

Re: JVLC .jar for windows

I got mine working in a smiliar way by simply adding

Code: Select all

String[] args = new String[] { "-vvv", "--plugin-path=g:\\Program Files\\VideoLAN\\VLC\\plugins" }; jvlc = new JVLC(args); //replacing --> jvlc = new JVLC();
by CamHart
30 Jul 2008 03:39
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC .jar for windows
Replies: 8
Views: 3929

Re: JVLC .jar for windows

--- For the not-last message --- Have you tried this one ? (after having compiled without my -D.. parameter) java -cp jvlc.jar "-Djava.library.path=c:\Program Files\Videolan\VLC" VlcClient If it works, you can add this option inside your code source (google java.library.path). I have adde...
by CamHart
30 Jul 2008 02:46
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC .jar for windows
Replies: 8
Views: 3929

Re: JVLC .jar for windows

Okay so I was fiddling around a bit and decided to download the nightly build (like beta) of VLC Media player. I put that .dll file into the directory instead of the old on and stuff started to run (y). But now i can't seem to be able to open any files and this error keeps outputting. G:\Documents a...
by CamHart
30 Jul 2008 02:16
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC .jar for windows
Replies: 8
Views: 3929

Re: JVLC .jar for windows

I have never used this module, but maybe you should try to give javac an additional path to search libraries into instead of moving libvlc. Maybe libvlc will search other VLC libraries (at runtime) with a path related to its location (thinking about plugins/*.dll ones). To do it, try those lines (n...
by CamHart
29 Jul 2008 23:45
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC .jar for windows
Replies: 8
Views: 3929

JVLC .jar for windows

Edit: Read further on to see what I've taught myself in the time waiting for you to reply, however I'm still having problems so don't go away :D! If I'm posting this in the wrong spot I'm sorry, and please feel free to move it. I'm a bit new to this whole thing, probably not qualified enough to be a...

Go to advanced search