资 源 简 介
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 dependency.
这是一个从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):
make a lib dir in your android project.