Hi list,
given an pjmedia_tranposort for data reception (with one socket for RTP and one for RTCP)
is it possible without modifing pjmedia lib to remove the RTP socket from being processed by pjsip, only the RTCP socket?
basically I want normal io behaviour for the RTCP traffic (putting in my handlers, processing etc) but let pjsip ignore the RTP datra
(actually they are processed somewhere else)?
I looked into (pjmedia) transport_udp and would like to the pj_ioqueue_unregister (like in transport_destroy) for the RTP socket but if I see it correctly I need the ioqueue_key for
the RTP socket which is not accessible from outside transport_udp.c ?
Regards,
Harry