Page 1 of 1

Where can I get a compiled LibVLC Library for...

Posted: 08 Sep 2014 01:53
by Geoclasm
First off, I'm not even entirely certain that I'm asking this question properly. I've not worked with things this low level very much, so please forgive any ignorance on my part.

I am working with Java and have need of the compiled out-of-the-box VLC library (not the VLC Media Player). Everything I've come across only has the Media Player (which I do not need, I intend to make use of the Java Bindings), or the source code (which I attempted to compile on a VirtualBox VM machine only to have it fail after an hour of wasted time, that was fun).

I only need the compiled VLC Libraries (and dependent libraries) for Windows (64/32), Linux (64/32), and Mac (not asking for much, am I?).

Can someone please direct me so that I can find them? I'm just looking for simple .zip files that I can open up, and pull out the folder, and look, there it is.

Re: Where can I get a compiled LibVLC Library for...

Posted: 08 Sep 2014 04:50
by RSATom

Re: Where can I get a compiled LibVLC Library for...

Posted: 08 Sep 2014 20:29
by Geoclasm

Tom,
Thanks but aren't those the Media Players coupled with the LibVLC Library files?
Is it possible for me to get just the LibVLC library? If not, what files make up exclusively the LibVLC Libraries and dependancies (so I can just delete the rest)?

Re: Where can I get a compiled LibVLC Library for...

Posted: 09 Sep 2014 03:38
by RSATom
you could get only following from there:
1) libvlc.dll/.so/.dylib
2) libvlccore.dll/.so/.dylib
3) plugins folder

it will be enough

in some cases you will need lua folder too

Re: Where can I get a compiled LibVLC Library for...

Posted: 09 Sep 2014 04:21
by Geoclasm
Great thank you.