Page 1 of 1

new java binding library

Posted: 30 Dec 2012 10:31
by axet
hi there.

i've just made my own java binding library for vlc.

why?

becuse no current library meet my needs.

features of my library:

1) do not depend on VLC.exe installation. it carry its own build dlls (so, dylib)

2) native maven support. present in maven central repo

3) has simple api, really simple and freindly

4) has automatic way of detecting natives librarys. it just works, just forget about natives

5) has all 3 os's support, tested and configured.

6) LGPL 3.0

7) InputStream! you can stream data without file system or url directly to the library!

so, no vlc java binding librarys has all of this.

enjoy and use it

https://github.com/axet/play

also please update this page:

http://wiki.videolan.org/Java_bindings

Re: new java binding library

Posted: 11 Apr 2013 13:00
by axet
today i pickup fix for video playback on macosx and add macosx-x64 binarys to the maven repo.

can you please refer my library from vlc page?

Re: new java binding library

Posted: 12 Apr 2013 21:15
by axet
windows x64 build done!

all main os covered!!!

Re: new java binding library

Posted: 13 Apr 2013 01:43
by Jean-Baptiste Kempf
Why not LGPLv2.1+ ?

Re: new java binding library

Posted: 13 Apr 2013 07:07
by axet

Re: new java binding library

Posted: 13 Apr 2013 16:28
by Jean-Baptiste Kempf
As you wish. But for video, the Tivo clause is very annoying

Re: new java binding library

Posted: 06 Aug 2013 12:43
by TaimeLion
Why not LGPLv2.1+ ?
Been trying out LGPL as an alternative for Java binding, seems to be working much better than the alternatives. I'd recommend this for anyone in a similar situation :D