Andreas Holzhammer - GMX wrote:
> Hi,
Hi!
> I'm trying to track down a problem with lnbsharing and software
> decoding, and am stuck at understanding what cDevice::Receiving should
> actually return.
>
> I have two budget dvb-s cards, and use softdevice for output.
>
> The patch runs i throug
I feed my VDR picture throughout the house via a modulator, but wanted to be
able to alter the channels while in other rooms.
The web interface (vdradmin) works well with a wireless tablet but it is not
practical to carry around all the time.
The solution was to use my PABX (Asterisk), which runs
I increased the values in ci.c. A bit better but, still no decryption and
channel not available :
#define MODULE_CHECK_INTERVAL 1 // ms
#define MODULE_RESET_TIMEOUT5 // s
gives under 1.7.0 :
Apr 25 18:29:04 localhost vdr: [7317] CAM 2: module ready
Apr 25 18:29:11 localhost vdr: [731
Hi!
Mike Parker schrieb:
> The solution was to use my PABX (Asterisk), which runs on the VDR server.
Nice idea :)
I let my VDR show me the number of incoming calls:
extensions.conf:
exten => number,1,agi(call.sh|${CALLERID})
call.sh:
-
#!/bin/sh
NUMBER="$1"
if [ "$NUMBER" = "" ]; then