8000 GitHub - dhleong/vlc-video-view: VLC-powered VideoView for Android
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dhleong/vlc-video-view

Repository files navigation

vlc-video-view Release

A VLC-powered VideoView for Android

What

VlcVideoView is like the native VideoView, but relies on VLC for playback. As such, it supports a much wider range of protocols, formats, and codecs than the built-in player. The downside, however, is that it is huge: the demo app is just shy of 100mb from all the native libs, so you will probably need to use APK splits. Future work may explore removing some of the libs specific to older versions of the platform that we don't support.

How

VlcVideoView is distributed using < 53A2 a href="https://jitpack.io" rel="nofollow">JitPack:

   repositories {
        jcenter()
        maven { url "https://jitpack.io" }
   }
   dependencies {
         compile 'com.github.dhleong:vlc-video-view:<VERSION>'
   }

Where <VERSION> is your prefered version (the latest is shown in the badge up top). VlcVideoView can be included in any layout as usual. See the demo app for a usage example.

About

VLC-powered VideoView for Android

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0