apache2.4流媒体支持(2).zip 播放mp4 和flv
windows+apache2.4+php5.5播放mp4和flv,亲测可用。
解压得到下面二个文件:
mod_flvx.so
mod_h264_streaming.so
选择合适的版本,我的选的是mod_h264_streaming-2.2.7-2.4.x-x86-vc14.zip
把这两个文件放到,apache的modules目录中,然后查找httpd.conf这个文件,打开编辑,找到类似这样的LoadModule在他们的下面加上以下两段
LoadModuleflvx_modulemodules/mod_flvx.so
AddHandlerflv-stream.fl
用户评论