FLV#

The module provides pseudo-streaming server-side support for Flash Video (FLV) files.

It handles requests with the start argument in the request URI's query string specially, by sending back the contents of a file starting from the requested byte offset and with the prepended FLV header.

When building from the source code, the module isn't built by default; it must be enabled with the build option --with-http_flv_module.

In packages and images from our repositories, the module is included in the build.

Configuration Example#

location ~ \.flv$ {
    flv;
}

Directives#

flv#

Syntax

flv;

Default

Context

location

Turns on module processing in a surrounding location.