not able to watch Premiere 1 ... Premiere 4 (1 Viewer)

justinteract

Member
November 8, 2007
95
13
Hamburg
Home Country
Germany Germany
did you also apply the first mentioned code change ( if _channelInfo.scrambled == channel.FreeTo....)
That one is in the TvServer (or TvLibrary, not sure)
 

Ratte613

New Member
September 24, 2008
4
0
Bavaria
Home Country
Germany Germany
yes, its in the tvlibrary, path: \TvEngine3\TVLibrary\TVLibrary\Implementations\DVB\Graphs\TvDvbChannel.cs

my changed code in the function "SendPmtToCam":
.
Code:
..
 _channelInfo.network_pmt_PID = channel.PmtPid;
                if (channel.PcrPid <= 0)
                {
                  channel.PcrPid = _channelInfo.pcr_pid;
                }
                _channelInfo.pcr_pid = channel.PcrPid;
                // update any service scrambled / unscambled changes
                if (_channelInfo.scrambled == channel.FreeToAir)
                {
                    // XXX JIT we use the FreeToAir setting as reference now and set the _channelInfo.scrambled accordingly
                    _channelInfo.scrambled = !channel.FreeToAir;
                    Log.Log.WriteFile("TvDvbChannel.SendPmtToCam() corrected setting _channelInfo.scrambled {0} , channel.FreeToAir {1}", _channelInfo.scrambled, channel.FreeToAir);
                }
                if ((_mdplugs != null) && (_newCA))
                {
                  try
                  {
...
 

justinteract

Member
November 8, 2007
95
13
Hamburg
Home Country
Germany Germany
hmmm, the scrambled and FTA settings look ok now, it seems that the CAM does not descramble correct for Sport Portal. it definitely works here, but I am using Technotrend. So it might be another issue, specific to FireDTV and may be other cards.
Sorry, cant help you anymore on that one... it works with TT.
 

chemelli

Retired Team Member
  • Premium Supporter
  • September 28, 2006
    6,159
    2,264
    49
    Milano, Italy
    Home Country
    Italy Italy
    what CAm are you using ?

    I got a PM form a FloppyDTV user that solved a similar issue ( some Sky channels where not watchable in MP but works fine in DVBViewer ). He changes some values from the CI tray icon menu of his Diablo CAm:

    AutoPMT = OFF
    FixedCW = ON

    Seems like MP is more "sensible" to those params values. No code changes involved for him !

    Simone



    EDIT:

    Fogot to say that you have to extract and reinsert the CAm to force a reinitialization and so the params to become active ;)
     

    justinteract

    Member
    November 8, 2007
    95
    13
    Hamburg
    Home Country
    Germany Germany
    ah, and of course turn off the "Jugendschutz" on the CAM !
    If its on the driver tries to open a window askng for the PIN, which doesnt work to well in the TVServer which runs as a service :)
     

    Nephilim

    Extension Developer
    February 8, 2007
    805
    499
    Home Country
    Italy Italy
    For english people...
    Set the "SmartCard Mess. option" (in the Configuration menu of the CAM) to 'Show Never'

    Bye,
    Nephilim
     

    thunder

    Portal Pro
    February 1, 2007
    117
    8
    It´s not a problem of a cam. It´s a problem of mediaportal. All other Progs as Vista MCE, tvcentral etc. works fine.
    Only mediaportal makes probs with Premiere 1-4 and Sportportal.
     

    cruse

    MP Donator
  • Premium Supporter
  • November 7, 2007
    166
    41
    Home Country
    Germany Germany
    Tried all the settings with no success. On certain occassions Premiere 1-4 are open. For example yesterday afternoon "Das wilde Leben" in German. All open in FireDTV Viewer.

    Makes me believe it's either the way MP handles the Parental PIN or a certain amount of scrambled audio channels as mentioned by Ambass in this thread:

    https://forum.team-mediaportal.com/...une-scrambled-dvb-s-channel-43210/#post292687

    The TV Server seems to look if the last available audio channel is scrambled, but some CAMs only support a limited number of scrambled audio channels.
     

    thunder

    Portal Pro
    February 1, 2007
    117
    8
    With the newest TVServer SVN and FireDTV C and DiabloCAm with Smartcard on Premiere 1-4 and Sportportal the new mistake messenge on Channelprview:

    Preview failed:UnableToStartGraph

    On MediaportalTV the same mistake messenge:

    On german: TimeShift konnte nicht gestartet werden
    Graph konnte nicht gestartet werden.

    ps. On Server was Cam on.
     

    johnlc

    Portal Pro
    April 19, 2008
    59
    3
    Horsens
    Home Country
    Denmark Denmark
    Also an issue here

    Is anybody looking into this at all ?

    I have attached log and it is apparent that with latest build (20406) channel cannot be decoded, but with build 20256 is can decode the channel okay.
    Look for TV3 in the log, but all other coded channels have the same issue.

    Any input would be appreciated - the database is okay and have CAM enabled.
     

    Users who are viewing this thread

    Top Bottom