Re: [Freevo-devel] [Freevo-users] Server Update

2007-07-18 Thread Andre Henrique Campos
On 7/18/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > I can only imagine there is a firewall blocking outbound access to the > svn port? I'm not able to reproduce this on any of the systems I'm > trying on. > Yes, my hosting provider was blocking. Sorry. Thanks for your help. Cheers, André

Re: [Freevo-devel] [Freevo-users] Server Update

2007-07-18 Thread Andre Henrique Campos
On 7/18/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On 2007-07-18 10:47, Andre Henrique Campos wrote: > > I get the error below: > > > > $ svn co svn://svn.freevo.org/kaa/trunk kaa > > svn: Can't connect to host 'svn.freevo.org': Connecti

Re: [Freevo-devel] [Freevo-users] Server Update

2007-07-18 Thread Andre Henrique Campos
On 7/3/07, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > Please do let me know if anyone has troubles with svn. > Hello Jason, I get the error below: $ svn co svn://svn.freevo.org/kaa/trunk kaa svn: Can't connect to host 'svn.freevo.org': Connection timed out Thanks, André -

[Freevo-devel] Popcorn player detect

2007-01-11 Thread Andre Henrique Campos
Hello all, test.py - import kaa.canvas canvas = kaa.canvas.X11Canvas((640,480)) canvas.add_child(kaa.canvas.Image('images/background.jpg')) canvas_movie = kaa.canvas.Movie() canvas.add_child(canvas_movie) movie = 'abc6.avi' canvas_movie.open(movie) c

Re: [Freevo-devel] Evas module error

2006-12-18 Thread Andre Henrique Campos
Works. Thanks, André - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash ht

Re: [Freevo-devel] Evas module error

2006-12-18 Thread Andre Henrique Campos
[setup] Entering kaa submodule evas checking for evas >= 0.9.9.032 ... 0.9.9.036 + buffer engine On 12/18/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Mon, 2006-12-18 at 13:12 -0200, Andre Henrique Campos wrote: > > -rw-r--r-- 1 root root 950 2006-12-18 10:06 Ev

Re: [Freevo-devel] Evas module error

2006-12-18 Thread Andre Henrique Campos
-- 1 root root 49351 2006-12-18 10:06 Evas.h Cheers, André On 12/18/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Mon, 2006-12-18 at 09:57 -0200, Andre Henrique Campos wrote: > > self.__buffer = self._evas.output_set("buffer", **kwargs) > > evas.EvasE

Re: [Freevo-devel] Evas module error

2006-12-18 Thread Andre Henrique Campos
Hello Jason, I get the error: - Traceback (most recent call last): File "test.py", line 5, in ? canvas_movie = kaa.canvas.Movie() File "/usr/lib/python2.4/site-packages/kaa/canvas/movie.py", line 150, in __init__ self.osd = PlayerOSDCanva

Re: [Freevo-devel] Movie error

2006-12-01 Thread Andre Henrique Campos
On 12/1/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > I guess you mean you'll have _no_ problems? Seeing as you're not > redistributing it... > Yes, sorry. ;) Cheers, André - Take Surveys. Earn Cash. Influence the Futur

Re: [Freevo-devel] Movie error

2006-12-01 Thread Andre Henrique Campos
Hello, On 12/1/06, Dirk Meyer <[EMAIL PROTECTED]> wrote: > I wonder why people use kaa.canvas and other kaa modules. I don't mind > that you do, that is one reason why we created kaa and moved stuff out > of freevo, but it would be nice to know. Is it something similar to > Freevo? GPL or closed s

[Freevo-devel] Movie error

2006-12-01 Thread Andre Henrique Campos
Hello all, The code below doesn't work. test.py - import kaa.canvas canvas = kaa.canvas.X11Canvas((640,480)) canvas_movie = kaa.canvas.Movie() canvas.add_child(canvas_movie) movie = 'abc6.avi' canvas_movie.open(movie) canvas_movie.play() kaa.main()

Re: [Freevo-devel] Evas module error

2006-11-17 Thread Andre Henrique Campos
Ok, Jason. Thanks! On 11/17/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Fri, 2006-11-17 at 14:22 -0200, Andre Henrique Campos wrote: > > Release 0.9.9.036. > > Thanks. This should be fixed now. But there seems to be a problem with > alpha blending in this ve

Re: [Freevo-devel] Evas module error

2006-11-17 Thread Andre Henrique Campos
Release 0.9.9.036. On 11/17/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Fri, 2006-11-17 at 14:12 -0200, Andre Henrique Campos wrote: > > I'd patched Mplayer with 'vf_overlay_outbuf-2006-11-10-TESTING.diff', > > updated kaa and evas. > >

[Freevo-devel] Evas module error

2006-11-17 Thread Andre Henrique Campos
Hello guys, The code below doesn't work. test.py - import kaa.canvas canvas = kaa.canvas.X11Canvas((640,480)) canvas.add_child(kaa.canvas.Image('images/background.jpg')) canvas_movie = kaa.canvas.Movie() canvas.add_child(canvas_movie) movie = 'abc6

Re: [Freevo-devel] kaa.canvas - Out of Memory

2006-08-04 Thread Andre Henrique Campos
On 8/4/06, Andre Henrique Campos <[EMAIL PROTECTED]> wrote: > On 8/4/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > > On Fri, 2006-08-04 at 12:17 -0400, Jason Tackaberry wrote: > > > Ok this helps, thanks. I have an idea where the leak is; I'll see if I >

Re: [Freevo-devel] kaa.canvas - Out of Memory

2006-08-04 Thread Andre Henrique Campos
On 8/4/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Fri, 2006-08-04 at 12:17 -0400, Jason Tackaberry wrote: > > Ok this helps, thanks. I have an idea where the leak is; I'll see if I > > can narrow it down. > > Update kaa.base and kaa.player and give it a try now? > > Cheers, > Jason. > Ok

Re: [Freevo-devel] kaa.canvas - Out of Memory

2006-08-04 Thread Andre Henrique Campos
On 8/4/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Fri, 2006-08-04 at 12:56 -0300, Andre Henrique Campos wrote: > > 1376x768. But, I have tested with others resolutions (640x480, > > 1024x768) and the same thing happens. > > But with the 640x480 video, does the

Re: [Freevo-devel] kaa.canvas - Out of Memory

2006-08-04 Thread Andre Henrique Campos
On 8/4/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Fri, 2006-08-04 at 12:51 -0300, Andre Henrique Campos wrote: > > > Wow, that's a hell of a memory leak. Are you using xine or mplayer > > > backend? > > > > Mplayer. > > What is the res

Re: [Freevo-devel] kaa.canvas - Out of Memory

2006-08-04 Thread Andre Henrique Campos
On 8/4/06, Jason Tackaberry <[EMAIL PROTECTED]> wrote: > On Fri, 2006-08-04 at 11:09 -0300, Andre Henrique Campos wrote: > > After 2 minutes executing a movie of 4 seconds, the process is killed. > > Wow, that's a hell of a memory leak. Are you using xine or m

[Freevo-devel] kaa.canvas - Out of Memory

2006-08-04 Thread Andre Henrique Campos
Hello, After 2 minutes executing a movie of 4 seconds, the process is killed. I made checkout of the kaa today. It below sees the reproduction of the problem in the examples: example.py - import kaa.notifier, kaa.canvas canvas = kaa.canvas.X11Can

[Freevo-devel] Re: kaa.canvas.TextBlock

2006-04-07 Thread Andre Henrique Campos
ki for details on svn > checkout). > > Cheers, > Jason. > > On Fri, 2006-04-07 at 11:36 -0300, Andre Henrique Campos wrote: > > Hi Jason, > > > > Thanks for reply. > > > > I get the Exception: > > ---

[Freevo-devel] Re: kaa.canvas.TextBlock

2006-04-07 Thread Andre Henrique Campos
Hello, Do you help me? This feature is very important for my application. Thanks, Andre 2006/2/16, Andre Henrique Campos <[EMAIL PROTECTED]>: > Hello, > > The code below don't work for me. The object kaa.canvas.TextBlock >

[Freevo-devel] kaa.canvas.TextBlock

2006-02-16 Thread Andre Henrique Campos
Hello, The code below don't work for me. The object kaa.canvas.TextBlock don't display anything. - import time, kaa, kaa.canvas canvas = kaa.canvas.X11Canvas((640, 480)) canvas.add_child(kaa.canvas.Image("data/backgro