Benny Prijono schrieb: > If you want to create one stream for each participant, you'd need to > implement some sort of wrapper to the media transport, which will check > the SSRC in incoming RTP and distribute it to the appropriate stream > instance (or create the stream if it doesn't exist). This kind of > adapter is explained a bit in > http://trac.pjsip.org/repos/wiki/SRTP#pjmedia_transport_srtpImplementation Ok. I will try. thanks klaus PS: A transport_dummy.c which acts as dumb RT(C)P forwarder between the stream and the real transport would be cool as template for such things.