mrmaffen / vlc-android-sdk

VLC Android SDK pushed to Maven Central. Primarily used in project tomahawk-android.
792 stars 244 forks source link

VLC lib play URL from youtube #127

Open JorgeABS opened 6 years ago

JorgeABS commented 6 years ago

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 options = new ArrayList(); options.add("--stats"); options.add("-vvv"); videoVlc = new LibVLC(options);