1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-14 12:21:55 +00:00

update readme

This commit is contained in:
winlin 2013-11-26 00:10:00 +08:00
parent acb472d784
commit 959d577209

View file

@ -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>