登录 注册
当前位置:主页 > 资源下载 > 35 > Android代码:实现RTMP与RTSP推流功能的客户端

Android代码:实现RTMP与RTSP推流功能的客户端

  • 更新:2024-05-19 23:38:50
  • 大小:2.59MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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