ngx_http_flv_module

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

Module ngx_http_flv_module offers special handling of files it handles:

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

Example configuration

location ~ \.flv$ {
    flv;
}

Directives

flv

syntax: flv

default: None

context: location

Enables special handling of files for this location.

References

Original documentation

NginxHttpFlvStreamModule (last edited 2006-10-11 05:53:29 by CliffWells)