Hi Thiago,

I'm studying the Sophia Sip library and I have a doubt. How does the Sophia
> Sip Stack handles the codecs and the video streams.
>
>
Sofia SIP doesn't really handle any 'data stream' like video or voice. It
will just handle the required SIP communication, and may also work at
codec-negotiation level, this is, in the SDP session setup included in the
session dialogs.

Once session has been established with the agreed codecs, you will need to
use other kind of libraries/tools to manage the real data stream (video,
voice or whatever). GNU ccRTP (GPLv2+) is a good choice if you need to use
RTP protocol in the data stream.

Cheers,
-Aleksander
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to