Digital Devices: cascaded CAM support (2 Viewers)

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand

    Sonny84

    Portal Member
    June 11, 2011
    14
    0
    Does somebody of you test the cascaded cam support with the new Digital Device Driver v2.5.0.80-x64?

    I get the following errors in logfile.

    Code:
    [2013-10-30 15:13:13,682] [Log    ] [11      ] [ERROR] - Exception  :System.Collections.Generic.KeyNotFoundException: Der angegebene Schlüssel war nicht im Wörterbuch angegeben.
      bei System.ThrowHelper.ThrowKeyNotFoundException()
      bei System.Collections.Generic.Dictionary`2.get_Item(TKey key)
      bei TvLibrary.Implementations.DVB.ConditionalAccess.SendPids(Int32 subChannel, DVBBaseChannel channel, List`1 pids)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Did it worked before?!
    I don't have the hardware myself so I can't test it :(
     

    Sonny84

    Portal Member
    June 11, 2011
    14
    0
    Yes, I think it worked without any problems with the old driver. But to confirm, I will test it tomorrow again.

    I checked the source code and find out, the error in thrown here:

    Code:
    public void SendPids(int subChannel, DVBBaseChannel channel, List<ushort> pids)
    {
    ...
    _mapSubChannels[subChannel].Pids = pids;

    But I think, hardware pid filtering is not supported (and needed) by DD Cine S2.

    I will continue my tests.

    Best regards
     

    Sonny84

    Portal Member
    June 11, 2011
    14
    0
    So, today I have some time to test my digital devices tv equipment.

    The new driver works without any problems. I replaced my Unicam with a deltacrypt twin and it works without interruptions and problems on channel switch.
    I merged the given digital devices branch into current 1.5.0 final and remove the content of SendPids method (as descriped above).

    But one error (or debug) message exists. The following error is fired 2 times per second when I watch an encrypted channel (RTL HD or Pro7 HD for example)

    Code:
    [2013-11-01 17:09:30,734] [Log    ] [Digital Devices MMI handler] [DEBUG] - Digital Devices: read MMI failure, slot = 0 hr = 0x80070492 (ERROR_SET_NOT_FOUND)
    [2013-11-01 17:09:30,734] [Log    ] [Digital Devices MMI handler] [DEBUG] - Digital Devices: read MMI failure, slot = 1 hr = 0x80070492 (ERROR_SET_NOT_FOUND)
    [2013-11-01 17:09:31,234] [Log    ] [Digital Devices MMI handler] [DEBUG] - Digital Devices: read MMI failure, slot = 0 hr = 0x80070492 (ERROR_SET_NOT_FOUND)
    [2013-11-01 17:09:31,234] [Log    ] [Digital Devices MMI handler] [DEBUG] - Digital Devices: read MMI failure, slot = 1 hr = 0x80070492 (ERROR_SET_NOT_FOUND)
    [2013-11-01 17:09:31,734] [Log    ] [Digital Devices MMI handler] [DEBUG] - Digital Devices: read MMI failure, slot = 0 hr = 0x80070492 (ERROR_SET_NOT_FOUND)
    [2013-11-01 17:09:31,734] [Log    ] [Digital Devices MMI handler] [DEBUG] - Digital Devices: read MMI failure, slot = 1 hr = 0x80070492 (ERROR_SET_NOT_FOUND)

    I am starting with mediaportal development and want to understand what happens here. Can somebody of you give me more information about it?

    Best regards

    Sonny84
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    I am starting with mediaportal development and want to understand what happens here. Can somebody of you give me more information about it?
    It is related to the CAM menu. The CAM menu does not work with this patch. I was testing something on the branch. The error message is to say that my test did not work. This error does not exist in other branches. :)
     

    Freuli

    Portal Pro
    October 31, 2007
    391
    77
    Hello,

    for my it's working perfect. Thanks for that!
    Can this patch be used for 1.6 as well?

    Regards from Bavaria.

    Markus
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    If I or someone else compiles another version :p
    But I won't supply a version for 1.6 Pre only for the final ;) And no you can't use this patch for 1.6 Pre.
     

    Users who are viewing this thread

    Top Bottom