Hi Eabin
Any answer for my problem playing Vista MCE recorded TV with MP?
Thanks!
Any answer for my problem playing Vista MCE recorded TV with MP?
Thanks!
What issue do you refer to (a quick forum search for FFWD and REW did not give any uselful results)?NOTE: the attached build does not feature the FFWD/REW workaround anymore, because it could lead to crashes/freezes even when not using FFWD or REW. The correct fix must be done in some other part in MP. it is a simple one-liner, but most likely won't be fixed for 0.2.3, to avoid breaking things with VMR9.
Thanks, I just wanted to ask for this information (I saw your original post, tried out the patch, and now wanted to ask). Now that's good serviceedit2: for those interested (maybe if you build MP from source): the fix is to replace all calls to
_mediaCtrl.Pause();
with
_mediaCtrl.StopWhenReady();
in all methods named DoFFRW() in the Core->Player package.
a new version of the dshowhelper.dll. fixes are:
*) fixed two crashes (one rather stupid, the other one a bit more tricky, and it was more likely to happen on dual-cores)
*) fixed fast forward/rewind
*) introduced some new bugs exclusively for you to find.
please test, as i hope that we are getting closer to a stable version!
So 2.3 release will not support EVR at all? I mean if it's going to be a stable release it can't have stuff in it that breaks things up.edit2: for those interested (maybe if you build MP from source): the fix is to replace all calls to
_mediaCtrl.Pause();
with
_mediaCtrl.StopWhenReady();
in all methods named DoFFRW() in the Core->Player package.
14-10-2007 20:57:35.705 [564]frame is too late for 3978 ms, last sleep time 500 ms.
34.829220 [ERROR][10]: Planescene(704,576,7139,5832,9693824,False,8):Unhandled exception in Fehler in der Anwendung. Microsoft.DirectX.Direct3D bei Microsoft.DirectX.Direct3D.Device.PresentInternal(tagRECT* sourceRectangle, tagRECT* destRectangle, IntPtr overrideWindow)
bei Microsoft.DirectX.Direct3D.Device.PresentInternal(tagRECT* sourceRectangle, tagRECT* destRectangle, Control overrideWindow)
bei Microsoft.DirectX.Direct3D.Device.Present()
bei MediaPortal.Player.PlaneScene.InternalPresentSurface(Int32 width, Int32 height, Int32 arWidth, Int32 arHeight, Boolean InRepaint)
Here are the logs..
I have try with Microsoft Codecs and with MPV and MPA both with EVR on
Thanks Iosu