linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-developers] Question about receiving "comfort noise" packe


From: Simon Morlat
Subject: Re: [Linphone-developers] Question about receiving "comfort noise" packets
Date: Sat, 11 Apr 2009 18:06:58 +0200
User-agent: KMail/1.9.9

Hi,

You just need to inform oRTP that payload type 13 is used within the scope of 
your RtpSession, as for any other payload type.

PayloadType     payload_type_cn={
        PAYLOAD_AUDIO_PACKETIZED, 
        8000,
        0,
        NULL,
        0,
        0,
        "CN",
        0,
        0
};

prof=rtp_session_get_profile(session);
rtp_profile_set_payload(prof,13,&payload_type_cn);

Simon

Le Tuesday 07 April 2009 21:28:00 Henning Christiansen, vous avez écrit :
> Hi all,
>
> When I receive "comfort noise" packets coded according to RFC 3389, oRTP
> complains with the following warnings:
>
> -  ortp-warning-Receiving packet with unknown payload type 13.
> -  ortp-warning-rtp_session_recv_with_ts: unable to recv an unsupported
> payload (13).
>
> How can I instruct oRTP not to generate these warnings?
>
> Thanks for your support!
>
>
>
> _______________________________________________
> Linphone-developers mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/linphone-developers






reply via email to

[Prev in Thread] Current Thread [Next in Thread]