搜索资源列表
librtmp
- 在VS2010环境下编译通过的Librtmp库。-Success compile librtmp in VS2010.
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 RTMP protocol packets in various
rtmpdump-2.3
- rtmp dump, source code, you can use this to simulate rtmp client
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
- 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 the use of LibRTMP example, co