view xml/cn/docs/http/ngx_http_flv_module.xml @ 1017:9f9a427a73eb

Fixed broken links to chinese versions of some modules. The chinese version contains untranslated copies of english documentation for random_index and realip modules. The result is the appearance of 'translation to chinese' link for this modules pointing to non-existing document. This files are removed. Also, broken links are generated for the chinese version of the "flv" module, but the translation exists, although not enabled for publication. Since contents of file looks like a valid translation, it is allowed to be published.
author Vladimir Homutov <vl@nginx.com>
date Mon, 18 Nov 2013 12:48:10 +0400
parents ceb8a4e374b7
children
line wrap: on
line source

<?xml version="1.0"?>

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

<!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">

<module name="ngx_http_flv_module 模块"
        link="/cn/docs/http/ngx_http_flv_module.html"
        lang="cn"
        translator="litianqing"
        rev="1">

<section id="summary">

<para>
模块<literal>ngx_http_flv_module </literal> 为Flash Video(FLV)文件
提供服务端伪流媒体支持
</para>

<para>
通过返回以请求偏移位置开始的文件内容,该模块专门处理
在查询串中有<literal>start</literal>参数的请求,
和有预先设置到FLV头部的请求。
</para>

<para>
这个模块并不是默认构建的,必须通过配置参数
<literal>--with-http_flv_module</literal>
来启用。
</para>

</section>


<section id="example" name="配置范例">

<para>
<example>
location ~ \.flv$ {
    flv;
}
</example>
</para>

</section>


<section id="directives" name="指令">
<directive name="flv">
<syntax/>
<default/>
<context>location</context>

<para>
在当前location里使用这个模块处理请求。
</para>

</directive>

</section>

</module>