
Android代码实现 Android RTMP 和 RTSP 推流客户端。
5星
- 浏览量: 0
- 大小:None
- 文件类型:None
简介:
This library, rtmp-rtsp-stream-client-java, is designed for handling streams utilizing both RTMP and RTSP protocols. The entirety of the codebase is written in Java. For those seeking a player application that can leverage this library, please refer to the provided GitHub project: https://github.com/pedroSG94/vlc-example-streamplayer. Furthermore, detailed documentation regarding permissions can be found at this wiki page: https://github.com/pedroSG94/rtmp-rtsp-stream-client-java/wiki/Permissions. To integrate this library into your project using Gradle, include the following line within your `build.gradle` file under the `allprojects` block: repositories { mavenCentral() } dependencies { compile com.github.pedroSG94:rtmp-rtsp-stream-client-java:LATEST_VERSION }.
全部评论 (0)


