胡斌

ver: 2.0+ r3538 9354d4a9 2017-06-08 09:13:30

support build-in speex to aac transcoding,add root config: speex2aac
support set cup affinity,add root config:cpu_affinity
# main config for srs.
# @see full.conf for detail config.
listen 1935;
max_connections 1000;
srs_log_tank file;
srs_log_file ./objs/srs.log;
# whether use build-in speex to aac transcoding
# default: off
speex2aac on;
# set cpu affinity,the index of the cpu core,0,1,2,...
# default -1,don't set affinity
cpu_affinity 0;
vhost __defaultVhost__ {
}
... ...