My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

This is a rtmp client lib ported from red5 and can be used in both android and other java platform. Compared to red5, this lib has a minimal lib dependence.

这是一个从red5移植来的rtmp客户端java库,可以在android和其他java平台使用。跟red5相比(39个依赖包),这个库依赖的其他jar包只有4个(android)或者6个(普通java平台)。 代码也做了大量精简。

2011-05-17 Upload source file.

2011-04-26 0.3 Released!
Changed RandomAccessFile open mode from "rws" to "rw" in FLVWriter.java, improved write speed a lot.
2011-04-24 0.2 Released!
bugfix for flv record.
2011-04-05 0.1 Released!
Now you can download jars from the Downloads tab or checkout the examples from svn. A complete android example is here:http://code.google.com/p/android-recorder

Usage(android):
  1. make a lib dir in your android project.
  2. download the depends lib(the without-logback one).
  3. download the rtmpclient lib.
  4. put these jars to lib dir and add to bulid path.

Usage(other java platform):
  1. make a lib dir in your java project.
  2. download the depends lib(the with-logback one).
  3. download the rtmpclient lib.
  4. put these jars to lib dir and add to bulid path.

Powered by Google Project Hosting