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

fix demo.conf bug, remove the log_dir, because it's renamed to ff_log_dir

This commit is contained in:
winlin 2014-03-26 16:57:20 +08:00
parent 3f972460ec
commit 97435c6bb4
2 changed files with 1 additions and 1 deletions

View file

@ -178,6 +178,7 @@ See also: [Performance Test Guide](https://github.com/winlinvip/simple-rtmp-serv
* nginx v1.5.0: 139524 lines <br/> * nginx v1.5.0: 139524 lines <br/>
## History ## History
* v1.0, 2014-03-26, Support RTMP ATC for HLS/HDS to support backup(failover).
* v1.0, 2014-03-23, support daemon, default start in daemon. * v1.0, 2014-03-23, support daemon, default start in daemon.
* v1.0, 2014-03-22, support make install/install-api and uninstall. * v1.0, 2014-03-22, support make install/install-api and uninstall.
* v1.0, 2014-03-22, add ./etc/init.d/srs, refine to support make clean then make. * v1.0, 2014-03-22, add ./etc/init.d/srs, refine to support make clean then make.

View file

@ -4,7 +4,6 @@
listen 1935; listen 1935;
chunk_size 60000; chunk_size 60000;
log_dir ./objs/logs;
max_connections 2000; max_connections 2000;
vhost __defaultVhost__ { vhost __defaultVhost__ {