Skip to content

在电视上播放摄像头的 rtsp stream,视频流写死成 rtsp://ipc:554/stream1

License

Notifications You must be signed in to change notification settings

joy2fun/vlc-example-streamplayer

 
 

Repository files navigation

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

在电视上播放摄像头的 rtsp stream,视频流写死成 rtsp://ipc:554/stream1

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%