模块 ngx_http_flv_module
示例配置 Directives flv |
该模块提供伪流式处理
对 Flash 视频 (FLV) 文件的服务器端支持。ngx_http_flv_module
它处理带有
请求 URI 的查询字符串,通过发回内容
的文件从请求的字节偏移量开始,并带有前置的 FLV
页眉。start
默认情况下,此模块不是构建的,应使用 configuration 参数启用它。--with-http_flv_module
示例配置
location ~ \.flv$ { flv; }
Directives
语法: |
flv; |
---|---|
默认值: | — |
上下文: |
location |
在周围位置打开模块处理。