1
0
Fork 0
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:
winlin 2013-12-22 00:08:17 +08:00
parent 632255f08f
commit ee79f4a52f
13 changed files with 406 additions and 46 deletions

View file

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