搜索资源列表
librtmp source code
- rtmp protocol impletement
libRTMP
- Add RTMP support to your programs, to simulate the Flash 8+
langlibrtmp
- lang 使用的rtmp源代码,vc2008下编译通过,可直接使用.rtmp有不同的实现方法,这个是Lang的。-lang s RTMP lib
X264RTMP
- 支持h264编码协议的RTMP传输协议,这个是H264的具体实现x264的配套传输协议中的RTMP,支持x264在RTMP上实时传输的企业版。Linux和windows上测试通过,可直接使用。-xbmc player uses RTMP protocol implementation code, compile the following in the Linux, very good implementation of the RTM
rtmpdump-2.3
- rtmp dump, source code, you can use this to simulate rtmp client
librtmp
- 在VS2010环境下编译通过的Librtmp库。-Success compile librtmp in VS2010.
librtmp
- librtmp静态库-不含ssl-仅支持rtmp-适合调试用,可以直接调用librtmp的api将流发布到red5或FMS中.-librtmp static library- free ssl-only supports rtmp-suited for debugging, you can call directly api librtmp to publish to the stream in red5 or FMS
librtmp
- iOS librtmp 静态库 支持armv7 ios7真机测试通过-iOS librtmp static library support armv7 ios7 real test by
librtmp
- rtmp交叉编译 librtmp.so arm下静态库-librtmp.a arm static library
sendflvrtmp
- 利用librtmp实现的rtmp推送flv文件的实例程序-Using the example program librtmp implemented rtmp push flv file
librtmp
- rtmp library code OBS project-rtmp library code OBS project
librtmp
- LIBRTMP编译库,使用vs2008编译完成的librtmp-LIBRTMP compiled libraries, using vs2008 compiled the librtmp
simplest_librtmp_example
- 本工程包含了LibRTMP的使用示例,包含如下子工程: simplest_librtmp_receive: 接收RTMP流媒体并在本地保存成FLV格式的文件。 simplest_librtmp_send_flv: 将FLV格式的视音频文件使用RTMP推送至RTMP流媒体服务器。 simplest_librtmp_send264: 将内存中的H.264数据推送至RTMP流媒体服务器。-The project includes