2011/10/7 Miguel Angel Ortu?o <miguelangel at yuilop.com>: > Hi y'all! > > I'm experiencing some problems when creating RTP/RTCP sockets for a > specified media transport on iPhone devices. Looks like it takes one or two > seconds to call pjmedia_transport_upd_create function and so locking > completely the main thread. I was wondering how is the proper way to do that > from a background thread without getting into concurrency troubles. > Assuming you're using one of the released version, I'd suggest using the SVN version from the 1.x branch (i.e. not trunk). It contains several fixes on this area. Benny