MPDisplay++ - Extended Display/Touchscreen Plugin (2 Viewers)

Status
Not open for further replies.

Wondermusic

Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: Re: MPDisplay2 - MP Secondary Display

    Hi wondermusic,

    thanks! Here is my logfile..

    Ok, as far as I can see, MPDisplay2 is running correctly. There are no errors comming from this Plugin.
    But there is this one... It's just a info, but it could be the problem you have.
    Code:
    2011-02-14 20:01:43.110338 [Info.][MPMain(1)]: Failed filter: MediaPortal DVBSub2 not found
    2011-02-14 20:01:43.112338 [Info.][MPMain(1)]: Exception   :System.NullReferenceException: De objectverwijzing is niet op een exemplaar van een object ingesteld.
       bij MediaPortal.Player.Subtitles.SubtitleRenderer.AddSubtitleFilter(IGraphBuilder _graphBuilder)
       bij MediaPortal.Player.TSReaderPlayer.GetInterfaces(String filename)
    2011-02-14 20:01:43.112338 [Info.][MPMain(1)]: Exception   :De objectverwijzing is niet op een exemplaar van een object ingesteld.
    2011-02-14 20:01:43.112338 [Info.][MPMain(1)]:   site      :DirectShowLib.IBaseFilter AddSubtitleFilter(DirectShowLib.IGraphBuilder)
    2011-02-14 20:01:43.113338 [Info.][MPMain(1)]:   source    :Core
    2011-02-14 20:01:43.113338 [Info.][MPMain(1)]:   stacktrace:   bij MediaPortal.Player.Subtitles.SubtitleRenderer.AddSubtitleFilter(IGraphBuilder _graphBuilder)
       bij MediaPortal.Player.TSReaderPlayer.GetInterfaces(String filename)

    May be sa_ddam has another opinion, but i would say, that your issue depends on your used codecs or something like that: "Failed filter: MediaPortal DVBSub2 not found"


    Just a question: Which screen you are using? This looks quite weird in MPDisplay.log:
    MPDisplay2: Resolution set{X=137,Y=768,Width=1024,Height=768}

    Cheers,
    Wonder
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Re: MPDisplay2 - MP Secondary Display

    Thanks to check it!

    Codecs problem? Sounds strange to me, but I should change de codecs to test.. Wich codecs are you using? I use the latest SAF 5.0 codecs. For TV I use the default windows DTV codecs..

    The screen I use is the default imon display.. Is't a samsung..
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Re: MPDisplay2 - MP Secondary Display

    What do you meen with: "Have you set the x/y offset to this values?" I have set the resolution on automatic, and that 1024X768
     

    Wondermusic

    Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: MPDisplay2 - MP Secondary Display

    Hmmm - this is strange. because the MPDisplay.log says, that you set the x/y offset to the before posted values.

    sa_ddam
    Do you know what that is?

    Cheers,
    Wonder
     

    powermarcel10

    Retired Team Member
  • Premium Supporter
  • November 30, 2010
    2,836
    899
    37
    Groningen
    Home Country
    Netherlands Netherlands
    Re: MPDisplay2 - MP Secondary Display

    I haver installed the newest microsoft visual c++, but the problem is still the samed..
     

    sa_ddam213

    Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    Re: AW: MPDisplay2 - MP Secondary Display

    Hmmm - this is strange. because the MPDisplay.log says, that you set the x/y offset to the before posted values.

    @sa_ddam
    Do you know what that is?

    Cheers,
    Wonder

    Hey Guys,

    Ignore the off set logging at the moment, It will only show custom values saved in the xml, This has been fixed now in next version.

    @powermarcel10
    Im trying to replicate the studdering issue but have been unsuccessful, I use powerDVD 8 codec for TV as it supports my GPU chipset(ATI), I'll setup another VM and test other codecs (as messing with codecs on a perfectly running DEV is not a fun time)
    and get back to you.

    Sa

    Will this solution work properly with the DisplayLink SW, so that I have a fully useable touch screen controllable view of MP (especially selecting music using the iPad)??

    Will there be a solution for quick scrolling (by dragging the touch controls)? This sounds terrific, I was working a bit on an addition to iPiMP, but this seems to be the much better solution.

    Hey mbuzina,

    I friend of mine came round the other day showing me MPDisplay2 working on his iPad, I never directly supported this in development so I am unsure of any bugs but he said it works fine except if you go out of wifi range when using the plugin(plugin crashes).

    However I am happy about the extra ability of MPDisplay2 and will now support in code iPad (and maybe android), This been said I do not own an iPad so I will be needing help from you and the community with iPads to iron out any bugs/issue that may arise.

    Sa
     

    rossi2000

    Portal Member
    February 8, 2011
    7
    0
    Home Country
    England England
    Re: MPDisplay2 - MP Secondary Display

    i would recommend using MPCVideoDecoder.ax for video

    for media portal on my htpc i only have 3 things installed.
    MPCVideoDecoder.ax (for all video) offloads video to gpu. <--- i would bet this filter is far better than the windows dtv codec.
    AC3Filter (for music/dvds etc)
    MADFLAC (for multichannel surround lossless audio)
     

    Wondermusic

    Retired Extension Developer
  • Premium Supporter
  • September 7, 2009
    1,117
    275
    Wuppertal
    Home Country
    Germany Germany
    AW: Re: AW: MPDisplay2 - MP Secondary Display

    @powermarcel10
    Im trying to replicate the studdering issue but have been unsuccessful, I use powerDVD 8 codec for TV as it supports my GPU chipset(ATI), I'll setup another VM and test other codecs (as messing with codecs on a perfectly running DEV is not a fun time)
    and get back to you.

    I don't know if you overead his post... Just to preserve you to install other codecs:

    It is not this plugin, but the plugin: Intelligent Frame Correction (version 2.02)

    I have tried it a couple of times, and stuttering is only happening when I have enabled both plugins. When I only enable the plugin MPdisplay2, everything is oké!

    Cheers,
    Wonder
     

    sa_ddam213

    Retired Team Member
  • Premium Supporter
  • March 3, 2009
    312
    281
    Canterbury
    Home Country
    New Zealand New Zealand
    Re: AW: Re: AW: MPDisplay2 - MP Secondary Display

    I don't know if you overead his post... Just to preserve you to install other codecs:

    Cheers,
    Wonder

    Yes I did overread that, lol

    I wonder if I.F.C corrects the framerate on both displays?
    this could be the source of the studder

    Sa

    PS: Back online at home now :)
     
    Status
    Not open for further replies.

    Users who are viewing this thread

    Top Bottom