rtmp-rtsp-stream-client-java
Library for stream in RTMP and RTSP. All code in Java.
If you need a player see this project:
https://github.com/pedroSG94/vlc-example-streamplayer
Wiki
https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/wiki
Permissions:
<!--some devices need it-->
Compile
To use this library in your project with gradle add this to your build.gradle:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.pedro
1