[Asterisk-Users] Meetme versus app_conference

Kevin P. Fleming kpfleming at digium.com
Sat Jun 3 21:23:54 MST 2006


----- Erick Perez <eaperezh at gmail.com> wrote:

> Or if i have SIP/g729 users and i create a conference with other
> users
> also at g729 asterisk will not transcode (when using app_conference)?

It is not possible to mix conference audio together without converting it to an uncompressed form first. app_meetme in Asterisk 1.2.x certainly does do more transcoding (both inbound and outbound) than is absolutely needed, which app_conference does not do. However, app_meetme in SVN trunk (soon to be Asterisk 1.4) tries to minimize the amount of transcoding by avoiding the decoding of incoming audio from channels that are not speaking and by re-using the transcoded output for channels that share a format (codec). This should make it perform similarly to app_conference in many situations.

-- 
Kevin P. Fleming
Senior Software Engineer
Digium, Inc.




More information about the asterisk-users mailing list