> Tzafrir Cohen <[EMAIL PROTECTED]> writes:
> 
> >   It appears there's nothing much to do about that. Unless someone can
> >     suggest and code a useful userspace timing source, the problem is here
> >     to stay for a while
> 
> Is there anything more to it that a thread that does something like this:
> 
>   struct pollfd fds[1];
>   for(;;) {
>     int timeout = ast_sched_wait(sched);
>     poll(fds, 0, timeout);
>     ast_sched_runq(sched);
>   }
> 
> with appropriate handlers set up with ast_sched_add()? I guess there
> must be since it is a problem, so can anyone explain the issues?
> 
>  - Kristian.
> 
> -- 
> Kristian Nielsen   [EMAIL PROTECTED]
> Development Manager, Sifira A/S
> 
> _______________________________________________
> Asterisk-Dev mailing list
> [email protected]
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev
> 
Hi,

I would like to know more over the transcoding function with asterisk.
How exactly works asterisk, in order to transcoding?
Where I can get exactly informations?
If asterisk transcodes, for example ilbc to gsm, how can I see which
(ilbc)rtp-packet becomes which (gsm)rtp-packet? I use the ethereal protocol
analyzer.
Apology for my English.

Best regards
George

-- 
+++ Lassen Sie Ihren Gedanken freien Lauf... z.B. per FreeSMS +++
GMX bietet bis zu 100 FreeSMS/Monat: http://www.gmx.net/de/go/mail
_______________________________________________
Asterisk-Dev mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-dev
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to