模块ngx_http_flv_module 为Flash Video(FLV)文件 提供服务端伪流媒体支持
ngx_http_flv_module
通过返回以请求偏移位置开始的文件内容,该模块专门处理 在查询串中有start参数的请求, 和有预先设置到FLV头部的请求。
start
这个模块并不是默认构建的,必须通过配置参数 --with-http_flv_module 来启用。
--with-http_flv_module
location ~ \.flv$ { flv; }
flv;
location
在当前location里使用这个模块处理请求。