HttpFlvModule
(Difference between revisions)
m (moved HttpFlvStreamModule to HttpFlvModule: Stick to naming pattern - ngx_http_flv_module) |
(→flv) |
||
| Line 19: | Line 19: | ||
= Directives = | = Directives = | ||
== flv == | == flv == | ||
| − | <include wikitext nopre src="http://wiki.nginx.org/nginx.org/ngx_http_flv_module/flv.txt" /> | + | <include wikitext nopre src="http://wiki.nginx.org/nginx.org/http/ngx_http_flv_module/flv.txt" /> |
Enables special handling of files for this location. | Enables special handling of files for this location. | ||
Latest revision as of 19:43, 2 May 2012
Contents |
[edit] Synopsis
This module provides the ability to seek within FLV (Flash) files using byte-based offsets.
Module ngx_http_flv_module offers special handling of files it handles:
- adds
FLVheader to the requested file; - transfers file, beginning from the displacement, specified in the request argument
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.
Example:
[edit] Directives
[edit] flv
| Syntax: | flv |
| Default: | |
| Context: | location |
| Reference: | flv |
Enables special handling of files for this location.










