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