-
Android代码:实现RTMP与RTSP推流功能的客户端
资源介绍
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
- 上一篇: 静态网页设计期末课设.zip
- 下一篇: 个人博客网站(网页设计期末作业)