Vlc Example Streamplayer Save Abandoned

Example code how to play a stream with VLC

Project README

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

Consider using the latest official compiled VLC version:

https://mvnrepository.com/artifact/org.videolan.android/libvlc-all

https://code.videolan.org/videolan/vlc-android#build-application

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'
}
Open Source Agenda is not affiliated with "Vlc Example Streamplayer" Project. README Source: pedroSG94/vlc-example-streamplayer
Stars
215
Open Issues
44
Last Commit
2 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating