speex2aac.conf 381 字节
# 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__ {
}