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

fix bug of hls and rename demo player stream to live/demo. change to 0.9.36

This commit is contained in:
winlin 2014-03-26 18:13:33 +08:00
parent ea3561de08
commit 4c8d6d2eb1
8 changed files with 25 additions and 13 deletions

View file

@ -3,6 +3,11 @@
# @see full.conf for detail config.
listen 19350;
daemon on;
srs_log_tank file;
srs_log_file ./objs/demo.19350.log;
pid ./objs/srs.demo.19350.pid;
vhost __defaultVhost__ {
enabled on;
gop_cache on;

View file

@ -3,6 +3,11 @@
# @see full.conf for detail config.
listen 1935;
daemon on;
srs_log_tank file;
srs_log_file ./objs/demo.log;
pid ./objs/srs.demo.pid;
chunk_size 60000;
max_connections 2000;