[fixed] Relax TS reader setting ignored (1 Viewer)

Kaoh

Portal Pro
September 11, 2006
244
28
Home Country
Netherlands Netherlands
MediaPortal Version: 1.1.0.0 RC1
Windows Version: windows 7 ultimate & proffesional

I am a fan of the relaxed TS reader setting since it was available. on my systems it generated a render error during dropped packages but at leat it played on smoothly. However since 1.1 RC1 it seems that the setting is ignored. I still have dropped packages but they cause short freezes again, even with the setting enabled. I used 1.0.1 till now and it generated blocks on my picture at thos times.
I have this on both 2 clients, all run windows 7 and the standaard codecs.

Fresh installs, did a cleanup before installation on both systems.
 

Kaoh

Portal Pro
September 11, 2006
244
28
Home Country
Netherlands Netherlands
No I use the checkbox TV\TV Client\General Settings\Don't drop discontinued packets in TsReader
Isnt that the official implementation of the txt file? I thought it was since 1.0.1 allready.
 

spiz78

Portal Member
June 6, 2008
12
0
Hi All,

i have the same problem, it seems that the option is ignored since I have upgraded to 1.1.0 Beta. Before it was working without problems..

Thanks

Spiz
 

tourettes

Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    Hi All,

    i have the same problem, it seems that the option is ignored since I have upgraded to 1.1.0 Beta. Before it was working without problems..

    Thanks

    Spiz

    Please post the TsReader.log.
     

    Kaoh

    Portal Pro
    September 11, 2006
    244
    28
    Home Country
    Netherlands Netherlands
    Hi All,

    i have the same problem, it seems that the option is ignored since I have upgraded to 1.1.0 Beta. Before it was working without problems..

    Thanks

    Spiz

    Please post the TsReader.log.

    Here is my log

    And I have in my mediaportal.xml
    <section name="mytv">
    <entry name="relaxTsReader">yes</entry>
     

    tourettes

    Retired Team Member
  • Premium Supporter
  • January 7, 2005
    17,301
    4,800
    30-03-2010 22:55:03.941 [10f0]SetRelaxedMode
    30-03-2010 22:55:03.941 [10f0]Normal discontinuities filtering

    So, the setting is not applied. Either a bug in MP or XML contains wrong key.

    Code:
    STDMETHODIMP CTsReaderFilter::SetRelaxedMode(BOOL relaxedReading)
    {
      LogDebug("SetRelaxedMode");
      if (relaxedReading == FALSE)
      {
        LogDebug("Normal discontinuities filtering");
        m_demultiplexer.m_DisableDiscontinuitiesFiltering = false;
      }
      else
      {
        LogDebug("Relaxed discontinuities filtering");
        m_demultiplexer.m_DisableDiscontinuitiesFiltering = true;
      }
      return S_OK;
    }

    Logging could contain a slight improvement since it is a bit miss leading when it says "SetRelaxedMode"
     

    Kaoh

    Portal Pro
    September 11, 2006
    244
    28
    Home Country
    Netherlands Netherlands
    So, the setting is not applied. Either a bug in MP or XML contains wrong key.

    Can you tell me what the key should be? Then I can test and validate.
     

    spiz78

    Portal Member
    June 6, 2008
    12
    0
    Hello,

    here is my log. It seems that also for me the setting is ignored and the discontinuities are managed in the standard way.

    How can I fix it??
     

    Users who are viewing this thread

    Top Bottom