Kodi Community Forum
[WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: [WINDOWS] Internal Directshow Based Player [NO LONGER DEVELOPED] (/showthread.php?tid=61355)



- oldpainless - 2010-04-09

tdw197 Wrote:Just tried builds 28016 & 28622 off the passion site and have an odd problem - clicking TV to go direct into the TV section of my video library goes to a blank page.

Have tried the standard 28256 build and it works fine, anyone else have this problem with the ds oplayer builds?

Have tried thehigher builds and all works fine, but obviously no plugins...

just using stock confluence skin

Sounds like a trunk problem rather than a dsplayer issue - , at the moment, whilst folks are working on the addons merge, the trunk is pretty buggy.

K


- tredman - 2010-04-09

oldpainless Wrote:Sounds like a trunk problem rather than a dsplayer issue - , at the moment, whilst folks are working on the addons merge, the trunk is pretty buggy.

K

That's what I though but 28016 is before the merge! And it's odd that the trunk build 28256 doesn't have this prob.

Guess I'll just have to live with it, or bite the bullet and go to the newest build and say tata to my plugins


- Tandriin - 2010-04-09

I have a problem with the latest builds. I have sound, but no video with ffdshow dxva. If i use MPC-HC i can watch all my mkv-files with gpu acceleration.

Here's a debug Log of my XBMC.log. I think the Problem starts around Line 537 where he cannot connect ffdshow dxva outpout to input.
http://pastebin.com/eDF8EyXm

And here's the part of my dsfilterconfig.xml i changed, so that dsplayer is using the haali media splitter. Rest of the file is unchanged
Quote: <rule filetypes="mkv">
<source filter="haali" />
<splitter filter="haali" />
<video>
<video dxva="true" filter="ffdvideodxvadec" />
<video filter="ffdvideodec" />
</video>
<audio filter="ffdaudiodec" />
<!--<extra>
<extra filter="ac3filter" />
<extra filter="dcgraphiceq" />
</extra>-->
</rule>

And last but not least, an screenshot of my dxva settings
Image

My System is an Acer Aspire Revo R3610 with Nvidia ION Graphic.

I already tried to change the video dxva to "mpcvideodec". With mpcvideodec i have sound and video, but no gpu acceleration.


- almerickso - 2010-04-09

I am also having problems with the latest build. I can no longer play mkv files.

The last build i installed was a few weeks back and everything was playing (save for some sync issues with mkv files).

I too am running an Aspire Revo R3610 with ION graphics. (I have also just installed the latest drivers)


- uncertainty - 2010-04-09

almerickso Wrote:I am also having problems with the latest build. I can no longer play mkv files.

Scroll back a page or two and you will see this issue will be resolved with the next release for mkvs that have subtitles..

"Seb mentioned that he fixed this problem with mkv's with subs, just gotta wait for the next release."


- Tandriin - 2010-04-09

Are you sure that this will resolve the issue? The mkv's i try to play dosn't have subtitles.


- uncertainty - 2010-04-09

Tandriin Wrote:Are you sure that this will resolve the issue? The mkv's i try to play dosn't have subtitles.

Your mkv issue might be resolved by changing the mkv rule to

<rule filetypes="mkv">
<source filter="mkvsource" />
<splitter filter="mkvsplitter" />


That was recommended by another user to resolve his issue using haali.


- Tandriin - 2010-04-09

Yeah i read that Recommendation and tried it, but the error is the same. It dosn't change anything. I had audio but no video.


- steelman1991 - 2010-04-09

Tandriin Wrote:I have a problem with the latest builds. I have sound, but no video with ffdshow dxva. If i use MPC-HC i can watch all my mkv-files with gpu acceleration.

Here's a debug Log of my XBMC.log. I think the Problem starts around Line 537 where he cannot connect ffdshow dxva outpout to input.
http://pastebin.com/eDF8EyXm

And here's the part of my dsfilterconfig.xml i changed, so that dsplayer is using the haali media splitter. Rest of the file is unchanged


And last but not least, an screenshot of my dxva settings
Image

My System is an Acer Aspire Revo R3610 with Nvidia ION Graphic.

I already tried to change the video dxva to "mpcvideodec". With mpcvideodec i have sound and video, but no gpu acceleration.

Just tried with Haali and it does work just doesm't render subtitles - perhaps this is a problem that is better addressed in the 'Users Support Thread' here http://forum.xbmc.org/showthread.php?tid=71825


- Zodler - 2010-04-10

Hello, could you please help me. I just discovered this software. I am using zoomplayer with ffdshow under Windows 7 x64 with no problem. However I cannot make DSPlayer to work under XBMC. here is my log file: thank you

http://pastebin.com/q9wCineN


- zoing - 2010-04-10

Zodler Wrote:Hello, could you please help me. I just discovered this software. I am using zoomplayer with ffdshow under Windows 7 x64 with no problem. However I cannot make DSPlayer to work under XBMC. here is my log file: thank you

http://pastebin.com/q9wCineN

Welcome to the world of XBMC!
You must allow XBMC to use ffdshow.
In ffdshow-->DirectShow-control--> Use ffdshow in .... and here add XBMC.


- terranow - 2010-04-10

Blinkseb,
I built 29166 from svn to check the fix in 21928 (subtitles rendering on dual monitor (not tested, only … ). Issue is still there, it also occurs when running as a window within the desktop i.e. fullscreen of primary desktop subtitiles show up, windowed on primary subtitiles do not show up. If i can help any further...

Oh and great job.. no more crashes on d3d reset Smile


- steelman1991 - 2010-04-11

Seb - Thanks for the new build - though the old one worked perfectly for me - took the plunge and installed - however although all playback remains stable subtitles are still working but defaulting to 'italics' (expected behaviour or has something slipped through the net?).


- blinkseb - 2010-04-11

I've read the "user support thread" and I noted all your issues Wink For the italic, shouldn't be hard to fix, but for for the disappear things, it'll be hard (imagine that you need to stay in front of your video during 20min). And it seems to me that it happen only in release mode, not debug (run a movie of 1h30, still subs at the end), that's why i thought it was fixed!

I'll investigate a bit more, and keep you updated Wink

Has someone test if the auto refresh rate feature is okay now?


- Stennie - 2010-04-11

Just reporting back that the embedded SSA/ASS subtitle crash was remedied on my Acer Revo 3610. Thanks for addressing it so quickly!