simplify usage
This commit is contained in:
parent
b9f522a2f6
commit
13d9b44c73
|
|
@ -41,6 +41,7 @@ cd simple-rtmp-server/trunk
|
|||
</pre>
|
||||
<strong>See also:</strong><br/>
|
||||
[Usage: How to delivery RTMP?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleRTMP)<br/>
|
||||
[Usage: How to delivery HLS?](https://github.com/winlinvip/simple-rtmp-server/wiki/SampleHLS)<br/>
|
||||
|
||||
### Architecture
|
||||
System Architecture:
|
||||
|
|
|
|||
3
trunk/conf/rtmp.conf
Executable file
3
trunk/conf/rtmp.conf
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
listen 1935;
|
||||
vhost __defaultVhost__ {
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user