Terms of use and license
Posted: 29 Feb 2016 13:24
by vegstar12
Hello, I have used the VLC for android source code for one if my apps, and integrated not only libvlc, but also vlc-android project (the player). I would like to know how should I use it in order not to break the license agreements stipulated at videolan.org.
Re: Terms of use and license
Posted: 29 Feb 2016 15:42
by Jean-Baptiste Kempf
the vlc-android player is under GPLv3, aka completely open source and applications should be open source too.
libvlc is LGPL, so it does not have those restrictions.
Re: Terms of use and license
Posted: 18 Apr 2016 07:36
by abhijeetb
Re: Terms of use and license
Posted: 09 May 2016 18:12
by edwardw
It is GPLv3 because we link in other libraries with licenses like the Apache License.