mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 12:21:55 +00:00
update readme
This commit is contained in:
parent
acb472d784
commit
959d577209
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ step 3: publish live stream <br/>
|
|||
FMS URL: rtmp://127.0.0.1:1935/live
|
||||
Stream: livestream
|
||||
For example, use ffmpeg to publish:
|
||||
ffmpeg -re -i source.flv -vcodec copy -acodec copy -f flv -y rtmp://127.0.0.1:1935/live/livestream
|
||||
ffmpeg -re -i source.flv -vcodec copy -acodec copy \
|
||||
-f flv -y rtmp://127.0.0.1:1935/live/livestream
|
||||
</pre>
|
||||
step 4: play live stream <br/>
|
||||
<pre>
|
||||
|
|
Loading…
Reference in a new issue