文件名称:simplest_librtmp_example
- 所属分类:
- DirextX编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-07-27
- 文件大小:
- 5.29mb
- 下载次数:
- 0次
- 提 供 者:
- your*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
本工程包含了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, contains the following sub-projects:
simplest_librtmp_receive: receiving RTMP streaming and stored in the local file into FLV format.
simplest_librtmp_send_flv: video and audio file formats using RTMP FLV push RTMP streaming media server.
simplest_librtmp_send264: The memory push data to H.264 RTMP streaming media server.
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, contains the following sub-projects:
simplest_librtmp_receive: receiving RTMP streaming and stored in the local file into FLV format.
simplest_librtmp_send_flv: video and audio file formats using RTMP FLV push RTMP streaming media server.
simplest_librtmp_send264: The memory push data to H.264 RTMP streaming media server.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
simplest_librtmp_example
........................\.gitignore
........................\readme.txt
........................\simplest_librtmp_example.sln
........................\simplest_librtmp_example.suo
........................\simplest_librtmp_receive
........................\........................\include
........................\........................\.......\getopt.c
........................\........................\.......\getopt.h
........................\........................\.......\inttypes.h
........................\........................\.......\librtmp
........................\........................\.......\.......\amf.h
........................\........................\.......\.......\bytes.h
........................\........................\.......\.......\dh.h
........................\........................\.......\.......\dhgroups.h
........................\........................\.......\.......\handshake.h
........................\........................\.......\.......\http.h
........................\........................\.......\.......\log.h
........................\........................\.......\.......\rtmp.h
........................\........................\.......\.......\rtmp_sys.h
........................\........................\.......\stdint.h
........................\........................\lib
........................\........................\...\librtmp.lib
........................\........................\libcrypto.dll
........................\........................\librtmp.dll
........................\........................\libssl.dll
........................\........................\simplest_librtmp_receive.cpp
........................\........................\simplest_librtmp_receive.vcxproj
........................\........................\simplest_librtmp_receive.vcxproj.filters
........................\........................\simplest_librtmp_receive.vcxproj.user
........................\simplest_librtmp_receive.jpg
........................\simplest_librtmp_send264
........................\........................\.gitignore
........................\........................\cuc_ieschool.h264
........................\........................\include
........................\........................\.......\getopt.c
........................\........................\.......\getopt.h
........................\........................\.......\inttypes.h
........................\........................\.......\librtmp
........................\........................\.......\.......\amf.h
........................\........................\.......\.......\bytes.h
........................\........................\.......\.......\dh.h
........................\........................\.......\.......\dhgroups.h
........................\........................\.......\.......\handshake.h
........................\........................\.......\.......\http.h
........................\........................\.......\.......\log.h
........................\........................\.......\.......\rtmp.h
........................\........................\.......\.......\rtmp_sys.h
........................\........................\.......\stdint.h
........................\........................\lib
........................\........................\...\librtmp.lib
........................\........................\libcrypto.dll
........................\........................\librtmp.dll
........................\........................\librtmp_send264.cpp
........................\........................\librtmp_send264.h
........................\........................\libssl.dll
........................\........................\simplest_librtmp_send264.cpp
........................\........................\simplest_librtmp_send264.vcxproj
........................\........................\simplest_librtmp_send264.vcxproj.filters
........................\........................\simplest_librtmp_send264.vcxproj.user
........................\.......................