Reply to thread

noop, that wasn't it. Darn....


As soon as I switch to a scrambled channel it says in the log..(immidiately)


2007-09-24 10:14:33 8 user:dreambox heartbeat received

2007-09-24 10:14:38 8 user:dreambox heartbeat received

2007-09-24 10:14:39 5 Controller: StartTimeShifting Kanal 5 158

2007-09-24 10:14:39 5 Controller: find free card for channel Kanal 5

2007-09-24 10:14:39 5 Controller:   got 1 tuning details for Kanal 5

2007-09-24 10:14:39 5 Controller:   channel #1 DVBT:tv:Kanal 5 Ltd Kanal 5 Freq:633875 ONID:8945 TSID:1110 SID:1050 PMT:41A FTA:False LCN:10000 BandWidth:8

2007-09-24 10:14:39 5 Controller:    card:1 type:DvbT is tuned to same transponder decrypting 1/1 channels. cam limit reached

2007-09-24 10:14:39 5 Controller: found 0 available

2007-09-24 10:14:39 5 Controller: StartTimeShifting failed:AllCardsBusy

2007-09-24 10:14:43 5 user:dreambox heartbeat received



PS_I am on the irc if u want me to test more:DS


what about the change in cardmanagment.cs?


            //ok card could be used to tune to this channel

            //now we check if its free...

            cardsFound++;

            bool sameTransponder = false;

            if (tvcard.Tuner.IsTunedToTransponder(tuningDetail) && (tvcard.SupportsSubChannels || (checkTransponders == false)))

            {

              //card is in use, but it is tuned to the same transponder.

              //meaning.. we can use it.

              //but we must check if cam can decode the extra channel as well


              //first check if cam is already decrypting this channel

              int camDecrypting = tvcard.NumberOfChannelsDecrypting;

              bool checkCam = true;


Top Bottom