搜索资源列表
FLVDecoder
- 基于Directshow的FLV decoder filter源代码,稍微修改后就可以支持其他视频格式,如h264,mpeg4等。-Directshow FLV decoder filter source code, after slight modification could support other video formats such as h264, mpeg4 and so on.
FLVMUX.ZIP
- FLV Mux Directshow Filter. Support H264, AAC, VP6, MP3 codecs,FLV Mux Directshow Filter. Support H264, AAC, VP6, MP3 codecs
FLVSplitter
- 能够将flv文件进行分割的filter,属于MPC-HC的一部分源码-Flv files can be split filter, are part of MPC-HC source
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