pedroSG94 / vlc-example-streamplayer

Example code how to play a stream with VLC
GNU General Public License v3.0
229 stars 93 forks source link

Missing License? #3

Open Varbaek opened 7 years ago

Varbaek commented 7 years ago

I played around with this code today and it works quite well. However, it would be nice if a license was made available. I'm currently using this code for learning purposes, and personal use only.

pedroSG94 commented 7 years ago

This code use VLC so I think it inherits GPL license: https://code.videolan.org/videolan/vlc-android/blob/master/COPYING

ac87 commented 5 years ago

Are you sure about that? It seems to me that it should be LGPL when using LibVLC.

https://code.videolan.org/videolan/libvlcpp/blob/master/COPYING https://code.videolan.org/videolan/LibVLCSharp/blob/master/LICENSE https://www.videolan.org/press/lgpl-libvlc.html

Would make your wrapper much more useful if it was LGPL.

Edit: The copyright header in LibVLC.java says LGPL too.