linphone-users
[Top][All Lists]
Advanced

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

Re: [Linphone-users] adding G726-40, 32, 24, 16 dynamic PT codecs to oRT


From: Simon Morlat
Subject: Re: [Linphone-users] adding G726-40, 32, 24, 16 dynamic PT codecs to oRTP
Date: Sun, 29 Jan 2006 19:26:30 +0100
User-agent: KMail/1.9.1

> rtp_profile_set_payload()  function from my RTP application, but the
> linker yields an error
>
> "undefined reference to..."
This looks like an incomplete compilation, or a link to another libortp.so 
installed somewhere else.
run ./configure --disable-shared to avoid to get into shared libraries 
troubles.
Simon

>
> How can I export the newly defined variables?
>
> Dimitris
>
> >Simon
> >
> >>When I try to set up a conversation with the SIPURA ATA using any of the
> >>above codecs, I get annoying noise.... - which could be due to further
> >>modifications needed to the oRTP lib or some internal imlementation
> >>error, that is what I am trying to find out. However, my code works just
> >>fine with ALL static PT codecs -G711, G729a.G723. Are there any further
> >>modifications that should be applied to oRTP to support the
> >>aforementioned codecs?
> >>
> >>Additionally, the RTP payload type of theses codecs is determined by
> >>the call stack and should be decided on a per call basis. Could anybody
> >>tell me - preferrably using an example - what are the functions I should
> >>call in order to perform such a task?
> >>
> >>Any help would be greatly appreciated.
> >>
> >>Regards,
> >>Dimitris




reply via email to

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