List: pjsip@lists.pjsip.org
From: nir elkayam
using custom codec on top of pjsua
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,