Nginx中文文档

flv

This module provides the ability to seek within FLV (Flash) files using time-based offsets.

本模块提供FLV文件加载基于时间位移.

Module ngx_http_flv_module offers special handling of files it handles:

模块ngx_http_flv_module提供特殊处理的文件,它处理:

This module is not compiled by default and must be specified using the --with-http_flv_module argument to configure when compiling Nginx.

本模块必需在编译nginx时加上--with-http_flv_module.

例如:

location ~ \.flv$ {

  flv;
}