幸福日记

nginx中文文档-ngx_http_flv_module

该模块处理URI查询字符串中的start参数,并发送请求字节偏移处开始的文件内容,以及添加到FLV头部前面。
该模块默认不会构建,需要使用–with-http_flv_module编译参数构建。

示例配置

location ~ \.flv$ {
    flv;
}

flv

语法:flv
默认:—
上下文:location

在location块内开启模块处理功能。

退出移动版