ccrtp-devel
[Top][All Lists]
Advanced

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

[Ccrtp-devel] Problem with dynamic payload format


From: Sigrid Thijs
Subject: [Ccrtp-devel] Problem with dynamic payload format
Date: Wed, 07 Jul 2004 14:41:56 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113

Hi,

I wanted to set a dynamic payload type for an RTP session, but there were always packets with payload of the type PCMU (0) sent. I use the constructor of DynamicPayloadFormat to set the type and the rate of the dynamic payload format. I noticed that this constructor calls the following function of PayloadFormat:
inline void setPayloadType(PayloadType pt)
   { payloadType = (pt <= lastStaticPayloadType)? pt : 0; }

Can this be fixed so that I can use payloadTypes with higher values?

Thanks,
Sigrid




reply via email to

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