changeset 2796:bcdb13e1e8c6

Minor updates to ngx_http_mp4_module module intro.
author Yaroslav Zhuravlev <yar@nginx.com>
date Fri, 12 Nov 2021 20:16:05 +0000
parents 691de23367a7
children 17ed19394953
files xml/en/docs/http/ngx_http_mp4_module.xml xml/ru/docs/http/ngx_http_mp4_module.xml
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_mp4_module.xml	Tue Jul 13 13:57:32 2021 +0100
+++ b/xml/en/docs/http/ngx_http_mp4_module.xml	Fri Nov 12 20:16:05 2021 +0000
@@ -9,7 +9,7 @@
 <module name="Module ngx_http_mp4_module"
         link="/en/docs/http/ngx_http_mp4_module.html"
         lang="en"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -21,7 +21,7 @@
 </para>
 
 <para>
-Pseudo-streaming works in alliance with a compatible Flash player.
+Pseudo-streaming works in alliance with a compatible media player.
 The player sends an HTTP request to the server with the start time
 specified in the query string argument (named simply
 <literal>start</literal>
@@ -58,7 +58,7 @@
 This involves some CPU, memory, and disk I/O overhead,
 so it is a good idea to
 <link
-url="http://flowplayer.org/plugins/streaming/pseudostreaming.html#prepare">
+url="https://github.com/flowplayer/flowplayer/wiki/7.1.1-video-file-correction">
 prepare an original file for pseudo-streaming</link> in advance,
 rather than having nginx do this on every such request.
 </para>
--- a/xml/ru/docs/http/ngx_http_mp4_module.xml	Tue Jul 13 13:57:32 2021 +0100
+++ b/xml/ru/docs/http/ngx_http_mp4_module.xml	Fri Nov 12 20:16:05 2021 +0000
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_http_mp4_module"
         link="/ru/docs/http/ngx_http_mp4_module.html"
         lang="ru"
-        rev="7">
+        rev="8">
 
 <section id="summary">
 
@@ -21,7 +21,7 @@
 </para>
 
 <para>
-Псевдо-стриминг работает в паре с совместимым Flash-плеером.
+Псевдо-стриминг работает в паре с совместимым медиаплеером.
 Плеер посылает серверу HTTP-запрос с указанием точки времени старта
 в аргументе
 <literal>start</literal>
@@ -58,7 +58,7 @@
 Это требует дополнительного процессорного
 времени, памяти и дискового ввода/вывода, поэтому лучше
 заранее <link
-url="http://flowplayer.org/plugins/streaming/pseudostreaming.html#prepare">
+url="https://github.com/flowplayer/flowplayer/wiki/7.1.1-video-file-correction">
 подготовить исходный файл для псевдо-стриминга</link>,
 нежели делать это для каждого запроса.
 </para>