vlc-android-sdk icon indicating copy to clipboard operation
vlc-android-sdk copied to clipboard

VLC lib play URL from youtube

Open JorgeABS opened this issue 6 years ago • 0 comments

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);

JorgeABS avatar Apr 11 '18 21:04 JorgeABS