Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VLC lib play URL from youtube #127

Open
JorgeABS opened this issue Apr 11, 2018 · 0 comments
Open

VLC lib play URL from youtube #127

JorgeABS opened this issue Apr 11, 2018 · 0 comments

Comments

@JorgeABS
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant