mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme
This commit is contained in:
parent
bf18a3ac96
commit
18028ad4cb
3 changed files with 934 additions and 930 deletions
|
@ -36,7 +36,8 @@ FMS URL: rtmp://127.0.0.1:1935/live
|
|||
Stream: livestream
|
||||
For example, use ffmpeg to publish:
|
||||
for((;;)); do \
|
||||
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv -vcodec copy -acodec copy \
|
||||
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv \
|
||||
-vcodec copy -acodec copy \
|
||||
-f flv -y rtmp://127.0.0.1:1935/live/livestream; \
|
||||
sleep 1; \
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue