comparison xml/en/docs/http/ngx_http_f4f_module.xml @ 956:488a3f738db0

Text revision of commercial modules.
author Egor Nikitin <yegor.nikitin@gmail.com>
date Fri, 02 Aug 2013 10:28:49 +0400
parents aded7086e84f
children 379cb572a7ec
comparison
equal deleted inserted replaced
955:28d580f1eb63 956:488a3f738db0
12 rev="1"> 12 rev="1">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The module <literal>ngx_http_f4f_module</literal> provides 17 The <literal>ngx_http_f4f_module</literal> module provides
18 server-side support for Adobe HTTP Dynamic Streaming (HDS). 18 server-side support for Adobe HTTP Dynamic Streaming (HDS).
19 </para> 19 </para>
20 20
21 <para> 21 <para>
22 This module implements handling of HTTP Dynamic Streaming requests in a 22 This module implements handling of HTTP Dynamic Streaming requests in the
23 “<literal>/videoSeg1-Frag1</literal>” form, extracting needed fragment 23 “<literal>/videoSeg1-Frag1</literal>” form — extracting the needed fragment
24 from the <path>videoSeg1.f4f</path> file using the <path>videoSeg1.f4x</path> 24 from the <path>videoSeg1.f4f</path> file using the <path>videoSeg1.f4x</path>
25 index file. 25 index file.
26 This module is an alternative to the Adobe’s f4f module (HTTP Origin Module) 26 This module is an alternative to the Adobe’s f4f module (HTTP Origin Module)
27 for Apache. 27 for Apache.
28 </para> 28 </para>
61 <syntax/> 61 <syntax/>
62 <default/> 62 <default/>
63 <context>location</context> 63 <context>location</context>
64 64
65 <para> 65 <para>
66 Turns on module processing in a surrounding location. 66 Turns on module processing in the surrounding location.
67 </para> 67 </para>
68 68
69 </directive> 69 </directive>
70 70
71 71
75 <context>http</context> 75 <context>http</context>
76 <context>server</context> 76 <context>server</context>
77 <context>location</context> 77 <context>location</context>
78 78
79 <para> 79 <para>
80 Sets the size of a memory buffer used for reading <path>.f4x</path> index file. 80 Sets the size of a memory buffer used for reading the <path>.f4x</path> index
81 file.
81 </para> 82 </para>
82 83
83 </directive> 84 </directive>
84 85
85 </section> 86 </section>