[WiP] madVR support in MP1 (8 Viewers)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    no. or yes if your beamer know that mode too but i doubt that:LOL:

    I've also thought of that at the end :)
    also played a bit with the buffering delay but even with 5000 ms not that big difference to 500 what i used before...
    @Owlsroost maybe u spot something, reader.log from today from the little igpu client
    i only saw huge delays^^

    Can you try with watchdog too ? :)
    Would like to see all the log in case i can spot something only related to C# code from TsReader player :)
    Thanks :p
     

    daWooky

    MP Donator
  • Premium Supporter
  • April 3, 2012
    783
    871
    Home Country
    Germany Germany
    fully filled logs attached :)
    retested now with lan directly not with dlan (25m zigzack... oh what a joy^^)
    because it was the initial reason for the 500ms delay before. it made also a difference but the dlan seems not guilty too:censored:
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I have seen something in log that maybe lead to the issue :p
    Can you try fresh log with run TS for 2 minutes ?
    No need to have the video but mad.log / mediaportal.log (this one for sure) / tsreader.log

    So from what i have seen in log, it seems that there is a lot of planescene log etc. that can lead to this kind of issue, so running a more long test will confirm it :)
    Thanks.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    This is the part of code i'm talking :)

    When it always log this on a long run, this is not ok (it should if all will good to be logged when with change video 'x' key for ex)
    PlaneScene is the code executed when a video is playing, keep in mind that for madVR, the whole MP is running into a video window when video played can be in fullscreen or reduced where we can see the GUI but all of this are in madVR window, not like EVR where only the video played are incrusted into the MP GUI :p

    So if it's what i think it is, this lot of log can result in dropped frame and then has nothing to do with TsReader source filter so not related for @Owlsroost.

    Code:
    [2017-09-07 14:16:40,667] [Log    ] [MPMain   ] [INFO ] - TSReaderPlayer:Window (0,0)-(1280,720) - (968,238)-(1818,716)
    [2017-09-07 14:16:40,734] [Log    ] [24       ] [INFO ] - PlaneScene: video WxH  : 6x4
    [2017-09-07 14:16:40,735] [Log    ] [24       ] [INFO ] - PlaneScene: screen WxH : 850x480
    [2017-09-07 14:16:40,735] [Log    ] [MPMain   ] [INFO ] - overlay: video WxH  : 1280x720
    [2017-09-07 14:16:40,736] [Log    ] [MPMain   ] [INFO ] - overlay: video AR   : 1280:720
    [2017-09-07 14:16:40,736] [Log    ] [MPMain   ] [INFO ] - overlay: screen WxH : 850x480
    [2017-09-07 14:16:40,737] [Log    ] [MPMain   ] [INFO ] - overlay: AR type    : Normal
    [2017-09-07 14:16:40,737] [Log    ] [MPMain   ] [INFO ] - overlay: PixelRatio : 1
    [2017-09-07 14:16:40,737] [Log    ] [MPMain   ] [INFO ] - overlay: src        : (0,0)-(1280,720)
    [2017-09-07 14:16:40,738] [Log    ] [MPMain   ] [INFO ] - overlay: dst        : (968,238)-(1818,716)
    [2017-09-07 14:16:40,738] [Log    ] [MPMain   ] [INFO ] - TSReaderPlayer:Window (0,0)-(1280,720) - (968,238)-(1818,716)
    [2017-09-07 14:16:40,755] [Log    ] [24       ] [INFO ] - PlaneScene: video WxH  : 850x478
    [2017-09-07 14:16:40,756] [Log    ] [24       ] [INFO ] - PlaneScene: screen WxH : 850x480
    [2017-09-07 14:16:40,759] [Log    ] [MPMain   ] [INFO ] - overlay: video WxH  : 1280x720
    [2017-09-07 14:16:40,759] [Log    ] [MPMain   ] [INFO ] - overlay: video AR   : 1280:720
    [2017-09-07 14:16:40,760] [Log    ] [MPMain   ] [INFO ] - overlay: screen WxH : 850x480
    [2017-09-07 14:16:40,760] [Log    ] [MPMain   ] [INFO ] - overlay: AR type    : Normal
    [2017-09-07 14:16:40,761] [Log    ] [MPMain   ] [INFO ] - overlay: PixelRatio : 1
    [2017-09-07 14:16:40,761] [Log    ] [MPMain   ] [INFO ] - overlay: src        : (0,0)-(1280,720)
    [2017-09-07 14:16:40,761] [Log    ] [MPMain   ] [INFO ] - overlay: dst        : (968,238)-(1818,716)
    [2017-09-07 14:16:40,762] [Log    ] [MPMain   ] [INFO ] - TSReaderPlayer:Window (0,0)-(1280,720) - (968,238)-(1818,716)
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    I also found something interesting regarding non full hd resolutions, @Sebastiii if u got time later today i can explain on irc.

    Sent from my GT-I9100 using Tapatalk

    Hi :)
    Sorry was out yesterday, missed you :(
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    @Sebastiii thx for explaining(y):)
    so here i have a 5~6 min tv log, i guess it has the extra planescenes :p

    Hey :)
    So nope it's ok in log, there is little log about planescene and overlay but not like when it's not correct, because the wrong log should be a far more lot log line like overlay planescene (many logged line per sec. and it's not the case) so it's something else.

    It happen for all .ts ?
     

    Users who are viewing this thread

    Top Bottom