mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update the conf, add demo.srs.com, add players and players_pub, add __defaultVhost__ for rtmp
This commit is contained in:
parent
632255f08f
commit
ee79f4a52f
13 changed files with 406 additions and 46 deletions
|
@ -49,7 +49,7 @@ For example, use ffmpeg to publish:
|
|||
for((;;)); do \
|
||||
./objs/ffmpeg/bin/ffmpeg -re -i ./doc/source.200kbps.768x320.flv \
|
||||
-vcodec copy -acodec copy \
|
||||
-f flv -y rtmp://127.0.0.1/live/livestream; \
|
||||
-f flv -y rtmp://127.0.0.1/live?vhost=demo.srs.com/livestream; \
|
||||
sleep 1; \
|
||||
done
|
||||
</pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue