Kodi Community Forum

Full Version: Latest DS Player vs Dharma
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Dharma was released DEc 2010 and last DS player build is from Sept 2010. So between the two which is more uptodate?
Probably quite a few changes between September and December.

Here's a link to the last possible DS Player build (merged with trunk 2011-01-24): http://www.mediafire.com/?ol1s1p923a8e7bh

I'm running it myself and it's rock solid for me.
Where can I get DSPlayer build on a more permanent link? ex: To download most recent every day?
Development has stopped.
0wing Wrote:Probably quite a few changes between September and December.

Here's a link to the last possible DS Player build (merged with trunk 2011-01-24): http://www.mediafire.com/?ol1s1p923a8e7bh

I'm running it myself and it's rock solid for me.
Good evening from the cloudy today Greece.
Yes,it is the only link i found and i see the DSPlayer playing perfect.
The only problem i face is the missing greek subtitles eventhough they are enabled through XBMC settings.
Also in the video settings i see the ffdshow audio decoder,the MPC video decoder but i do not see ths ffdshow video decoder . WHY?
Thanks for your attention
rimmi2002 Wrote:Dharma was released DEc 2010 and last DS player build is from Sept 2010. So between the two which is more uptodate?

You talking about two different things Dharma is the final build of XBMC DSPlayer was a branch of XBMC that's no longer in development
0wing Wrote:http://wiki.xbmc.org/?title=HOW-TO:_Using_DSPlayer
Can you pls tell me how to create a ffdshow filtersconfig.xml instead of MPC?
Can you write a sample? I want to work with FFDSHOW codecs.TKS................
SALAMINOMACHOS Wrote:Can you pls tell me how to create a ffdshow filtersconfig.xml instead of MPC?
Can you write a sample? I want to work with FFDSHOW codecs.TKS................

Use the default mediasconfig.xml and filtersconfig.xml from http://wiki.xbmc.org/?title=HOW-TO:_Using_DSPlayer

Then open mediasconfig.xml and find the part I've posted below this text and exchange "mpcvideodec" with "ffdvideodxvadec".

Code:
<rule filetypes="mkv">
    <source filter="mkvsource" />
    <splitter filter="mkvsplitter" />
    <video filter="mpcvideodec" />
    <!-- You can do like that to specifie a DXVA only filters.
    If you want to use the same filter for DXVA and non DXVA media, just add
    a single <video> line.
    <video>
        <video dxva="true" filter="mpcvideodec" />
        <video filter="mpcvideodec" />
    </video> -->
    <audio filter="ffdaudiodec" />
    <!--<extra>
        <extra filter="ac3filter" />
        <extra filter="dcgraphiceq" />
    </extra>-->
</rule>
@ Livin
Unfortunately this version is not stable

@ Owing
Thank you I will try all your info tomorrow because here in Greece the time is 02.00 Sunday.

EDIT where can i find the mediasconfig.xml? Tell me the path.
When the XBMC is windowed the only thing i see is the ffdshow audio decoder configuration. It means that i want to see also the ffdshow video configuration.
So pls type for me whatever it is (mediaconfig.xml and/or filtersconfig.xml ) including all the steps.
I know that i am getting you tired but i am not expert like you
Thanks all for your attention
Good morning to all of you.

@ Owing

<rule filetypes="mkv">
<source filter="mkvsource" />
<splitter filter="mkvsplitter" />
<video filter="mpcvideodec" />
<!-- You can do like that to specifie a DXVA only filters.
If you want to use the same filter for DXVA and non DXVA media, just add
a single <video> line.
<video>
<video dxva="true" filter="mpcvideodec" />
<video filter="mpcvideodec" />
</video> -->
<audio filter="ffdaudiodec" />
<!--<extra>
<extra filter="ac3filter" />
<extra filter="dcgraphiceq" />
</extra>-->
</rule>

I followed your instructions. Wherever was MPCvideodec i replaced it with FFDvideodxvadec i named the .xml as mediasconfig.xml.
Then i installed into User\Appdata\Roaming e.t.c but still the MPC decoder exists. What am i missing?
Do i need something more or only the mediasconfig.xml?
Thanks all for your support and attention
Αny help ?
TKS..................
Here are my files for using FFDShow DXVA for mkv http://www.mediafire.com/?ay4ftoj77aq5z77
0wing Wrote:Here are my files for using FFDShow DXVA for mkv http://www.mediafire.com/?ay4ftoj77aq5z77
Thanks a lot
i will download it and i will let you know

EDIT: Where will i install them? Path? User\Appdata\Roaming\XBMC\Userdata\dsplayer?
If yes how i will unistall the old ones (filterconfig - mediasconfig ) from the path x86\XBMC\system\players\dsplayer ?
Pages: 1 2