Sky UK/IT/AUS enhancements (1 Viewer)

Status
Not open for further replies.

Jay_UK

Test Group
  • Team MediaPortal
  • October 6, 2009
    1,781
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Just upgraded the client to your version...and it still works.

    So not sure what the issue is with the client that is not working :(

    J.
     

    TheBatfink

    MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    Bit off topic but I guess related..

    Don't suppose theres a listing of Sky channels available anywhere? I'm sure I'm missing some and some of stopped broadcasting? I guess these builds can't add the channels automatically?

    Thanks!

    PS not tried the 1.3.0a build yet as I found limited support in my skins but soon hopefully!
     

    miroslav22

    Development Group Member
  • Premium Supporter
  • September 4, 2009
    703
    460
    Warwick
    Home Country
    United Kingdom United Kingdom
    Not sure... It could be a problem with the new ticket reservation system. Please could you post your full logs? (including tswriter.log and epg.log).

    It looks like the channel tunes okay but then immediately cancels for some reason.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,578
    8,227
    Home Country
    New Zealand New Zealand
    The problems at just before 3:52pm are unlikely to be card reservation issues. They're more likely tuner [driver] issues:
    dvb: RunGraph returns: 0x80070079
    This will cause an exception and which results in the service trying the next tuner. At the time, all of the tuners seemed to be doing this.
     

    miroslav22

    Development Group Member
  • Premium Supporter
  • September 4, 2009
    703
    460
    Warwick
    Home Country
    United Kingdom United Kingdom
    Ah sorry I missed that.

    Error 0x80070079: The semaphore timeout period has expired

    @mm could that be caused by a mutex in tswriter or in a c# callback?
     
    Last edited:

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,578
    8,227
    Home Country
    New Zealand New Zealand
    Good question - never considered that thought!
    I guess it is possible that it could be caused by issues with TsWriter starting (there are no callbacks at that stage of the tuning operation). The relevant code in TsWriter.cpp is:
    Code:
    //
    // Run
    //
    // Overriden to open the dump file
    //
    STDMETHODIMP CMpTsFilter::Run(REFERENCE_TIME tStart)
    {
    LogDebug("CMpTsFilter::Run()");
      CAutoLock cObjectLock(m_pLock);
     
      return CBaseFilter::Run(tStart);
    }

    Very simple, but if the lock can't be grabbed then it could be TsWriter. However I'm still suspicious of the driver. I have seen similar symptoms reported with a Mystique SaTiX dual V2 (Digital Devices clone) -->here<--.
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,781
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Hi guys,

    Thanks for getting back to me. :)

    I will keep an eye on it and let you know if it happens again (has never happened before - and wasnt sure if it was a one-off or related to 1.3.0A)

    J.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,578
    8,227
    Home Country
    New Zealand New Zealand
    Probably the only way to easily know whether this issue is related to TsWriter would be to add debug logging in the method mentioned above. miroslav22: would you be able to provide Jay_UK with a patched version of your TsWriter?
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom