On 1/21/08, Giuseppina Senzatela <giuseppina.senzatela at eunics.it> wrote: > > Hi Benny, > I'm trying to realize a mediaproxy by using the libraries. > I've followed the hints in > http://www.pjsip.org/pjmedia/docs/html/group__PJMEDIA__TRANSPORT__H.htm > So, for every call that comes from UACs (ex. for the invite from UAC1 > and the response from UAC2) I've > - created an UDP transport by pjmedia_transport_udp_create() > - created a media stream by pjmedia_stream_create() > - then started a media thread > - started the stream > > It goes almost well, but it's not enough 'cause in that way I receive > only RTP packet from UACs to mediaproxy.. > So, I have to establish in some way the streaming from mediaproxy to the > UACs involved in the call. > I think I'm missing something... > Do you have any precious suggestions? Hi Giusy, sorry I'm not too clear about your use case. So you have mediaproxy acting as, well, a media proxy, in the middle of the call between the UAs, is that right? Now, do you want to proxy the media between UA1 and UA2, or do you want to somehow have the media proxy involved in the media as well (by involved, I mean the media proxy is sending its own media to the UAs, rather than just forwarding media), or do you want both? We can do all of these of course, it's easy. ;-) cheers, -benny Thanks in advance > Giusy > > _______________________________________________ > 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/20080121/c2270029/attachment.html