Re: [Freevo-devel] Re: pyimlib2 name change

2005-06-23 Thread Jason Tackaberry
On Thu, 2005-06-23 at 13:31 +0200, Dirk Meyer wrote: > This suggest other possible names like Sorong, Aru, Biak and > Merauke. But it would be really cool if we also find something what > Morelia means (Media Object Repository E*** Lib I*** Applications) Not being big on any of these, I looked at

Re: [Freevo-devel] record doesn't stop (mencoder with dvb)

2005-06-23 Thread Hans Meine
On Thursday 23 June 2005 16:51, Claudio wrote: > using from bash a "killall mencoder" if enought to stop it. Should I try > to force a sigkill in the helpers? No, then my comments were unrelated. > > On Thursday 23 June 2005 15:47, Claudio wrote: > > > The record starts from a popen call in record

Re: [Freevo-devel] record doesn't stop (mencoder with dvb)

2005-06-23 Thread Claudio
Hi, using from bash a "killall mencoder" if enought to stop it. Should I try to force a sigkill in the helpers? Claudio Il giorno gio, 23/06/2005 alle 16.07 +0200, Hans Meine ha scritto: > On Thursday 23 June 2005 15:47, Claudio wrote: > > The record starts from a popen call in recordserver.py

Re: [Freevo-devel] record doesn't stop (mencoder with dvb)

2005-06-23 Thread Hans Meine
On Thursday 23 June 2005 15:47, Claudio wrote: > The record starts from a popen call in recordserver.py helpers. It sould > use the pid of the called program to stop it, ( def handleEvents(self):) > but why not with mencoder... Did you try killing mencoder by hand? I had a lot of problems with thr

Re: [Freevo-devel] record doesn't stop (mencoder with dvb)

2005-06-23 Thread Claudio
Ok, but the recordserver correctly stops the record when I'm using VCR_CMD= mplayer. Why doesn't it correctly stops the record when I'm using VCR_CMD = mencoder . ? The record starts from a popen call in recordserver.py helpers. It sould use the pid of the called program to stop it,

Re: [Freevo-devel] record doesn't stop (mencoder with dvb)

2005-06-23 Thread Wander Winkelhorst
On 6/23/05, Claudio <[EMAIL PROTECTED]> wrote: > Hi friends, > > [...] I'm trying to use mencoder for saving my dvb stream directly > with lavc with this: > > VCR_CMD = CONF.mencoder + ' "dvb://%(channel)s" -ovc lavc -lavcopts > vcodec=mpeg4:vbitrate=1200:keyint=30 -oac lavc -vf pp=fd,scale=720:5

[Freevo-devel] Re: pyimlib2 name change

2005-06-23 Thread Dirk Meyer
Hans Meine wrote: > On Thursday 23 June 2005 12:53, Dirk Meyer wrote: >> Let's try something different: Morelia. Maybe someone can find what is >> means, we have M (Media), L (Lib) and A (Application) is this >> word. I have no special reason for this word, except: >> http://en.wikipedia.org/wiki/M

[Freevo-devel] Re: Freevo 2.0 on Windows comments - Part 1

2005-06-23 Thread Dirk Meyer
Hi, sorry for the late answer. I guess I need to say something about windows support for Freevo. "Tyler W. Wilson" wrote: > A few weeks ago for kicks I checked out the latest CVS code for Freevo, > which I believe is 2.0 (it uses PyNotifier and not Twisted, so I assume > this is correct). Yes.

Re: [Freevo-devel] Re: pyimlib2 name change

2005-06-23 Thread Hans Meine
On Thursday 23 June 2005 12:53, Dirk Meyer wrote: > Let's try something different: Morelia. Maybe someone can find what is > means, we have M (Media), L (Lib) and A (Application) is this > word. I have no special reason for this word, except: > http://en.wikipedia.org/wiki/Morelia_%28snake%29 That

[Freevo-devel] Re: pyimlib2 name change

2005-06-23 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2005-06-21 at 09:54 +0200, Dirk Meyer wrote: >> Me again: there is already a project SMArT on sf. But if we release >> everything in pieces, it should be no problem. > > Didn't you see the thread about us calling it smack? I think smack is a > good name. :) Since

[Freevo-devel] record doesn't stop (mencoder with dvb)

2005-06-23 Thread Claudio
Hi friends, I'm having a strange behaviour with the recordserver with dvb on freevo 1.5.3 Usually I use this VCR_CMD to record: VCR_CMD = CONF.mplayer + ' -dumpstream -dumpfile %(filename)s "dvb://%(channel)s"' TV_RECORDFILE_SUFFIX = '.ts' and it works correctly. But now I'm trying to use men