using custom codec on top of pjsua

NE
nir elkayam
Tue, May 12, 2009 11:45 AM

hi,

I would like to write my own codec/rtp format on top of pjsua,
from pjsua I want to use the signaling and ice interface to the udp and
send/recieve udp packet directly.
is that possible with pjsua or would i have to use lower layer.
(I saw siprtp example but this example doesn't uses pjsua),

thanks,

hi, I would like to write my own codec/rtp format on top of pjsua, from pjsua I want to use the signaling and ice interface to the udp and send/recieve udp packet directly. is that possible with pjsua or would i have to use lower layer. (I saw siprtp example but this example doesn't uses pjsua), thanks,
BP
Benny Prijono
Tue, May 12, 2009 5:08 PM

On Tue, May 12, 2009 at 12:45 PM, nir elkayam nir.elkayam@gmail.com wrote:

hi,

I would like to write my own codec/rtp format on top of pjsua,
from pjsua I want to use the signaling and ice interface to the udp and
send/recieve udp packet directly.
is that possible with pjsua or would i have to use lower layer.
(I saw siprtp example but this example doesn't uses pjsua),

Please see http://trac.pjsip.org/repos/wiki/FAQ#adding-codec

Once you've done that, PJSUA-LIB will be able to use your codec.

-benny

On Tue, May 12, 2009 at 12:45 PM, nir elkayam <nir.elkayam@gmail.com> wrote: > hi, > > I would like to write my own codec/rtp format on top of pjsua, > from pjsua I want to use the signaling and ice interface to the udp and > send/recieve udp packet directly. > is that possible with pjsua or would i have to use lower layer. > (I saw siprtp example but this example doesn't uses pjsua), > > Please see http://trac.pjsip.org/repos/wiki/FAQ#adding-codec Once you've done that, PJSUA-LIB will be able to use your codec. -benny