hi fadi, On Tue, 2007-10-16 at 08:45 +0200, souilem fadi wrote: > hi Marcus : > i really find your response helpfull in my case but i need to clear > something : > - is the sophiasip client uses gstreamer framework in media handeling > only or also in sending and receiving RTP packets ? > -i need also to know if sophiasip client uses farsight as a middleware > stack with gstreamer to send the RTP packets or collaborate directly > with gstreamer .
afaik (it's been some time i looked at sofsip-client the last time) it is possible to use gstreamer *or* farsight - it's automatically selected during build time depending on the libs you have installed. so the source is included for both ;) the idea is that there is a "media" implementation where you can select "dummy", "gst" or "fs-gst" (i think) - i used this framework for a quick test in our project and added another implementation to support our DSP-based codecs. i used ortp (see linphone) for rtp streaming. sofia-sip is only responsible for the sip part - you get all the media info via sdp, but it's not responsible for the rtp communication ... however i think it is possible to use parts of sofia-sip (su, tport ?) to build up an rtp implementation ... ;) - sofsip-devels please correct me if i am wrong here ... greets, mexx. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Sofia-sip-devel mailing list Sofia-sip-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel