comparison xml/en/docs/http/ngx_http_flv_module.xml @ 154:dfc9d4338fef

Rewording.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Oct 2011 09:19:41 +0000
parents 0188d11c77dd
children bfe3eff81d04
comparison
equal deleted inserted replaced
153:317ac898ba50 154:dfc9d4338fef
7 lang="en"> 7 lang="en">
8 8
9 <section id="summary"> 9 <section id="summary">
10 10
11 <para> 11 <para>
12 The module <code>ngx_http_flv_module</code> does special processing 12 The module <code>ngx_http_flv_module</code> provides pseudo-streaming
13 of the transmitted files: when transmitting a file starting from the 13 server-side support for Flash Video (FLV) files.
14 offset specified by the “<parameter>start=XXX</parameter>” arguments 14 </para>
15 in the request line, it adds FLV header before the requested file. 15
16 <para>
17 It handles requests with the <parameter>start</parameter> argument in
18 the request URI’s query string specially, by sending back the contents
19 of a file starting from the requested byte offset, and with the FLV
20 header prepended.
16 </para> 21 </para>
17 22
18 <para> 23 <para>
19 This module is not built by default, it should be enabled with the 24 This module is not built by default, it should be enabled with the
20 <code>--with-http_flv_module</code> 25 <code>--with-http_flv_module</code>
43 <syntax/> 48 <syntax/>
44 <default/> 49 <default/>
45 <context>location</context> 50 <context>location</context>
46 51
47 <para> 52 <para>
48 Enables special processing of the transmitted files. 53 Turns on module processing in a surrounding location.
49 </para> 54 </para>
50 55
51 </directive> 56 </directive>
52 57
53 </section> 58 </section>