comparison xml/en/docs/http/ngx_http_mp4_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 95c3c3bbf1ce
comparison
equal deleted inserted replaced
955:28d580f1eb63 956:488a3f738db0
170 <context>http</context> 170 <context>http</context>
171 <context>server</context> 171 <context>server</context>
172 <context>location</context> 172 <context>location</context>
173 173
174 <para> 174 <para>
175 Enables or disables rate limiting based on an average bitrate of the 175 Enables or disables rate limiting based on the average bitrate of the
176 MP4 file served. 176 MP4 file served.
177 To calculate the rate, bitrate is multiplied by the specified 177 To calculate the rate, the bitrate is multiplied by the specified
178 <value>factor</value>. 178 <value>factor</value>.
179 The special value “<literal>on</literal>” corresponds to a factor of 1.1. 179 The special value “<literal>on</literal>” corresponds to the factor of 1.1.
180 </para> 180 </para>
181 181
182 <para> 182 <para>
183 <note> 183 <note>
184 This directive is available as part of our <commercial_version/> only. 184 This directive is available as part of our <commercial_version/> only.
194 <context>http</context> 194 <context>http</context>
195 <context>server</context> 195 <context>server</context>
196 <context>location</context> 196 <context>location</context>
197 197
198 <para> 198 <para>
199 Limits rate after sending the specified amount of media data. 199 Limits the rate after sending the specified amount of media data.
200 </para> 200 </para>
201 201
202 <para> 202 <para>
203 <note> 203 <note>
204 This directive is available as part of our <commercial_version/> only. 204 This directive is available as part of our <commercial_version/> only.