One thing i wanted to mention in addition to the below query is that, for all the streams i am using same IOQUEUE and same PJMEDIA_ENDPOINT. And am starting multiple IOQueue threads(threads which will poll the IOQUEUE). So same IOQUEUE, PJMEDIA_ENDPOINT is shared among all the streams. --- On Tue, 4/21/09, manjeet <manjeetss1 at yahoo.com> wrote: From: manjeet <manjeetss1@xxxxxxxxx> Subject: More then 32 Pjmedia_Stream creation issue To: pjsip at lists.pjsip.org Date: Tuesday, April 21, 2009, 8:13 PM 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 _______________________________________________ Visit our blog: http://blog.pjsip.org pjsip mailing list pjsip at lists.pjsip.org http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090421/5368ee62/attachment-0001.html>