Some "m2ts" Videofile will not playing correct. (1 Viewer)

Sebastiii

Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    About this one...
    Can you use the VMR9AlreadyAdded to completely skip the check if a video renderer is already present? For example:
    Code:
    if (!VMR9AlreadyAdded)
    {
      IPin pinFrom = DirectShowUtil.FindPin(_interfaceSourceFilter, PinDirection.Output, "video");
      if (pinFrom != null)
      {
        // Add video renderer etc.
        ...
      }
    }

    It would be a little faster. :)

    Thanks :p
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    It seems that i have a fix (or workaround) for xml issue.
    So i don't know why but dialogProcess.xml need to be loaded on MP start and not just before window (plugin window).
    I have no clue why but it seems that way, the error is no more displayed.
    We really need some skin engine dev for helping :)
     

    Musikliebhaber

    MP Donator
  • Premium Supporter
  • May 7, 2012
    79
    33
    Köln
    Home Country
    Germany Germany
    Hello @Sebastiii ,

    very sorry for the long delay. :sleep:

    After I open the new "message " to the "RSS News plugin" and we got the answert that the RSSPlugin maybe will go out from MediaPortal. I do not follow this problem.

    Today I say your Fix the problem and I have try the last "madVR" MediaPortal Build whis "Titan" Skin:

    "MediaPortalSetup_1.15.100-918-g0c6c16e_(MP1-4781V5_madVR_based_master_branch)_for_TESTING_ONLY_2017-04-02-09-21.exe"

    Now the " RSS News Plugin" work very well! and the problem from MediaPortal 1,71 is gone too :)

    Thank you very much for this.

    Musikliebaber
     
    Last edited:

    Users who are viewing this thread

    Top Bottom