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,
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