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

Integration with libvlc 2.1.1 #33

Closed
cpg opened this issue Mar 7, 2017 · 2 comments
Closed

Integration with libvlc 2.1.1 #33

cpg opened this issue Mar 7, 2017 · 2 comments

Comments

@cpg
Copy link
Member

cpg commented Mar 7, 2017

@megabitdragon created a new vlc2 branch in this tree that tries to use libvlc 2.1.1.

He only added the library dependency without any other changes to the code. The application will not build as is in that branch.

The task in this issue is to update the code as necessary to account for the new libvlc SDK and make it 1) compile properly and 2) run properly.

You can check this commit to get started by looking at what the VLC team did with their sample embedded player to get it adapted to the new version of the library. Presumably, our code may have to change in similar ways to adapt to the library.

Side note: no policy changes as to when invoke this player should be done. That is left for #17.

@csoni111
Copy link
Member

csoni111 commented Mar 7, 2017

I would like to work on this.

@cpg
Copy link
Member Author

cpg commented Mar 16, 2017

Great job guys! All media types I tried worked well!

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

No branches or pull requests

2 participants