Module ngx_http_flv_module

ngx_http_flv_module模块为 Flash 视频(FLV)文件提供了伪流服务器端支持。

它通过从请求的字节偏移量开始并带有前置的 FLVHeaders 发回文件内容,专门处理请求 URI 的查询字符串中带有start参数的请求。

默认情况下未构建此模块,应使用--with-http_flv_module配置参数启用它。

Example Configuration

location ~ \.flv$ {
    flv;
}

Directives

Syntax:flv;
Default:
Context:location

打开周围位置的模块处理。