# HG changeset patch # User Ruslan Ermilov # Date 1319565649 0 # Node ID 0188d11c77dd2caa98b48e5d7feddaf2aec0b37a # Parent 39dd017f016f4ecd2e6ccf0ebf7142dece2f9c5d Initial translation of the ngx_http_flv_module documentation. diff -r 39dd017f016f -r 0188d11c77dd xml/en/GNUmakefile --- a/xml/en/GNUmakefile Tue Oct 25 17:34:30 2011 +0000 +++ b/xml/en/GNUmakefile Tue Oct 25 18:00:49 2011 +0000 @@ -25,6 +25,7 @@ REFS_EN = en/docs/ngx_core_module \ en/docs/http/ngx_http_core_module \ en/docs/http/ngx_http_empty_gif_module \ + en/docs/http/ngx_http_flv_module \ en/docs/http/ngx_http_mp4_module \ HOWTO_EN_XML = $(foreach name, $(HOWTO_EN), xml/$(name).xml) diff -r 39dd017f016f -r 0188d11c77dd xml/en/docs/http/ngx_http_flv_module.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xml/en/docs/http/ngx_http_flv_module.xml Tue Oct 25 18:00:49 2011 +0000 @@ -0,0 +1,55 @@ + + + + + + +
+ + +The module ngx_http_flv_module does special processing +of the transmitted files: when transmitting a file starting from the +offset specified by the “start=XXX” arguments +in the request line, it adds FLV header before the requested file. + + + +This module is not built by default, it should be enabled with the +--with-http_flv_module +configuration parameter. + + +
+ + +
+ + + + location ~ \.flv$ { + flv; + } + + + +
+ + +
+ + + + +location + + +Enables special processing of the transmitted files. + + + + +
+ +
diff -r 39dd017f016f -r 0188d11c77dd xml/en/docs/http/ngx_http_mp4_module.xml --- a/xml/en/docs/http/ngx_http_mp4_module.xml Tue Oct 25 17:34:30 2011 +0000 +++ b/xml/en/docs/http/ngx_http_mp4_module.xml Tue Oct 25 18:00:49 2011 +0000 @@ -81,12 +81,10 @@ - diff -r 39dd017f016f -r 0188d11c77dd xml/en/docs/index.xml --- a/xml/en/docs/index.xml Tue Oct 25 17:34:30 2011 +0000 +++ b/xml/en/docs/index.xml Tue Oct 25 18:00:49 2011 +0000 @@ -63,6 +63,11 @@ + +ngx_http_flv_module + + + ngx_http_mp4_module diff -r 39dd017f016f -r 0188d11c77dd xml/en/index.xml --- a/xml/en/index.xml Tue Oct 25 17:34:30 2011 +0000 +++ b/xml/en/index.xml Tue Oct 25 18:00:49 2011 +0000 @@ -125,7 +125,8 @@ -FLV and +FLV +and MP4 streaming;