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-02-04

Matix Wrote:I tried to install the newest rev but I can't open xbmc anymore with the following error message from event viewer:



Does someone know how to fix it ?

I'm on Win2k8 R2 and had no problems till last build. I will try one build back..

Thanks in advance.

//edit

Ok, I tried a few revs back but none worked. I've installed Rev27183 and it's working for me, just want you let know this.

Thanks for your work and help !


Yeah....looks to me that the newest build has installed something to bork that last few updates......where did you get 183 from?, cus I deleted my downloads and now stuck with stuff that does not work.

K


- blinkseb - 2010-02-04

Nothing new added in the lastest build. Tiben has just merged the current trunk, that's all.


- Matix - 2010-02-04

oldpainless Wrote:Yeah....looks to me that the newest build has installed something to bork that last few updates......where did you get 183 from?, cus I deleted my downloads and now stuck with stuff that does not work.

K

I always keep the working builds on my hard disk Smile

I'll upload it on mediafire if you want. ETA 10 minutes

Here you go, Rev27183:
http://www.mediafire.com/?btmnmmycmot

Regards


- omega2k1 - 2010-02-04

with the new build i can't get anything to play using the dsplayer

xbmc log: http://www.zshare.net/download/721531736844c1a9/


- athloni - 2010-02-04

omega2k1 Wrote:with the new build i can't get anything to play using the dsplayer

xbmc log: http://www.zshare.net/download/721531736844c1a9/

No need for DSPlayer to get DXVA anymore in the latest SVN build:
http://forum.xbmc.org/showthread.php?tid=69306


Changeset 27376

Timestamp:
02/01/2010 07:16:19 PM (3 days ago)
Author:
elupus
Message:

added: intial dxva2 decoder support for vc1/h264

Decoder is not enabled by default as it still has issues.

Working:
VC1 has worked for all samples i've tried (not that many)
x264 encoded h264 all seem to work fine

Known issues:
Apple encoded h264 => green screen or corrupt green screen
Raw blueray h264 => weird corruption of bottom half of video


- >>X<< - 2010-02-04

Should you be able to call the filter property window for all four filters in the OSD as I can only call the top two ?

I have a request I've asked before didn't want to ask again as you seemed to have request and bug reports coming out you ears but maybe as you have some help now Shocked

I would really like to be able to add "DC Graphic EQ" I could add it on all builds prior to when you added DSPlayer > Audio Renderer in settings after that its a no go, its a great filter for anyone using analogue audio option who has an average audio system

I'm happy with the version I'm using now under XP but it doesn't have the latest remote control updates like the latest builds plus of course I would like to use the current versions as you improve them

If its not possible then fine I wont bother you with it again and I know its not a priority, had to use the version in the thread below as the original would only work once due to the graph not clearing when I stopped and started another file

http://forum.dsp-worx.de/viewtopic.php?p=2189

Thanks


- blinkseb - 2010-02-04

If the mkv playback is broken in last build, please check the dsfilerconfig.xml file, and change the "videodec" attribute, in the mkv rule tag, from "haali" to "mkvsource".

The build is updated to correct that problem.


- blinkseb - 2010-02-04

>>X<<' Wrote:Should you be able to call the filter property window for all four filters in the OSD as I can only call the top two ?

I have a request I've asked before didn't want to ask again as you seemed to have request and bug reports coming out you ears but maybe as you have some help now Shocked

I would really like to be able to add "DC Graphic EQ" I could add it on all builds prior to when you added DSPlayer > Audio Renderer in settings after that its a no go, its a great filter for anyone using analogue audio option who has an average audio system

I'm happy with the version I'm using now under XP but it doesn't have the latest remote control updates like the latest builds plus of course I would like to use the current versions as you improve them

If its not possible then fine I wont bother you with it again and I know its not a priority, had to use the version in the thread below as the original would only work once due to the graph not clearing when I stopped and started another file

http://forum.dsp-worx.de/viewtopic.php?p=2189

Thanks

Actually, the property pages for mpc video decoder and mpa audio decoder don't show.

If I understand well, you want to be able to add a new filter to the graph between the audio decoder and the audio renderer ?


- &gt;&gt;X&lt;&lt; - 2010-02-04

blinkeb Wrote:Actually, the property pages for mpc video decoder and mpa audio decoder don't show.

ok thanks

Quote:If I understand well, you want to be able to add a new filter to the graph between the audio decoder and the audio renderer ?

Yes that's correct Smile


- tiben20 - 2010-02-05

blinkeb Wrote:Actually, the property pages for mpc video decoder and mpa audio decoder don't show.

If I understand well, you want to be able to add a new filter to the graph between the audio decoder and the audio renderer ?
Just to inform you. Before i add the audio renderer in the gui i had an autoload feature in the dsconfig which i temporary removed due too conflict with the audio renderer. I just forgot to fix that or change the way it was working. Any suggestion on how it could be done would be nice. The autoload thing was not really a nice way to do it. Maybe adding a tag in the xml rules for additional filters like
Code:
<rule filetypes="mp4" source="mp4source" splitter="mp4splitter" videodec="mpcvideodec" audiodec="mpaaudiodec" extra="ac3filter|dc-graphic"/>
that would add the ac3filter and dc-graphic


- blinkseb - 2010-02-05

tiben20 Wrote:Just to inform you. Before i add the audio renderer in the gui i had an autoload feature in the dsconfig which i temporary removed due too conflict with the audio renderer. I just forgot to fix that or change the way it was working. Any suggestion on how it could be done would be nice. The autoload thing was not really a nice way to do it. Maybe adding a tag in the xml rules for additional filters like
Code:
<rule filetypes="mp4" source="mp4source" splitter="mp4splitter" videodec="mpcvideodec" audiodec="mpaaudiodec" extra="ac3filter|dc-graphic"/>
that would add the ac3filter and dc-graphic

Personnaly, i've seen something more like that :

Code:
<rule filetypes="mp4">
<source>mp4source</source>
<splitter>mp4splitter</splitter>
<video>mpcvideodec</video>
<audio>mpaaudiodec</audio>
<extra>ac3filter</extra>
<extra>dc-graphic</extra>
</rule>

Should be easy to do, don't you think ?


- tiben20 - 2010-02-05

blinkeb Wrote:Personnaly, i've seen something more like that :

Code:
<rule filetypes="mp4">
<source>mp4source</source>
<splitter>mp4splitter</splitter>
<video>mpcvideodec</video>
<audio>mpaaudiodec</audio>
<extra>ac3filter</extra>
<extra>dc-graphic</extra>
</rule>

Should be easy to do, don't you think ?

Its kinda the same thing


- &gt;&gt;X&lt;&lt; - 2010-02-05

Guys I just wanted to say any time you put into even considering what I asked is really appreciated as is everything that's been done previously Smile

Being able to use certain filters is what I found so appealing about DSPlayer in the first place but also realize it brought other problems as directshow configuration always does


- Sylus - 2010-02-05

Well, the work is really worthwhile. Comparing to dxva2 I need 12% less cpu with ion 330


- sonic00 - 2010-02-05

blinkeb Wrote:The main advantage over dvdplayer is that you can use every filters combinaison you want with dsplayer. You can decode audio with ffdshow and video with coreavc for example.
Moreover, lastest tiben comparaison between dsplayer and dvdplayer with dxva enabled showed a difference of 20 / 25% of cpu charge in favor to dsplayer.
What do I have to do, when I want use the CoreAvc codec? Any code changing things, or is there an Option/Setting, where I can choose the codec?

Sorry for my terrible english Wink