/libVLC-Player

Simple libVLC Player

Primary LanguageJavaApache License 2.0Apache-2.0

libVLC-Player

Simple libVLC Player

Use this endpoint for testing

rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov

Compile only VLC (version 2.5.14)

    allprojects {
        repositories {
            maven { url 'https://jitpack.io' }
        }
    }
    dependencies {
        compile 'com.github.disono.libVLC-Player:libvlc:1.0'
    }