freeswitch v1.6 use speex codec error -
i have compiled freeswitch branch v1.6 sourcecode ,when use speex codec , freeswitch console :
2016-05-09 15:37:31.611965 [warning] switch_core_codec.c:721 codec speex exists not @ desired implementation. 16000hz 64ms 1ch 2016-05-09 15:37:31.611965 [err] switch_core_media.c:3025 can't load codec?
i think key problem here: "16000hz 64ms 1ch". if @ freeswitch configuration file vars.xml
, see many examples of ptimes one:
dvi4@16000h@40i - ima adpcm 16khz using 40ms ptime. (multiples of 10)
so freeswitch complaining 64ms packet time, it's not multiple of 10. should able change in codec preferences on endpoint configuration.
Comments
Post a Comment