Hi All, I am trying to write a Loader tool, which will send RTCP messages. For this tool, i am creating multiple threads and each thread creates its own Pjmedia_Stream, so that i can use each thread independently for pumping RTCP messages to the remote IP/Port. But the issue is if i try to create more then 32 threads (i.e 32 streams), the "pjmedia_transport_udp_create3()" function call fails with the error as below :- ERROR MSG:- "Too many objects of the specified type (PJ_ETOOMANY) [errcode=70010]" Could somebody please tell whats the issue, why i am not able to create more then 32 streams? Is it because of "PJMEDIA_CODEC_MGR_MAX_CODECS 32"? Thanks in advance. Regards, Manjeet -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090421/b0e562ae/attachment.html>