# HG changeset patch # User Ruslan Ermilov # Date 1319620781 0 # Node ID dfc9d4338fefacf60d37be534143d1e71ea5df9b # Parent 317ac898ba50cd8cadb265edeb3edf5b1184cc6b Rewording. diff -r 317ac898ba50 -r dfc9d4338fef xml/en/docs/http/ngx_http_flv_module.xml --- a/xml/en/docs/http/ngx_http_flv_module.xml Wed Oct 26 08:37:48 2011 +0000 +++ b/xml/en/docs/http/ngx_http_flv_module.xml Wed Oct 26 09:19:41 2011 +0000 @@ -9,10 +9,15 @@
-The module ngx_http_flv_module does special processing -of the transmitted files: when transmitting a file starting from the -offset specified by the “start=XXX” arguments -in the request line, it adds FLV header before the requested file. +The module ngx_http_flv_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 FLV +header prepended. @@ -45,7 +50,7 @@ location -Enables special processing of the transmitted files. +Turns on module processing in a surrounding location.