Bluray Handler 0.9.7 (BETA) (3 Viewers)

armandp

Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    • Thread starter
    • Moderator
    • #51
    Re: Bluray Handler 0.9.2 (BETA)

    New release (see first post): Fixes some issues encountered with latest mediaportal SVN, added filter detection and improved logging.
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    Re: Bluray Handler 0.9.2 (BETA)

    @armandp: could u try and see if the attached patch works for u when calling the setheading method later in the sequence ?

    /gibman

    New release (see first post): Fixes some issues encountered with latest mediaportal SVN, added filter detection and improved logging.
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Re: Bluray Handler 0.9.2 (BETA)

    Hi Gibman :)
    I have tested and it didn't work for me.
    Seb.
     

    gibman

    Retired Team Member
  • Premium Supporter
  • October 4, 2006
    2,998
    1,372
    Aarhus
    Home Country
    Denmark Denmark
    Re: Bluray Handler 0.9.2 (BETA)

    could u try this instead:

    1) revert the patch.

    2) instead try this in GUIwindow.cs (core.dll)

    Code:
     public virtual void AllocResources()
        {
          try
          {
            if (_windowAllocated)
            {
              return;
            }
           ....

    /gibman
     

    Sebastiii

    Development Group
  • Team MediaPortal
  • November 12, 2007
    16,583
    10,403
    France
    Home Country
    France France
    Re: Bluray Handler 0.9.2 (BETA)

    Hi,

    Yes great, it's works with your last patch.
    Cheers,
    Seb.
     

    Attachments

    • GUIWindow.cs-for-setheading.patch
      30.7 KB

    dacore944

    Portal Member
    June 12, 2007
    19
    1
    41
    Re: Bluray Handler 0.9.2 (BETA)

    Hi,

    i just tried your plugin. But it didn't work for me, i hope this log may help you.
    I tried to play an avchd iso and an blu ray rip on harddisk (folders, not iso) of movie.
    The files play perfectly in MPC. I use SAF 5 btw.
     

    Attachments

    • MediaPortal.zip
      30.6 KB

    u28151

    Portal Pro
    March 24, 2005
    179
    20
    Home Country
    Sweden Sweden
    Re: Bluray Handler 0.9.2 (BETA)

    Hi,

    I have tested your plugin and I am not able to get it to work. Mediaportal throws an Visual C++ Runtime error ancd closes MP.
    Have installed Media Player Classic Standalone filter SVN 1824 and the latest BluRay Handler plugin
    Here's a part in errorlog that might be of interest:

    2010-05-01 17:06:36.034479 [Info.][MPMain(1)]: SelectDVDHandler: ShowSelectDVDDialog()
    2010-05-01 17:06:36.075459 [Info.][MPMain(1)]: BLU-RAY volume inserted D:
    2010-05-01 17:06:36.107443 [Info.][MPMain(1)]: g_Player.Play(D: Unknown)
    2010-05-01 17:06:36.118437 [Info.][(8)]: [BDHandler] Scanning bluray structure: D:BDMV\index.bdmv
    2010-05-01 17:06:42.400295 [Info.][MPMain(1)]: TvNotify:LoadNotifies
    2010-05-01 17:06:42.564213 [Info.][MPMain(1)]: TvNotify: 0 notifies
    2010-05-01 17:06:42.685152 [Info.][MPMain(1)]: [BDHandler] Exception while reading bluray structure Indexet låg utanför gränserna för matrisen.
    Server stack trace:
    vid BDInfo.BDROM.Scan()
    vid MediaPortal.Plugins.BDHandler.BDPlayer.scanWorker(String path)
    vid System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    vid System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage(RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
    vid System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)

    Exception rethrown at [0]:
    vid System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
    vid System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
    vid MediaPortal.Plugins.BDHandler.BDPlayer.ScanProcess.EndInvoke(IAsyncResult result)
    vid MediaPortal.Plugins.BDHandler.BDPlayer.doFeatureSelection(String path)
    2010-05-01 17:06:42.688151 [Info.][MPMain(1)]: VideoPlayer:play D:BDMV\index.bdmv
    2010-05-01 17:06:42.699145 [Info.][MPMain(1)]: VideoPlayerVMR9: Enabling DX9 exclusive mode
    2010-05-01 17:06:42.704143 [Info.][MPMain(1)]: VMR9: added EVR Renderer to graph
    2010-05-01 17:06:42.723133 [Debug][MPMain(1)]: VMR9: Now active
    2010-05-01 17:06:42.724133 [Debug][MPMain(1)]: VMR9: Renderer successfully added
    2010-05-01 17:06:42.946022 [Info.][MPMain(1)]: Added filter: CyberLink Video Decoder (PDVD10) to graph
    2010-05-01 17:06:42.970010 [Info.][MPMain(1)]: Added filter: CyberLink Audio Decoder (PDVD10) to graph
    2010-05-01 17:06:42.975007 [Info.][MPMain(1)]: DirectShowUtils: First try to insert new audio renderer CyberLink Audio Renderer (PDVD10)
    2010-05-01 17:06:42.975007 [Info.][MPMain(1)]: DirectShowUtils: Found audio renderer
    2010-05-01 17:06:43.085952 [Debug][MPMain(1)]: DirectShowUtils: added filter:CyberLink Audio Renderer (PDVD10) to graph
    2010-05-01 17:06:43.086951 [Debug][MPMain(1)]: Filter: D:BDMV\index.bdmv - try to connect: Output


    The translation of the BDHandler error is roughly:
    Exception while reading bluray structure The index is outside boundaries (or limits?) for the matrix

    Any ideas?

    brgds

    //Ulf
     

    armandp

    Retired Team Member
  • Premium Supporter
  • April 6, 2008
    990
    620
    Zoetermeer
    Home Country
    Netherlands Netherlands
    • Thread starter
    • Moderator
    • #58
    Re: Bluray Handler 0.9.2 (BETA)

    @DaCore: can you try to set MPC Video Decoder as your H264 decoder and try again? there are still some issues with the MPEG source splitter and connection to FFDShow DXVA video decoder.

    @u2851: from the nature of this exception i guess you are trying to play an encrypted disk (original / retail, as in no copy). As stated in the openings posts:
    Playback of protected discs is only possible when you have a 3rd party tool like AnyDVD HD running in the background to remove the protection.
    Am i correct? if not what kind of disc are you trying play ?
     

    u28151

    Portal Pro
    March 24, 2005
    179
    20
    Home Country
    Sweden Sweden
    Re: Bluray Handler 0.9.2 (BETA)

    armandp
    Thanks for your reply..and yes, you are right - I am trying to play a retail BD movie. Wasn't aware of that this concept were unable to play protected discs as is. Do you know if someone is working on a solution to circumvent the need for extra softwares like AnyDVD? Since the Blu-Ray market is growing I think it should be a basic implementation in MP. Unfortunately I have little knowledge if it is technically achievable.
    Anyway, I will try install AnyDVD to see if that can temporarily solve my problem.

    Thx / u28151
     

    Jay_UK

    Test Group
  • Team MediaPortal
  • October 6, 2009
    1,781
    283
    Derby
    Home Country
    United Kingdom United Kingdom
    Re: Bluray Handler 0.9.2 (BETA)

    Hi there,

    Is there any way of getting this to work with Moving Pictures and ISO images (instead of using PDVD)

    I was hoping to get MovingPictures to mount the ISO via CloneDrive, and launch the plugin/internal player as opposed to PDVD.

    Thanks,

    J.
     

    Users who are viewing this thread

    Top Bottom