[Freevo-devel] Freevo recordserver error?

2004-06-18 Thread Wan Tat Chee
Hi, Should this happen? (i.e., is it a bug?) I tried pointing my browser to the freevo recordserver port 18001, and get the following errors (from /var/log/freevo/recordserver*): 2004/06/18 12:31 MYT [HTTPChannel,0,127.0.0.1] 127.0.0.1 - - [18/Jun/2004:04:31:27 +] GET / HTTP/1.1 500 10924

Re: [Freevo-devel] FreeBSD-specific freevo patch (for DVD playback).

2004-06-18 Thread Lars Eggert
Lewis Thompson wrote: This patch just adds some FreeBSD-specific stuff that does some brute-force checking instead of using s = ioctl(fd, CDIO... (which doesn't work). I've tested this on my machine and it works fine. It would be nice if somebody could fix the ioctl stuff but unfortunately

[Freevo-devel] Re: Freevo 1.5rc3 TV viewer plugin mixer muting behavior

2004-06-18 Thread Wan Tat Chee
I'm adding some further observations below: On Fri, 18 Jun 2004, Wan Tat Chee wrote: Hi, I'm finally trying to get TV recording working on my config. Found out that freevo after viewing TV, would set all input volumes to 0 and mute them. This causes scheduled recordings to fail since the

Re: [Freevo-devel] Freevo recordserver error?

2004-06-18 Thread Rob Shortt
Wan Tat Chee wrote: Should this happen? (i.e., is it a bug?) I tried pointing my browser to the freevo recordserver port 18001, and Recordserver is not meant to speak to a web browser, it only talks XML-RPC over HTTP. -Rob --- This SF.Net email

Re: [Freevo-devel] recordserver wakeup timer drift

2004-06-18 Thread Aubin Paul
Hi Brian, I've merged your patch into CVS. I think I've seen this type of behaviour before, especially if you leave the recordserver running for weeks at a time. It looks like it's safe to use even if your system doesn't suffer from this type of drift. Thanks, Aubin On Wed, Jun 16, 2004 at

Re: [Freevo-devel] recordserver wakeup timer drift

2004-06-18 Thread Brian J. Murrell
On Fri, 2004-06-18 at 08:13 -0400, Aubin Paul wrote: Hi Brian, Hi Aubin, I've merged your patch into CVS. Great! I think I've seen this type of behaviour before, especially if you leave the recordserver running for weeks at a time. Which I do. Once Freevo is up, it doesn't usually come

[Freevo-devel] Fix freevo_config.py to enable mixer settings during recording

2004-06-18 Thread Wan Tat Chee
Hi, (Patch attached) I've made some changes to the VCR_CMD configuration in freevo_config.py to include the mixer control commands using information on the RecordingInfo page in the Wiki. I would think it's applicable to all users except those recording via DMA audio capture. (The Wiki page