-
Apache2.4中的mod_flvx.so和mod_h264_streaming.so模块分别对应h264和flvx功能
资源介绍
apache+Windows配置flv,mp4视频支持随意拖动
配置成功,亲测可用,注意对应版本!!!
压缩包内目录:
mod_flvx-0.4-Apache-2.4.x-vc14-x64.zip
mod_flvx-0.4-Apache-2.4.x-vc14-x86.zip
mod_flvx-0.4-Apache-2.4.x-x64-vc11.zip
mod_flvx-0.4-Apache-2.4.x-x64.zip
mod_flvx-0.4-Apache-2.4.x-x86-vc11.zip
mod_flvx-0.4-Apache-2.4.x-x86.zip
mod_h264_streaming-2.2.7-2.4.x-x64-vc11.zip
mod_h264_streaming-2.2.7-2.4.x-x64-vc14.zip
mod_h264_streaming-2.2.7-2.4.x-x64.zip
mod_h264_streaming-2.2.7-2.4.x-x86-vc11.zip
mod_h264_streaming-2.2.7-2.4.x-x86-vc14.zip
mod_h264_streaming-2.2.7-2.4.x-x86.zip
第一步,下载解压得到下面二个文件:
mod_flvx.so
mod_h264_streaming.so
把这两个文件放到,apache的modules目录中,然后查找httpd.conf这个文件,打开编辑,找到类似这样的LoadModule在他们的下面加上以下两段
LoadModule flvx_module modules/mod_flvx.so
AddHandler flv-stream .flv
LoadModule h264_streaming_module modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
第二步,重启apache服务