Kodi Community Forum

Full Version: DSPlayer (DirectShow Player for XBMC) Eden build available
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
2 byackee

Unfortunately, neither Eduard_K nor I have PVR equipment, so we cannot test any PVR-related features. But IMO the ability to load PVR add-on should not be affected by dsplayer - it is only an additional player. So this may be an independent issue.

2 panni

This IS the github of Eduard_K aka void, who is also the developer of AVSplitter.
Frodo official versions work well with pvr addon, only this version does not support. I try to recompile your sources under windows but for now I can not do
Hi all, I'm trying to use the SVP with XBMC, so I've been using this build to use the DSPlayer which works fine, but I noticed that my Cinema Experience addon has stopped working- is there anyway to use DSPlayer in the latest Eden build?
Eden builds are available back in the thread, from 0wing
Didn't u read the first post?
(2012-11-21, 00:21)vicmanpergar Wrote: [ -> ]Eden builds are available back in the thread, from 0wing
Didn't u read the first post?

This is not exactly correct. I've posted Eden builds modified by Eduard_K here and am using one myself. I understand that the topic is way too long, so I re-post links again:
XBMC-DSPlayer Eden build by Eduard_K: http://www.mediafire.com/download.php?68bw1yuu14ghe4s
XBMC-DSPlayer Eden build by Eduard_K (Russian edition): http://www.mediafire.com/download.php?5drwaez628029im - built and packed for Russian users (with Russian on-screen keyboard, the local add-ons repo etc.).

PS. As for newer Frodo buids - no news so far.

(2012-11-21, 10:37)Roman_V_M Wrote: [ -> ]
(2012-11-21, 00:21)vicmanpergar Wrote: [ -> ]Eden builds are available back in the thread, from 0wing
Didn't u read the first post?

This is not exactly correct. I've posted Eden builds modified by Eduard_K here and am using one myself. I understand that the topic is way too long, so I re-post links again:
XBMC-DSPlayer Eden build by Eduard_K: http://www.mediafire.com/download.php?68bw1yuu14ghe4s
XBMC-DSPlayer Eden build by Eduard_K (Russian edition): http://www.mediafire.com/download.php?5drwaez628029im - built and packed for Russian users (with Russian on-screen keyboard, the local add-ons repo etc.).

PS. As for newer Frodo buids - no news so far.


Correct sir, it's true. First post has indeed eden builds. But Eduard also made Eden ones, forgot about since i'm so busy with Frodo, lol

Thanks but the 2nd link to binary is broken.
(2012-11-28, 03:56)panni Wrote: [ -> ]Current build based on https://github.com/avmedia/xbmc/commit/f...a5ba605856: https://github.com/downloads/pannal/xbmc...7f0-dx.exe

@panni: Is the second link with the .exe file the Beta 1 frodo DSPlayer buildSmile?
(2012-11-28, 10:22)Bjur Wrote: [ -> ]
(2012-11-28, 03:56)panni Wrote: [ -> ]Current build based on https://github.com/avmedia/xbmc/commit/f...a5ba605856: https://github.com/downloads/pannal/xbmc...7f0-dx.exe

@panni: Is the second link with the .exe file the Beta 1 frodo DSPlayer buildSmile?

Yes
Where is it broken? I can click and download it perfectly.
@panni - for some reason when I clicked earlier it wasn't working - tried again later and its fine.
Is the new build from the Russian guy who made the latest build available?
And for the people who has tested this new build. Is there any noticeable bugs in this one?

The reason I'm asking is that I want to install a new DS Player build on my server setup at home but it's a time consuming process so I want a somehow stable build I can use for a while.
Don't think so Bjur, been compiled I think by panni, based on the git pull in his previous post.

For me its unstable at best - still no display of 'forced subtitles' only and seeking causes terrible delays/freezes then subsequent increased speed catch ups (Video to Audio).

One other thing, this build has been optimised for AVSplitter use, so changes will have to be made to the Mediasconfig, for those wishing to use LAV or other alternatives.

Just noticed that for mkv and ts mpeg - mediasconfig splitter filters have been incorrectly added - they are configured as follows

Code:
<rule filetypes="ts|mpeg|mpg|m2ts">
      <source filter="avsource" />
      <splitter filter="avsource" />
      <video filter="cyberlinkvideodec" />
      <audio filter="ffdaudiodec" />
    </rule>
    <rule filetypes="mkv">
      <source filter="avsource" />
      <splitter filter="avsource" />
      <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="lavaudiodec" />

but should read

Code:
<rule filetypes="ts|mpeg|mpg|m2ts">
      <source filter="avsource" />
      <splitter filter="avsplitter" />
      <video filter="cyberlinkvideodec" />
      <audio filter="ffdaudiodec" />
    </rule>
    <rule filetypes="mkv">
      <source filter="avsource" />
      <splitter filter="avsplitter" />
      <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="lavaudiodec" />

My opinion is it isn't worth changing if you currently have a working version - unless frodo brings something to the table that you desperately need.
Thanks for the info. Much appreciated. I think I will wait then. It's not worth it, then for me at least.