vlc-android-sdk
vlc-android-sdk copied to clipboard
VLC lib play URL from youtube
Hi, have successfully implemented an example, file from sdcard.
But wen I try to play a URL from YouTube, nothing appends, no errors but also no video or sound.
In the VLC app, it works well.
Is this a bug, or I have missing something in the options array?
ArrayList<String> options = new ArrayList<String>(); options.add("--stats"); options.add("-vvv"); videoVlc = new LibVLC(options);