From 276b60200f304b443b824a22573e9c1e77bd1cab Mon Sep 17 00:00:00 2001 From: wenjiegit Date: Thu, 2 Jan 2014 14:05:09 +0800 Subject: [PATCH] fixbug[play packet decode bug: srs only read bool type play reset value, actually this value can be bool or number] --- trunk/conf/srs.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/trunk/conf/srs.conf b/trunk/conf/srs.conf index 2634b9a3b..4375d4a92 100755 --- a/trunk/conf/srs.conf +++ b/trunk/conf/srs.conf @@ -1,14 +1,11 @@ # the listen ports, split by space. listen 1935; -<<<<<<< HEAD -======= # the default chunk size is 128, max is 65536, # some client does not support chunk size change, # however, most clients supports it and it can improve # performance about 10%. # default: 60000 chunk_size 60000; ->>>>>>> upstream/master # the logs dir. # if enabled ffmpeg, each stracoding stream will create a log file. # default: ./objs/logs