comparison xml/en/docs/http/ngx_http_hls_module.xml @ 1115:65bc9d1ec234

MP4 and HLS: updated the "buffer size" phrase for _buffer_size directives.
author Yaroslav Zhuravlev <yar@nginx.com>
date Tue, 25 Mar 2014 16:21:45 +0400
parents 379cb572a7ec
children 1594ed379f1f
comparison
equal deleted inserted replaced
1114:aa1d4000daf2 1115:65bc9d1ec234
7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 7 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
8 8
9 <module name="Module ngx_http_hls_module" 9 <module name="Module ngx_http_hls_module"
10 link="/en/docs/http/ngx_http_hls_module.html" 10 link="/en/docs/http/ngx_http_hls_module.html"
11 lang="en" 11 lang="en"
12 rev="1"> 12 rev="2">
13 13
14 <section id="summary"> 14 <section id="summary">
15 15
16 <para> 16 <para>
17 The <literal>ngx_http_hls_module</literal> module provides HTTP Live Streaming 17 The <literal>ngx_http_hls_module</literal> module provides HTTP Live Streaming
122 <context>http</context> 122 <context>http</context>
123 <context>server</context> 123 <context>server</context>
124 <context>location</context> 124 <context>location</context>
125 125
126 <para> 126 <para>
127 Sets the initial <value>size</value> of the memory buffer used to 127 Sets the initial buffer <value>size</value> used to
128 process MP4 files. 128 process MP4 files.
129 </para> 129 </para>
130 130
131 </directive> 131 </directive>
132 132