wenjiegit

fixbug[play packet decode bug: srs only read bool type play reset value, actuall…

…y this value can be bool or number]
1 # the listen ports, split by space. 1 # the listen ports, split by space.
2 listen 1935; 2 listen 1935;
3 -<<<<<<< HEAD  
4 -=======  
5 # the default chunk size is 128, max is 65536, 3 # the default chunk size is 128, max is 65536,
6 # some client does not support chunk size change, 4 # some client does not support chunk size change,
7 # however, most clients supports it and it can improve 5 # however, most clients supports it and it can improve
8 # performance about 10%. 6 # performance about 10%.
9 # default: 60000 7 # default: 60000
10 chunk_size 60000; 8 chunk_size 60000;
11 ->>>>>>> upstream/master  
12 # the logs dir. 9 # the logs dir.
13 # if enabled ffmpeg, each stracoding stream will create a log file. 10 # if enabled ffmpeg, each stracoding stream will create a log file.
14 # default: ./objs/logs 11 # default: ./objs/logs