[FEATURE] CI menu support for TvServer (DE, KNC1, Technotrend, TwinHan...) (1 Viewer)

Status
Not open for further replies.

Seveni

Portal Member
February 23, 2006
8
0
Testing with TT C-1501 & SmartDTV CAM part 2

The last report was a little rushed. I tested the MP part again and the CI menu IS WORKING with TT-C1501. Attached are the logs from both server and MP. I managed to crash the server by clicking the first entry from the list. Second option (showing my subscription status) worked like a charm. The data seems quite obscure but I don't think it's even meant to be human readable.

Morpheus: is there anything specific you would like us to test?
 

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #23
    thanks, will give more feedback

    he he, hopefully not too much new bugs :)

    you should name this feature
    - KNC One and Technotrend CI Menu Support

    ;)
     

    JeyBee9999

    New Member
    March 6, 2009
    3
    0
    Home Country
    Germany Germany
    Hi Morpheus,
    i have a Mystique DVB-C Card with CI-Interface (it should be the same hardware and drivers like KNC). I' ve installed your svn 21698 with CI-Plugin, DirectX & Microsoft Visual C++ 2008 SP1, but the CI was not detected. The tswriter.log include the message "KNC not detected". There is no problem with the bundled Software "MystiqueTVPlayer".

    Have you any idea?

    Thanks

    JeyBee9999
     

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #25
    Hi Morpheus,
    i have a Mystique DVB-C Card with CI-Interface (it should be the same hardware and drivers like KNC). I' ve installed your svn 21698 with CI-Plugin, DirectX & Microsoft Visual C++ 2008 SP1, but the CI was not detected. The tswriter.log include the message "KNC not detected". There is no problem with the bundled Software "MystiqueTVPlayer".

    Have you any idea?

    Thanks

    JeyBee9999

    Hi,

    the detection of card also uses the device name. so could you check and tell me the name of your tv card in the device manager (is it also "KNC BDA..." ?). what drivers do you use?

    Morpheus
     

    JeyBee9999

    New Member
    March 6, 2009
    3
    0
    Home Country
    Germany Germany
    Hi Morpheus,
    att. find two Screenshots
    - Cardname
    - Driverversion

    JeyBee9999
     

    Attachments

    • Card_Name.PNG
      Card_Name.PNG
      44.2 KB
    • Driver_ver.PNG
      Driver_ver.PNG
      35.2 KB

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    • Thread starter
    • Moderator
    • #27
    Hi Morpheus,
    att. find two Screenshots
    - Cardname
    - Driverversion

    JeyBee9999

    Ok, this is the reason: the cards are named differently to KNC1 cards.
    Do you get other device names when you install a driver directly downloaded from KNC1 ? Then it should work correctly...

    in 'kncbda.inf' it should look at the bottom like :
    Code:
    Msft="ODSoft multimedia"
    KNC1DVBS.DeviceDesc="KNC BDA DVB-S"
    KNC1DVBS2.DeviceDesc="KNC BDA DVB-S2"
    KNC1DVBC.DeviceDesc="KNC BDA DVB-C"
    KNC1DVBT.DeviceDesc="KNC BDA DVB-T"
    KNC1DVBSTuner.FilterDesc="KNC BDA DVB-S"
    KNC1DVBS2Tuner.FilterDesc="KNC BDA DVB-S2"
    KNC1DVBCTuner.FilterDesc="KNC BDA DVB-C"
    KNC1DVBTTuner.FilterDesc="KNC BDA DVB-T"
    
    cdname="KNC BDA Driver Disk"
     

    loendersloot

    MP Donator
  • Premium Supporter
  • March 7, 2008
    56
    16
    Groningen (The Netherlands)
    Home Country
    Netherlands Netherlands
    I'm still having problems with my Technotrend TT CT 3650 Ci.
    I'm using a alphacrypt classic. With "ziggo" (Netherlands).

    I'm still getting this message in my tvlog:

    Code:
    2009-03-16 17:19:13.531250 [Record]: TechnoTrend IsCamReady(): IsCamPresent:False, IsCamReady:False

    I already putted timeshift and PMT at 30 secondonds, but still no luck. I've tried several solutions, but I constantly have to restart TvService between switching channels.

    By the way it's a multiseat environment.

    The tvserver is on windows xp with service pack 3 and all the updates and dvbfix and I have several clients through the house. 2 with windows vista with sp1 and 2 with windows 7.

    The codecs are allright because when it play's, it plays very smooth.

    I disabled the radio and DvB-T from the card and disabled allow this card to be preloaded, because things are only getting worde then.

    I am using 4therecord also, but without it it makes no difference.

    Maybe you can help me. I'll put in the log files.
     

    disaster123

    MP Donator
  • Premium Supporter
  • May 14, 2008
    3,558
    434
    Home Country
    Germany Germany
    Hi!

    Could you release a new source code patch file which is compatible with MP 1.0.1.

    There a re problems with this part cause there is also no longer an using TvLibrary.Implementations.Analog; in the .cs file instead there is a using TvLibrary.Implementations; - i don't know if this is enough.

    Code:
    --- TVLibrary/TvService/CardManagement/CardHandler/TvCardHandler.cs.old
    +++ TVLibrary/TvService/CardManagement/CardHandler/TvCardHandler.cs
    @@ -24,9 +24,11 @@
     using TvLibrary;
     using TvLibrary.Interfaces;
     using TvLibrary.Implementations.Analog;
    +using TvLibrary.Implementations.DVB;
     using TvLibrary.Log;
     using TvControl;
     using TvDatabase;
    +using TvLibrary.Interfaces.Analyzer;
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom