mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
update Readme
This commit is contained in:
19
README.md
19
README.md
@@ -8,6 +8,25 @@ Summary:<br/>
|
||||
srs is a simple, high-performance, running in single process, <br/>
|
||||
origin live server, with single vhost(like FMS \_\_defaultVhost\_\_).<br/>
|
||||
|
||||
Usage:<br/>
|
||||
step 1: build srs <br/>
|
||||
<pre>
|
||||
tar xf srs.*.*.tar.gz
|
||||
cd srs.*.*
|
||||
./configure
|
||||
make
|
||||
./objs/simple_rtmp_server 1935
|
||||
</pre>
|
||||
step 2: publish live stream <br/>
|
||||
<pre>
|
||||
FMS URL: rtmp://127.0.0.1:1935/live
|
||||
Stream: livestream
|
||||
</pre>
|
||||
step 3: play live stream <br/>
|
||||
<pre>
|
||||
url: rtmp://127.0.0.1:1935/live/livestream
|
||||
</pre>
|
||||
|
||||
Features:<br/>
|
||||
1. simple: also stable enough.<br/>
|
||||
2. high-performance: single-thread, async socket, event/st-thread driven.<br/>
|
||||
|
||||
Reference in New Issue
Block a user