scrambled channels doesn't work from SVN 20/9 and forward (1 Viewer)

lar282

Portal Pro
July 11, 2004
414
2
Hi
Wanted to know if anybody else have prob with scrambled channels with a Twinhan card(DVB-T with CI, CAM) with the latest svn's?
I get a channel unknown dialog if I use SVN's from 20/9 and forward(tried 23/9 22:10 also). Works if I use a svn from the morning of the 20/9 but not later!

Wanted to know if anybody else has this before I start collecting logs and stuff.

Steps to repro:
Turn tv off
tune to a FTA channel
change to a scrambled. this does not work.



regards

//Lasse
 

EViS

Portal Pro
September 30, 2006
364
2
Home Country
United Kingdom United Kingdom
I've had this problem jump up on me all of a sudden, no svn seems to fix it for me either :(. Have posted a bug report in the bugs section due to MP crashing on me everytime I select a scrambled channel...
 

lar282

Portal Pro
July 11, 2004
414
2
I think the prob came with this svn change (THINK!!!)
------------------------------------------------------------
SVN build 16010
Gibaman changed this,
fixed a problem with card management when querying card for availability would not consider the current user as owner of the card.
I found this bug in mini EPG.

I said channel xyz (unavail.).

-----------------------------------------------------------------
 

gibman

Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    If u are able to compile urself.
    the try this;

    open tvlibrary.sln
    in tvcontroller.cs (service project)

    Find the method "public ChannelState GetChannelState(int idChannel, User user)"

    public ChannelState GetChannelState(int idChannel, User user)
    {
    ChannelState chanState;
    Channel dbchannel = Channel.Retrieve(idChannel);

    user= new User(); // THIS ONE
    ......

    This removes my change, so u can test without it.

    I could compile a tvservice.exe for u, if u cant ?

    /Gibman
     

    lar282

    Portal Pro
    July 11, 2004
    414
    2
    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;
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    the reason why the server fails is b/c of the cam limit reached.

    quote "cam limit reached"


    try and increase it :)

    What card do u have ?

    /gibman
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    I've had this problem jump up on me all of a sudden, no svn seems to fix it for me either :(. Have posted a bug report in the bugs section due to MP crashing on me everytime I select a scrambled channel...

    Evis !
    Although I dont think your issue has anything to do with this thread.
    What does your tsreader.log say (at the end of the file ?)

    Try a new version of tsreader.
    grab it off SVN

    \Filters\bin

    I did a fix on tsreader, that might do u wonders.
    Let us know.

    /Gibman
     

    lar282

    Portal Pro
    July 11, 2004
    414
    2
    Ok, reverted all changes of svn 16010(only those) and now it works. If I tune from a fta to scrambled I get this in the log, wich seems correct.

    2007-09-24 11:11:52 E user:dreambox heartbeat received
    2007-09-24 11:11:57 8 user:dreambox heartbeat received
    2007-09-24 11:12:02 8 user:dreambox heartbeat received
    2007-09-24 11:12:03 8 Controller: StartTimeShifting Kanal 5 158
    2007-09-24 11:12:03 8 Controller: find free card for channel Kanal 5
    2007-09-24 11:12:03 8 Controller: got 1 tuning details for Kanal 5
    2007-09-24 11:12:03 8 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 11:12:03 8 Controller: card:1 type:DvbT is available priority:1 #users:0 same transponder:False
    2007-09-24 11:12:03 8 Controller: found 1 available



    //Lasse
     

    EViS

    Portal Pro
    September 30, 2006
    364
    2
    Home Country
    United Kingdom United Kingdom
    My tsreader.log file on c: is empty...? I only have the logs listed here.

    EDIT: I am using the useTSReader.txt file btw...
     

    Users who are viewing this thread

    Top Bottom