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

nice project, can you please update Libvlc? #139

Open
NanyangTaiji opened this issue Feb 10, 2020 · 2 comments
Open

nice project, can you please update Libvlc? #139

NanyangTaiji opened this issue Feb 10, 2020 · 2 comments

Comments

@NanyangTaiji
Copy link

No description provided.

@a4tech
Copy link

a4tech commented Mar 10, 2020

Would it be updated?

@imannms
Copy link

imannms commented May 29, 2020

No need to update this package.

Now, there's official way to use libVLC on Android.

So, no need to use this package anymore.


How to use libVLC on Android (official):

The libVLC is provided by the official VideoLAN project hosted on BinTray. You can directly use the library as a dependency without having to compile it.

add maven url "https://dl.bintray.com/videolan/Android" to your project-level Gradle file as shown below:

 repositories {
      google()
      jcenter()
      maven {
        url "https://maven.google.com";
        }
      maven { url "https://dl.bintray.com/videolan/Android" }
  }
}

and in your app-level Gradle file, add the libVLC dependency

implementation 'org.videolan.android:libvlc-all:'
Get the latest libVLC version from the below official VLC GitHub repository.

find the string "libvlcVersion" to get the latest version.

https://github.com/videolan/vlc-android/blob/master/build.gradle#L33

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

3 participants