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?
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);
Return to “Development around libVLC”
Users browsing this forum: No registered users and 11 guests