Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-23 Thread Peter Robinson
On Mar 22, 2012 4:32 PM, Alex Waterman imnotlisten...@gmail.com wrote: Hi Peter, After looking at Empathy and the empathy-gtk library, it would seem that its a dead project as far as an installable libempathy-gtk.so type thing. I asked the telepathy mailing list about this and they said that

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-22 Thread Alex Waterman
Hi Peter, After looking at Empathy and the empathy-gtk library, it would seem that its a dead project as far as an installable libempathy-gtk.so type thing. I asked the telepathy mailing list about this and they said that it is now just statically compiled into Empathy. They recommended

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-22 Thread Paul Fox
alex wrote: Hi Peter, After looking at Empathy and the empathy-gtk library, it would seem that its a dead project as far as an installable libempathy-gtk.so type thing. I asked the telepathy mailing list about this and they said that it is now just statically compiled into Empathy.

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-22 Thread Alex Waterman
Hi Paul, what happens if you simply install and run the gnome version of empathy on an XO? that would seem like the first step. :-) (and i'm interested in hearing how it works!) Good question, I can't think of any reason why it wouldn't work providing the dependencies are also installed.

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-22 Thread Jon Nettleton
On Thu, Mar 22, 2012 at 5:46 PM, Alex Waterman imnotlisten...@gmail.com wrote: Hi Paul, what happens if you simply install and run the gnome version of empathy on an XO?  that would seem like the first step.  :-)  (and i'm interested in hearing how it works!) Good question, I can't think

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-22 Thread Kevin Gordon
On Thu, Mar 22, 2012 at 1:00 PM, Jon Nettleton jon.nettle...@gmail.comwrote: On Thu, Mar 22, 2012 at 5:46 PM, Alex Waterman imnotlisten...@gmail.com wrote: Hi Paul, what happens if you simply install and run the gnome version of empathy on an XO? that would seem like the first

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Alex Waterman
Hi Sascha, I have looked at one of the previous projects, OVC, and am working with one of the students who helped write it. I was not aware of the other projects so I will definitely take a look at them. I agree, fixing old code would be substantially easier than writing a new one from scratch.

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Peter Robinson
On Wed, Mar 21, 2012 at 1:51 PM, Alex Waterman imnotlisten...@gmail.com wrote: Hi Sascha, I have looked at one of the previous projects, OVC, and am working with one of the students who helped write it. I was not aware of the other projects so I will definitely take a look at them. I agree,

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Alex Waterman
a video chat app could be written with telepathy as well. I will look at the previous projects sometime today and see what they do/use. I think if the previous projects are using telepathy, then its worth sticking with that, otherwise if they use libempathy, then I could update the code to use

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Peter Robinson
was looking at the dbus interface for interacting with sugar and it seems as though a video chat app could be written with telepathy as well. I will look at the previous projects sometime today and see what they do/use. I think if the previous projects are using telepathy, then its worth sticking

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Alex Waterman
Hi Peter, Empathy uses telepathy and it would save you having to deal with the upper levels like glueing telepathy, gstreamer, account/contacts management and various inputs together. Basically libempathy sits on top of all that so you could use the guts of empathy and just implement the

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Walter Bender
cookie cutter. You inherit toolbars and a canvas from the Sugar activity class. FWIW, the Collabora guys wrote a video chat for Sugar back in 2007. I demoed it in Buenos Aires, connected to Boston. -walter Alex -- Alex Waterman - Computer Engineer (215-896-4920) imnotlisten...@gmail.com

Re: Video chat activity (was: Re: C and Sugar/GTK)

2012-03-21 Thread Martin Langhoff
On Wed, Mar 21, 2012 at 11:40 AM, Walter Bender walter.ben...@gmail.com wrote: FWIW, the Collabora guys wrote a video chat for Sugar back in 2007. I demoed it in Buenos Aires, connected to Boston. Where is that code?! I wanna! :-) cheers, m --  martin.langh...@gmail.com  mar...@laptop.org

Re: Video chat activity

2012-03-21 Thread Chris Ball
Hi, On Wed, Mar 21 2012, Martin Langhoff wrote: On Wed, Mar 21, 2012 at 11:40 AM, Walter Bender walter.ben...@gmail.com wrote: FWIW, the Collabora guys wrote a video chat for Sugar back in 2007. I demoed it in Buenos Aires, connected to Boston. Where is that code?! I wanna! :-) http

Video chat activity (was: Re: C and Sugar/GTK)

2012-03-20 Thread Sascha Silbe
Excerpts from Alex Waterman's message of 2012-03-20 17:59:39 +0100: I have been starting some work on a video chat activity for the XO which I would like to use C to develop. Have you looked at the existing Video Chat activity [1,4] already? Writing a video chat activity is (surprisingly

Re: [IAEP] Video Chat, Video Editing and VOIP activities for Sugar

2010-02-15 Thread Martin Langhoff
On Sun, Feb 14, 2010 at 3:33 AM, satyaakam goswami satyaa...@gmail.com wrote: Old one http://cinelerra.org/about.php still , also can look at the distros like ubuntu studio . Cinelerra is a quirky beast, designed for high end hw, with lots of UI complexity, abundant unexplained segfaults and

Re: [IAEP] Video Chat, Video Editing and VOIP activities for Sugar

2010-02-15 Thread Kevin Cole
Probably not the best choice, but look into some of the AccessGrid work as well. If nothing else, it may give you ideas... http://www.accessgrid.org/ -- Ubuntu Linux DC LoCo Washington, DC http://dc.ubuntu-us.org/ ___ Devel mailing list

Re: [Sugar-devel] [IAEP] Video Chat, Video Editing and VOIP activities for Sugar

2010-02-15 Thread imm
On 15 Feb 2010, at 13:50, Martin Langhoff wrote: Cinelerra is a quirky beast, designed for high end hw, with lots of UI complexity, abundant unexplained segfaults and but it works for me developers. May be it can be turned into the opposite of what it's been for the last few years. But it

Re: [IAEP] Video Chat, Video Editing and VOIP activities for Sugar

2010-02-13 Thread satyaakam goswami
On Fri, Feb 12, 2010 at 8:38 PM, Sayamindu Dasgupta sayami...@gmail.com wrote: Hi, On Fri, Feb 12, 2010 at 4:53 PM, Manusheel Gupta m...@laptop.org wrote: Dear friends, 6 developers working at SEETA will be spearheading the design and development of video chat, video editing and VOIP

Video Chat, Video Editing and VOIP activities for Sugar

2010-02-12 Thread Manusheel Gupta
Dear friends, 6 developers working at SEETA http://seeta.in will be spearheading the design and development of video chat, video editing and VOIP activities in Sugar starting Feb. 15. We have been trying to arrive at a decision on the approach to be followed - designing the application

Re: Video Chat, Video Editing and VOIP activities for Sugar

2010-02-12 Thread Benjamin M. Schwartz
Manusheel Gupta wrote: Dear friends, 6 developers working at SEETA http://seeta.in will be spearheading the design and development of video chat, video editing and VOIP activities in Sugar starting Feb. 15. Great! 1. Video Chat - Pidgin (http://www.pidgin.im/) 3. VOIP activity - Shtoom

Re: [IAEP] Video Chat, Video Editing and VOIP activities for Sugar

2010-02-12 Thread Chris Ball
Hi Manu, We have been examining a number of open source applications, and believe that it will be easier to port the following applications to Sugar than reinventing the wheel. 1. Video Chat - Pidgin This one's surprising, since the Sugar collaboration stack is based

Re: [IAEP] Video Chat, Video Editing and VOIP activities for Sugar

2010-02-12 Thread Sayamindu Dasgupta
Hi, On Fri, Feb 12, 2010 at 4:53 PM, Manusheel Gupta m...@laptop.org wrote: Dear friends, 6 developers working at SEETA will be spearheading the design and development of video chat, video editing and VOIP activities in Sugar starting Feb. 15. We have been trying to arrive at a decision

Re: Video Chat

2008-07-17 Thread Joseph A. Feinstein
a écrit : I am trying to install the Video Chat activity, in order to check #7511. Following instructions in: http://lists.laptop.org/pipermail/devel/2008-April/013227.html Fetching the rpms from: http://people.collabora.co.uk/~cassidy/olpc-video-chat/ All the rpms

Re: Video Chat

2008-07-16 Thread Guillaume Desmottes
Le mardi 15 juillet 2008 à 19:39 -0400, Ricardo Carrano a écrit : Hey! Hi, I am trying to install the Video Chat activity, in order to check #7511. Following instructions in: http://lists.laptop.org/pipermail/devel/2008-April/013227.html Fetching the rpms from: http

Re: Video Chat

2008-07-16 Thread Guillaume Desmottes
Le mercredi 16 juillet 2008 à 09:31 -0300, Ricardo Carrano a écrit : I am trying to install the Video Chat activity, in order to check #7511. Following instructions in: http://lists.laptop.org/pipermail/devel/2008-April/013227.html Fetching the rpms from: http

Re: Video Chat

2008-07-16 Thread Ricardo Carrano
Guillaume, On Wed, Jul 16, 2008 at 11:51 AM, Guillaume Desmottes [EMAIL PROTECTED] wrote: Le mercredi 16 juillet 2008 à 09:31 -0300, Ricardo Carrano a écrit : I am trying to install the Video Chat activity, in order to check #7511. Following instructions in: http://lists.laptop.org

Re: Video Chat

2008-07-16 Thread Ricardo Carrano
Hey Michael, So, according to http://dev.laptop.org/ticket/7511#comment:3, Joe got a build from you to test (which he refers to as 'build 708'). In this build he was able to run the Video-Chat activity, which seems to me to be in early beta stage, and reports his findings (a crash) as a network

Re: Video Chat

2008-07-16 Thread Joseph A. Feinstein
, Joe got a build from you to test (which he refers to as 'build 708'). In this build he was able to run the Video-Chat activity, which seems to me to be in early beta stage, and reports his findings (a crash) as a network problem (in the same #7511). Guillaume notes that the video-chat activity

Re: Video Chat

2008-07-16 Thread Michael Stone
On Wed, Jul 16, 2008 at 07:10:23PM -0400, Ricardo Carrano wrote: I am trying to further investigate this, but I am confused on what exactly was used on the test. Would you recall what exactly is the build that Joe is testing? http://download.laptop.org/xo-1/custom/g1g1/en-708-1/ seems to me to

Re: Video Chat

2008-07-16 Thread Ricardo Carrano
On Wed, Jul 16, 2008 at 9:10 PM, Michael Stone [EMAIL PROTECTED] wrote: On Wed, Jul 16, 2008 at 07:10:23PM -0400, Ricardo Carrano wrote: I am trying to further investigate this, but I am confused on what exactly was used on the test. Would you recall what exactly is the build that Joe is

Video Chat

2008-07-15 Thread Ricardo Carrano
Hey! I am trying to install the Video Chat activity, in order to check #7511. Following instructions in: http://lists.laptop.org/pipermail/devel/2008-April/013227.html Fetching the rpms from: http://people.collabora.co.uk/~cassidy/olpc-video-chat/ All the rpms installs ok but the last which

Re: Phone-in # for mini-conference; video chat info, too.

2008-04-04 Thread Edward Cherlin
On Wed, Apr 2, 2008 at 4:15 PM, C. Scott Ananian [EMAIL PROTECTED] wrote: Phone-in info: From the United States 866-213-2185 From Outside the United States 1-609-454-9914 accesscode: 8069698 I'll try to keep this open during all the talks. We may have to mute the