changeset 154:dfc9d4338fef

Rewording.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Oct 2011 09:19:41 +0000
parents 317ac898ba50
children d8a53dda98a7
files xml/en/docs/http/ngx_http_flv_module.xml
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 <section id="summary">
 
 <para>
-The module <code>ngx_http_flv_module</code> does special processing
-of the transmitted files: when transmitting a file starting from the
-offset specified by the “<parameter>start=XXX</parameter>” arguments
-in the request line, it adds FLV header before the requested file.
+The module <code>ngx_http_flv_module</code> provides pseudo-streaming
+server-side support for Flash Video (FLV) files.
+</para>
+
+<para>
+It handles requests with the <parameter>start</parameter> 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.
 </para>
 
 <para>
@@ -45,7 +50,7 @@
 <context>location</context>
 
 <para>
-Enables special processing of the transmitted files.
+Turns on module processing in a surrounding location.
 </para>
 
 </directive>