-
Notifications
You must be signed in to change notification settings - Fork 275
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
best ways to handle libvlc #17
Comments
I agree we need to use Android media library to handle all the media it can support. And fall back to libvlc for unsupported formats. The libvlc used by the app is outdated. I'll build the newest version against the latest sdk/ndk and make it available. |
I created a separate issue, #33, for integration with libvlc 2.1.1 and we will keep this issue for dealing with policy changes as to when to invoke the vlc player. |
@cpg Closing this as resolved. We now have the following setup:
|
We have discussed this before, and as we move forward, we will want to handle
libvlc
as smoothly as possible.From my point of view (not being an Android expert), I see two main issues:
compilation process for this app to bundle it in. we talked about using gradle to get it in. I am not sure if this is settled or not, though I see people compiling apks that crash with [1] when trying to stream video. I think we had a branch for this, but I don't know the status of it. Perhaps someone can review?This task has been separated for Integration with libvlc 2.1.1 #33.[1]
Can't load vlcjni library: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/org.amahi.anywhere-2/lib/arm/libvlcjni.so: has text relocations
The text was updated successfully, but these errors were encountered: