sajjadjaved01 / vlc-example-streamplayer

Example code how to play a stream with VLC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vlc-example-streamplayer

Release

Example code how to play a stream with VLC.

Use this endpoint for test:

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

Gradle

Compile my wrapper:

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
  compile 'com.github.pedroSG94.vlc-example-streamplayer:pedrovlc:2.5.14v3'
}

Compile only VLC (version 2.5.14):

allprojects {
  repositories {
    maven { url 'https://jitpack.io' }
  }
}
dependencies {
  compile 'com.github.pedroSG94.vlc-example-streamplayer:libvlc:2.5.14v3'
}

About

Example code how to play a stream with VLC

License:GNU General Public License v3.0


Languages

Language:Java 100.0%