Re: [Freevo-devel] Kaa r3034 - trunk/base/src/net

2008-02-05 Thread Dirk Meyer
Jason Tackaberry wrote: > On Tue, 2008-02-05 at 14:30 +0100, Dirk Meyer wrote: >> add tls for kaa.notifier support based on tlslite > > Cool. I need it for my current work kaa.xmpp :) >> +class Socket(kaa.Socket): >> +""" >> +Special version of kaa.Socket with TLS support. >> +""" > >

Re: [Freevo-devel] freevo 1.7.x svn issues

2008-02-05 Thread Duncan Webb
Duncan Webb wrote: > Justin Wetherell wrote: >> Yep, that was the problem. Good catch! >> >> On Feb 5, 2008 9:12 AM, Adam Charrett <[EMAIL PROTECTED] >> > wrote: >> >> On Tue, February 5, 2008 1:12 pm, Justin Wetherell wrote: >> > Yea, I see the same thing, no re

Re: [Freevo-devel] freevo 1.7.x svn issues

2008-02-05 Thread Duncan Webb
Justin Wetherell wrote: > Yep, that was the problem. Good catch! > > On Feb 5, 2008 9:12 AM, Adam Charrett <[EMAIL PROTECTED] > > wrote: > > On Tue, February 5, 2008 1:12 pm, Justin Wetherell wrote: > > Yea, I see the same thing, no real log data even with DEBU

Re: [Freevo-devel] [Freevo-cvslog] Kaa r3034 - trunk/base/src/net

2008-02-05 Thread Jason Tackaberry
On Tue, 2008-02-05 at 14:30 +0100, Dirk Meyer wrote: > add tls for kaa.notifier support based on tlslite Cool. > +class Socket(kaa.Socket): > +""" > +Special version of kaa.Socket with TLS support. > +""" Hmm, not sure I like the name overlap. Could we fold this functionality into k

Re: [Freevo-devel] freevo 1.7.x svn issues

2008-02-05 Thread Justin Wetherell
Yep, that was the problem. Good catch! On Feb 5, 2008 9:12 AM, Adam Charrett <[EMAIL PROTECTED]> wrote: > On Tue, February 5, 2008 1:12 pm, Justin Wetherell wrote: > > Yea, I see the same thing, no real log data even with DEBUG set. The end > > result is I cannot watch TV through Freevo because i

Re: [Freevo-devel] freevo 1.7.x svn issues

2008-02-05 Thread Adam Charrett
On Tue, February 5, 2008 1:12 pm, Justin Wetherell wrote: > Yea, I see the same thing, no real log data even with DEBUG set. The end > result is I cannot watch TV through Freevo because it removes the plugin > when the TV_CHANNELS fails to be created. I also get this when I start the > recordserver

Re: [Freevo-devel] [Freevo-cvslog] Kaa r3032 - trunk/base/src/notifier

2008-02-05 Thread Jason Tackaberry
On Tue, 2008-02-05 at 14:25 +0100, Dirk Meyer wrote: > Log: > use fileno() in case self._socket will be changed to a non socket object Seems to me the best way is to have SocketDispatcher.register() check to see if the object has a fileno() method, and if so, use that, otherwise if it's a numeric

Re: [Freevo-devel] freevo 1.7.x svn issues

2008-02-05 Thread Justin Wetherell
Yea, I see the same thing, no real log data even with DEBUG set. The end result is I cannot watch TV through Freevo because it removes the plugin when the TV_CHANNELS fails to be created. I also get this when I start the recordserver and even when I run tv_grab. On Feb 5, 2008 1:33 AM, Evan Hisey