NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
### 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提供特殊处理的文件,它处理: - adds FLV header to the requested file; - 添加 FLV 头请求的文件; - transfers file, beginning from the displacement, specified in the request argument start=XXX. - 传输文件,从开始的位移,在请求参数中指定 start=XXX. 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; } ~~~