流媒体协议RTMP Java实现

破解实现了一款流媒体协议java工具包,性能高效,甚至可以在android移动客户端使用。具体包括以下特性:

#######################
#                                           #
#             rtmp 协议包           #
#                                           #
#######################

版本:1.5.10

JUV RTMP Client (so-called Java RTMP Client) is a lightweight Java API to access RTMP/RTMPT-enabled server.

Features

  1. RTMP/RTMPT/RTMPS/RTMPE/RTMPTE protocols
  2. AMF0 and AMF3 encodings
  3. Remote method invocation
  4. Remote shared object management
  5. Play and publish audio/video streams (supported by the server) (!audio/video codec implementations are not included!)
  6. ActionScript flash.net.* alike classes and methods
  7. Proxy support
  8. Lightweight: 231KB jar with no dependencies
  9. Java5 or later compatible (Android compatible)

具体包说明:

com.xiaoxiao.rtmp.client  关键的三个实现类

com.xiaoxiao.rtmp.demo   测试脚本AppStart是启动类。

com.xiaoxiao.rtmp.utils 公共函数包

config.properties 配置文件,可以自己自由添加、修改

log4j.properties 配置日志输出文件


如果使用Big Blue Button的用户或许会用到该包,方便进行一些白盒测试,尤其是压力测试。


有需要的可以联系我哈~~  QQ:six seven zero four four nine four five.

你可能感兴趣的:(JAVA)