Hi Kirill,
On Thu, Jun 7, 2012 at 3:35 AM, Mulai <
kir....@gmail.com> wrote:
> Arsen, thanks.
>
> I use asterisk-unimrcp-0.3.2.
> May you explain how can I check RTP statistics? I don't know what is
> RTP Receiver and how I can use it.
You can check the mentioned RTP stats from the log file.
Set log-level in /etc/asterisk/mrcp.conf. to debug
; UniMRCP logging level to appear in Asterisk logs. Options are:
; EMERGENCY|ALERT|CRITICAL|ERROR|WARNING|NOTICE|INFO|DEBUG -->
log-level = DEBUG
If you want them to see on console of Asterisk, set the following in
/etc/asterisk/logger.conf
console => notice,warning,error,debug
>
> Where is jitter-buffer parameters you are writing about?
> I'm using mrcp.conf for all settings.
> Default is:
> ; --- Jitter buffer settings ---
> playout-delay = 50
> ; min-playout-delay = 20
> max-playout-delay = 200
They are not available with the version you're using.
>
> There are cracks always when synthesis is starting.
> If I increase playout-delay cracks become louder and stronger. playout-
> delay = 10 cracks are softer but still heard.
I need to see the incoming RTP stream to make any comments. Wireshark
capture might be helpful.
> For more options, visit this group at
http://groups.google.com/group/unimrcp?hl=en.