vlc-example-streamplayer icon indicating copy to clipboard operation
vlc-example-streamplayer copied to clipboard

Missing License?

Open Varbaek opened this issue 8 years ago • 2 comments

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.

Varbaek avatar Sep 21 '17 20:09 Varbaek

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

pedroSG94 avatar Sep 22 '17 21:09 pedroSG94

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.

ac87 avatar Nov 21 '18 09:11 ac87