libVLC lua plugins license, like YouTube support (commercial use)

This forum is about all development around libVLC.
user456
Blank Cone
Blank Cone
Posts: 20
Joined: 16 Dec 2017 19:52

libVLC lua plugins license, like YouTube support (commercial use)

Postby user456 » 05 Oct 2018 23:42

https://github.com/videolan/vlc/blob/ma ... outube.lua

LibVLC can play YouTube if you have lua script for this. Are such scripts can be used in closed-source app?

Rémi Denis-Courmont
Developer
Developer
Posts: 15142
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: libVLC lua plugins license, like YouTube support (commercial use)

Postby Rémi Denis-Courmont » 06 Oct 2018 08:25

No.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

user456
Blank Cone
Blank Cone
Posts: 20
Joined: 16 Dec 2017 19:52

Re: libVLC lua plugins license, like YouTube support (commercial use)

Postby user456 » 04 Nov 2018 14:35

Mb then implement dynamic lua files connection

For example user installs closed-source app, then he finds in this app option to open something like file manager and look for .lua files on his phone's sdcard (storage) and dynamically use them for playing YouTube and so on

Code: Select all

ArrayList<String> options = new ArrayList<>(); options.add("--lua-plugins-path"); options.add("/sdcard/emulated/0/lua"); ... mLibVLC = new LibVLC(App.getAppContext(), options);
Mb such parameter?


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 4 guests