On Tue, 9 Jan 2007, Darren Wilkinson wrote:
Petri Hintukainen wrote:
Anyway, installing VDR to XBox does
not make much sense as one can't attach DVB cards to XBox,
so using separate server for cards (and VDR) is required.
There are usb 1.1 digital tv sticks in existence that could be used w
Petri Helin wrote:
> Klaus Schmidinger wrote:
>> VDR developer version 1.5.0 is now available at
>> ...
> with a quick test with this new version I was unable to get the
> decrypting to work. I have a Technotrend C1500 budget card with budget
> CI and a Dual CAM Irdeto + Conax (Conax is used). This
Petri Helin wrote:
> ...
> BTW: I have been patching the device.c in 1.4.* series so that my other
> card, TT budget DVB-C v1.0, is always preferred for FTA channel
> recordings. Otherwise the precious CAM could be wasted in an FTA
> recording. I understood that you are planning on restructuring th
On Wed, Jan 10, 2007 at 02:28:24PM +0100, Udo Richter wrote:
> Hi list,
>
> I've finished a second version of the shutdown rewrite. This time, there
> are two patches available, one for VDR 1.5.0, and one with slight
> changes for 1.4.x.
>
> http://www.udo-richter.de/vdr/patches.html#shutdown
>
Marko Mäkelä wrote:
A minor cosmetic thing: the '#' of pre-processor directives should always
be located at the first column of the line.
The only indented directives are for the debug output I think, and this
will probably be removed before the final integration anyway.
A more important
Klaus Schmidinger wrote:
Looks like the CAM is recognized all right.
Please enable the lines
static bool DumpTPDUDataTransfer = false;
static bool DebugProtocol = false;
static bool DumpPolls = false;
static bool DumpDateTime = false;
in ci.c by changing them to 'true' and compile/run VDR aga
Petri Helin wrote:
> Klaus Schmidinger wrote:
>>
>> Looks like the CAM is recognized all right.
>>
>> Please enable the lines
>>
>> static bool DumpTPDUDataTransfer = false;
>> static bool DebugProtocol = false;
>> static bool DumpPolls = false;
>> static bool DumpDateTime = false;
>>
>> in ci.c by
Klaus Schmidinger wrote:
Petri Helin wrote:
...
BTW: I have been patching the device.c in 1.4.* series so that my other
card, TT budget DVB-C v1.0, is always preferred for FTA channel
recordings. Otherwise the precious CAM could be wasted in an FTA
recording. I understood that you are planning o
Klaus Schmidinger wrote:
Petri Helin wrote:
Klaus Schmidinger wrote:
Looks like the CAM is recognized all right.
Please enable the lines
static bool DumpTPDUDataTransfer = false;
static bool DebugProtocol = false;
static bool DumpPolls = false;
static bool DumpDateTime = false;
in ci.c by ch