comparison xml/en/docs/http/ngx_http_flv_module.xml @ 966:95c3c3bbf1ce

Text review.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Wed, 14 Aug 2013 12:03:41 +0400
parents 764fbac1b8b4
children
comparison
equal deleted inserted replaced
965:fadccc156188 966:95c3c3bbf1ce
13 rev="1"> 13 rev="1">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The module <literal>ngx_http_flv_module</literal> provides pseudo-streaming 18 The <literal>ngx_http_flv_module</literal> module provides pseudo-streaming
19 server-side support for Flash Video (FLV) files. 19 server-side support for Flash Video (FLV) files.
20 </para> 20 </para>
21 21
22 <para> 22 <para>
23 It handles requests with the <literal>start</literal> argument in 23 It handles requests with the <literal>start</literal> argument in
24 the request URI’s query string specially, by sending back the contents 24 the request URI’s query string specially, by sending back the contents
25 of a file starting from the requested byte offset, and with the FLV 25 of a file starting from the requested byte offset and with the prepended FLV
26 header prepended. 26 header.
27 </para> 27 </para>
28 28
29 <para> 29 <para>
30 This module is not built by default, it should be enabled with the 30 This module is not built by default, it should be enabled with the
31 <literal>--with-http_flv_module</literal> 31 <literal>--with-http_flv_module</literal>