Re: [Farsight-devel] Farsight RTP documentation

2011-03-07 Thread Tiago Katcipis
Dont know if i missed some detail, but it seems to be done :-). http://www.inf.ufsc.br/~katcipis/farstream/farstream.png http://www.inf.ufsc.br/~katcipis/farstream/farstream-rtpsession.png http://www.inf.ufsc.br/~katcipis/farstream/farstream-rtpsubstream.png Original dia files: http://www.inf.ufs

Re: [Farsight-devel] Farsight RTP documentation

2011-03-07 Thread Tiago Katcipis
2011/3/7 Olivier Crête > On Mon, 2011-03-07 at 11:43 -0300, Tiago Katcipis wrote: > > > Decodebin is not > > > > > > really suitable, because for RTP, you need to discover all the > > possible > > codecs before starting the call (so before getting any data), > >

Re: [Farsight-devel] Farsight RTP documentation

2011-03-07 Thread Olivier Crête
On Mon, 2011-03-07 at 11:43 -0300, Tiago Katcipis wrote: > Decodebin is not > > > really suitable, because for RTP, you need to discover all the > possible > codecs before starting the call (so before getting any data), > so that > the code

Re: [Farsight-devel] Farsight RTP documentation

2011-03-07 Thread Tiago Katcipis
2011/3/4 Olivier Crête > On Fri, 2011-03-04 at 15:43 -0300, Tiago Katcipis wrote: > > And what is the purpose of FsRtpStream since all the job is done on > > FsRtpSubStream ? > > A FsRtpStream is there because this is what is used for candidates and > transmitters and stuff. And it is what is in

Re: [Farsight-devel] Farsight RTP documentation

2011-03-07 Thread Tiago Katcipis
On Fri, Mar 4, 2011 at 6:11 PM, Youness Alaoui < youness.ala...@collabora.co.uk> wrote: > On 03/04/2011 01:43 PM, Tiago Katcipis wrote: > > Thanks for the help Olivier. > > > > 2011/3/4 Olivier Crête > > > > > > On Fri, 2011-03-04 at 10:09 -0300, Tiago Ka

Re: [Farsight-devel] Farsight RTP documentation

2011-03-04 Thread Olivier Crête
On Fri, 2011-03-04 at 15:43 -0300, Tiago Katcipis wrote: > And what is the purpose of FsRtpStream since all the job is done on > FsRtpSubStream ? A FsRtpStream is there because this is what is used for candidates and transmitters and stuff. And it is what is in the API, a Stream is a Participant i

Re: [Farsight-devel] Farsight RTP documentation

2011-03-04 Thread Youness Alaoui
On 03/04/2011 01:43 PM, Tiago Katcipis wrote: > Thanks for the help Olivier. > > 2011/3/4 Olivier Crête > > > On Fri, 2011-03-04 at 10:09 -0300, Tiago Katcipis wrote: > > - Hints on how to document the rest of the Rtp conference in detail > > (th

Re: [Farsight-devel] Farsight RTP documentation

2011-03-04 Thread Tiago Katcipis
Thanks for the help Olivier. 2011/3/4 Olivier Crête > On Fri, 2011-03-04 at 10:09 -0300, Tiago Katcipis wrote: > > - Hints on how to document the rest of the Rtp conference in detail > > (the most important source code to give me understanding on how it > > actually works). > > - What exactly is

Re: [Farsight-devel] Farsight RTP documentation

2011-03-04 Thread Olivier Crête
On Fri, 2011-03-04 at 10:09 -0300, Tiago Katcipis wrote: > - Hints on how to document the rest of the Rtp conference in detail > (the most important source code to give me understanding on how it > actually works). > - What exactly is a FsRtpSubStream? only looking at the source code > didn't helpe

[Farsight-devel] Farsight RTP documentation

2011-03-04 Thread Tiago Katcipis
Hi, I'm starting to work with Farsight and one of my first assignments is to document it in detail (focused on how Rtp conference works, not the abstract design, this one is well documented), the http://farsight.freedesktop.org/wiki/Farsight2Design is great and i started from it, but i need it to