胡斌

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
  1 +# main config for srs.
  2 +# @see full.conf for detail config.
  3 +
  4 +listen 1935;
  5 +max_connections 1000;
  6 +srs_log_tank file;
  7 +srs_log_file ./objs/srs.log;
  8 +# whether use build-in speex to aac transcoding
  9 +# default: off
  10 +speex2aac on;
  11 +# set cpu affinity,the index of the cpu core,0,1,2,...
  12 +# default -1,don't set affinity
  13 +cpu_affinity 0;
  14 +vhost __defaultVhost__ {
  15 +}