[Asterisk-video] app_h324m questions

Marcin_Nemeczek at drq.pl Marcin_Nemeczek at drq.pl
Mon Jul 16 03:38:17 CDT 2007


Hi

Because :
        Disclaimer: this command is for informational purposes only.
        It does not indicate anything about your configuration.

Change in main/frame.c   function    static int show_codecs(int fd, int 
argc, char *argv[])

        if ((argc == 3) || (!strcasecmp(argv[3],"audio"))) {
                found = 1;
                for (i=0;i<14;i++) {
                        snprintf(hex,25,"(0x%x)",1<<i);
                        ast_cli(fd, "%11u (1 << %2d) %10s  audio   %8s 
(%s)\n",1 << i,i,hex,ast_getformatname(1<<i),ast_codec2str(1<<i));
                }
        }


regards
marcin




Klaus Darilion <klaus.mailinglists at pernau.at> 
Sent by: asterisk-video-bounces at lists.digium.com
2007-07-16 10:27
Please respond to
Development discussion of video media support in Asterisk 
<asterisk-video at lists.digium.com>


To
Development discussion of video media support in Asterisk 
<asterisk-video at lists.digium.com>
cc

Subject
Re: [Asterisk-video] app_h324m questions








Pascal Meyer wrote:
> Hi Klaus,
> 
> looks like you need to install the amr codecs patch for asterisk:
> http://lists.digium.com/pipermail/asterisk-dev/2007-March/026446.html
> follow the instructions and you should be fine...

I still have problems. Digging into the source code I see that this 
patch defines:

#define AST_FORMAT_AMRNB        (1 << 13)

In app_h324m there is:
#ifndef AST_FORMAT_AMR
#define AST_FORMAT_AMR            (1 << 13)

Are these codec definitions are supposed to work together?

Further, "show codecs" does not show AMR although I have applied the AMR 
patch. Any hints?

regards
klaus

> Regards,
> Pascal
> 
>> -----Original Message-----
>> From: asterisk-video-bounces at lists.digium.com
>> [mailto:asterisk-video-bounces at lists.digium.com] On Behalf Of Klaus
> Darilion
>> Sent: Thursday, July 12, 2007 12:41 PM
>> To: Development discussion of video media support in Asterisk
>> Subject: [Asterisk-video] app_h324m questions
>>
>> Hi!
>>
>> I'm playing with app_h324m. Loopback works fine - now I wanted to
>> forward a call to a SIP client. But it does not work. The SIP channel
>> complains about non matching codec. It looks like the H324M call leg
>> does not activate an audio codec - only video (trace below).
>>
>> I'm using asterisk 1.4.4.
>>
>> Thus: What is the suggested asterisk version to use app_h324m and 
app_mp4?
>>
>> Does H324<-->SIP actually work?
>>
>> thanks
>> klaus
>>
>> _______________________________________________
>> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>>
>> asterisk-video mailing list
>> To UNSUBSCRIBE or update options visit:
>>    http://lists.digium.com/mailman/listinfo/asterisk-video
> 
> 
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
> 
> asterisk-video mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-video

_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-video mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-video

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-video/attachments/20070716/4053b8ef/attachment.htm 


More information about the asterisk-video mailing list