Skip to content

disono/libVLC-Player

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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'
    }