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" 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 sta

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 wrote: > On Thu, Mar 22, 2012 at 5:46 PM, Alex Waterman > 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 >

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 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 of any rea

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 install

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 Empath

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 proceeding

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 > 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! :-) h

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 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 -- Software Arc

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

2012-03-21 Thread Walter Bender
k is implementing a sugar UX? That part is pretty 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 > > -- > Ale

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 S

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

2012-03-21 Thread Peter Robinson
> > > I will take a look at the latest libempathy. I 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 thi

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

2012-03-21 Thread Alex Waterman
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 with that, otherwise if they use libempathy, then I co

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 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, fixing old code wou

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. A

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 (surpr

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.

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 Devel@lists.lap

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 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 "but it works for me

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 wrote: > Hi, > > On Fri, Feb 12, 2010 at 4:53 PM, Manusheel Gupta wrote: >> Dear friends, >> >> 6 developers working at SEETA will be spearheading the design and >> development of video chat, video edi

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 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

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 collaborati

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

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 applicati

Re: Video Chat

2008-07-17 Thread Joseph A. Feinstein
credi 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/20

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 J

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 Joseph A. Feinstein
t/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 problem (in the same #7511). &g

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

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. >> >> >> &

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 > &g

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

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

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

2008-04-02 Thread C. Scott Ananian
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 speaker on our end if there's too much background noise. We'll also be on #olp