mirror of
https://github.com/arut/nginx-rtmp-module.git
synced 2025-08-14 17:10:45 +08:00
updated index.html
This commit is contained in:
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
<section id="main_content">
|
<section id="main_content">
|
||||||
|
|
||||||
<p>NGINX-based RTMP server</p>
|
|
||||||
|
|
||||||
<h2>Wiki manual</h2>
|
<h2>Wiki manual</h2>
|
||||||
|
|
||||||
<p><a href="https://github.com/arut/nginx-rtmp-module/wiki">https://github.com/arut/nginx-rtmp-module/wiki</a></p>
|
<p><a href="https://github.com/arut/nginx-rtmp-module/wiki">https://github.com/arut/nginx-rtmp-module/wiki</a></p>
|
||||||
@ -75,7 +73,7 @@ make install
|
|||||||
|
|
||||||
<h3>Simple Live Streaming</h3>
|
<h3>Simple Live Streaming</h3>
|
||||||
|
|
||||||
<code>
|
<pre>
|
||||||
rtmp {
|
rtmp {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
@ -98,7 +96,7 @@ rtmp {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</code>
|
</pre>
|
||||||
|
|
||||||
<h3>Transcoding</h3>
|
<h3>Transcoding</h3>
|
||||||
<code>
|
<code>
|
||||||
|
Reference in New Issue
Block a user