1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

add add hosts and wiki.

This commit is contained in:
winlin 2014-10-09 11:53:21 +08:00
parent bea53dca97
commit 3fcbb60b1c

View file

@ -31,5 +31,9 @@ cat<<END
默认的测速应用演示:
http://$ip:$port/players/srs_bwt.html?key=35c9b402c12a7246868752e2878f7e0e&vhost=bandcheck.srs.com
END
echo -e "@see https://github.com/winlinvip/simple-rtmp-server/wiki/SampleDemo"
echo -e "${GREEN}请在hosts中添加一行${BLACK}"
echo -e "${RED} $ip demo.srs.com${BLACK}"
echo -e "${GREEN}演示地址:${BLACK}"
echo -e "${RED} http://$ip:$port${BLACK}"