1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

update build/run/stop script

This commit is contained in:
winlin 2014-04-06 19:13:29 +08:00
parent c4524484e6
commit d546f815df
7 changed files with 32 additions and 19 deletions

View file

@ -11,6 +11,17 @@ pid ./objs/srs.demo.pid;
chunk_size 60000;
max_connections 2000;
http_api {
enabled on;
listen 1985;
}
http_stream {
enabled on;
listen 8080;
dir ./objs/nginx/html;
}
vhost __defaultVhost__ {
enabled on;
gop_cache on;