On Mon, 2009-02-23 at 17:07 +0100, ldac wrote: > Dear all, > > I am a software engineer, my name is Luis, and I would like start > developing some audio/video conferencing with your framework. I just > would like some help for beginners: > * Is there any difference between using Glib-C or Glib-python?
The Python API is as close as possible to the C API. But there are some differences, the GError** in C become exceptions in python for example. Also the Python API has a .dispose() method on FsSession and FsStream so you can dispose of the objects before all references are gone (in C you should just give up all of your references). > * Is there some example of audio or video conferencing? I have > seen one example named example.py, but nothing made in C. Or, even for > this example, how to run it or how to compile. There is tests/fs2-gui.py, which is a complete example of a video calling API using an ad-hoc signalling protocol. There is also tests/commandline/simple-call.c. You can also look at telepathy-farsight, which converts the Telepathy API into the Python API (but that has some strange code, because this part of the Telepathy API is a bit quirky). > * Is there some tutorial to start with? I have seen the API > specifications, but nothing else. Sorry, no tutorial exists yet. You may want to look at my slides from FOSS.IN http://foss.in/2008/register/slides/Farsight_2__Video_conferencing_made_easy_691.pdf > * How can I contribute to the project? Tell us anything that doesn't work for you, send patches, etc. The developers are available at #farsight on freenode most of the time. Also, Farsight only provides the media layer, if you want the signalling layer too (SIP, XMPP, etc), you may want to look at the Telepathy project (telepathy.freedesktop.org), which has a much higher level API. -- Olivier Crête olivier.cr...@collabora.co.uk Collabora Ltd
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H
_______________________________________________ Farsight-devel mailing list Farsight-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/farsight-devel