DDR is used with Radio channel (1 Viewer)

azzuro

Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #11
    your change can work with Radio + FAKE vidéo ?
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Not really sure if it's the fake videostream that triggers the DRR, but seems missing stream info also.
    Only 1 way to find out ;)
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    your change can work with Radio + FAKE vidéo ?
    Doesn't look like it... but playing any channel with a video stream in the radio section is a hack. Not supported.
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Not really sure if it's the fake videostream that triggers the DRR...
    I think it is.

    Check the code changes in the branch ;) It's definitely not the reason for my DRR issue, since i'm able to trigger the DRR on all my Radio channels, which do not have a fake video stream in it ;)
    So would be nice if you can test this @azzuro so we know it fixes the fake video stream also.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Check the code changes in the branch ;) It's definitely not the reason for my DRR issue, since i'm able to trigger the DRR on all my Radio channels, which do not have a fake video stream in it ;)
    But what difference does it actually make? When I attempted to reproduce the "problem" I didn't notice anything. Literally, radio just played as usual.


    So would be nice if you can test this @azzuro so we know it fixes the fake video stream also.
    I've checked Sebastiii's change:
    Code:
    if (extension == ".ts")
    {
      if (MediaInfo.hasVideo)
      {
    	RefreshRateChanger.AdaptRefreshRate(strFile, (RefreshRateChanger.MediaType)(int)type);
      }
    }

    So, if there is a video stream present then the refresh rate will be adapted. But again I ask what difference it actually makes whether it is enabled or not...
     

    HomeY

    Test Group
  • Team MediaPortal
  • February 23, 2008
    6,475
    4,645
    49
    ::1
    Home Country
    Netherlands Netherlands
    Check the code changes in the branch ;) It's definitely not the reason for my DRR issue, since i'm able to trigger the DRR on all my Radio channels, which do not have a fake video stream in it ;)
    But what difference does it actually make? When I attempted to reproduce the "problem" I didn't notice anything. Literally, radio just played as usual.

    During a refresh rate change, the screens blanks for a couple of seconds.

    Code:
    && type != MediaType.Radio)
     
    Last edited:

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Hi Guys :)

    Yep, the patch should not fire the refresh rate change for Radio stream and for Radio Recorded, it should not trigger DRR on Azzuro sample too.

    It was tricky because recorded stream (.ts) can be Radio or TV lol.

    Yep the DRR blink screen for 1 or 2 sec to set the refresh to the good refresh 60Hz to 50Hz and should be avoided for Radio stream.
     
    Last edited:

    azzuro

    Test Group
  • Team MediaPortal
  • May 10, 2007
    9,948
    5,617
    France - IDF
    Home Country
    France France
    • Thread starter
    • Moderator
    • #19
    seems working fine for me !
    [2013-08-18 15:35:26,173] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper: isTv:True, isRadio:False, isRTSP:False, isAVStream:False
    [2013-08-18 15:35:26,174] [Log ] [MPMain ] [DEBUG] - MediaInfoWrapper: disabled for this content
    Also for recorded stream.
    i think is more Faster to play it ... (maybe i dream).
    it's a very quick test.
     

    Users who are viewing this thread

    Top Bottom