Dear VLC,
I start this topic because I like to use VLClib API also in a closed source application but first thought this was not possible because of the GPL. Then i came by this application that uses VLC in a commercial program, so i was interested if i could use it the same way they do? Or are they doing something illegal?
I tested their application and with their installer you get the option to download VLC and install it... i'm not sure if they use any headers with the lib API..
Below the message i send them and a short reply:
--------------------------------
Dear Bintube,
I was wondering how it is possible you use VLCLib in this "commercial" application? If you compile libvlc in your program, then the whole program is GPL? I hope you can provide me with some detailed information, because I don't want to be the 'bad' guy. I will open a ticket on this on VLC but i was just waiting on some feedback from you people first.
Greatings,
Klaas
--------------------------------
reply:
--------------------------------
Hi Klaas,
BinTube Usenet Reader uses VLC for video playback, but it’s not compiled against it. BinTube Usenet Reader use the external API exposed by VLC for this purpose. Furthermore, no portion of VLC is distributed by or included in BinTube Usenet Reader. It’s absolutely not required to have VLC installed to use BinTube Usenet Reader. We leave it to the end user to install VLC if they choose to.
Cheers.
The BinTube Team
www.bintube.com
--------------------------------
I'm no lawyer and unfortunately don't have the money to ask on for advice (regarding my own implementation)
I thought that any use of the lib API would mean your code has to be GPL...