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)



- liquidskin76 - 2010-01-23

rufrothy Wrote:Thanks... that works and was able to get the codec to work but I am not getting bitstreaming to work on my acer revo 1600. I get 2 channel PCM.

Audio render is: Nvidia HDMI audio under dsplayer setings and direct sound Nvidia HDMI audio under system audio settings.

Any advice on the proper settings...

Thanks,
Sean

Hi Sean,

You won't get HD audio bitstreaming via fddshow (or any other software like tmt3 or pdvd9) from nvidia gpu hdmi... only from ATI 5xxx cards, Asus Xonar HDAV1.3 cards, or the new Intel Core i3 processor using integrated gpu.

Check out the following ffdshow threads at doom9 for info...

http://forum.doom9.org/showthread.php?t=151151
http://forum.doom9.org/showthread.php?t=120465

Using nvidia hdmi you should be getting TrueHD decoded at 5.1/7.1 lpcm, and DTS-HD as standard DTS core. Have you set the mixer settings in ffdshow correctly (to 6 channel for 5.1)? Also, for nvidia hdmi you will need to disable TrueHD and DTS-HD bitstreaming under output in ffdshow.

Actually, for nvidia hdmi you may as well stick with the default dsplayer setup as you won't see any difference!

Cheers


- fincheresque - 2010-01-23

seb Wrote:Have you changed the splitter or are you still using mkvsource / mkvsplitter ?
That is an excellent question. I haven't made any custom changes...but at one point I did have a codec pack installed...so maybe I had tweaked something back then.

seb Wrote:Do you know where I can get mkv files with flac audio track, or other mkv not so usual ?
I'll see if I can put a small-ish one together for you.

Right now I'm re-installing Vista from scratch...It's collected a lot of bloat over the last year...so if things still don't work, I'll let you know.


- christoofar - 2010-01-23

I updated to build 26998 yesterday, and am noticing that it seems a bit "sluggish" when booting up, or responding to remote/mouse commands. Everything works as before, but it's just slower. I installed over an earlier build, should I have uninstalled that one first?
Any one else notice this? (AsRock Win XP Pro 32 bit)

Thanks, and again, thanks for all your work & time on this !


- chunk1982 - 2010-01-23

1080p rip with standard dvdplayer cpu averages 85-100% most of the time its at 95+%
now using the dsplayer

Image

Image


- carmenm - 2010-01-23

@christoofar: i dont notice anything slower. But i am now using build 27058 so ...


- christoofar - 2010-01-23

carmenm Wrote:@christoofar: i dont notice anything slower. But i am now using build 27058 so ...

hm..can you post link to this build?

thx!
d'oh! never mind, I see it


- gorgone - 2010-01-23

Klick here

christoofar Wrote:hm..can you post link to this build?

thx!
d'oh! never mind, I see it



- mugencivic - 2010-01-23

Hi,

i have a small problem.
i have old avi Files with 2 audio tracks.
But i cant chosse betwen them, xbmc will play both at the same time.

i know the problem from the windows media player. after i install haali media spliter it works there.

have you any idea for xbmc?

thanks a lot.


- blinkseb - 2010-01-23

Here a new build ! Code modification are not in svn yet, I provide a patch file so everyone can build.

The problem with mpc-hc should be corrected (thanks tiben Wink). More things are now written in the log file, so, please, always joined a log file (with the debug option activated) with your post if you encounter any problems !

Last build is available here : http://passion-xbmc.org/gros_fichiers/xbmcdsplayer/XBMCSetup-Rev27095+patch-dx.exe
And the patch here : http://pastebin.com/f6fd97f1c

Quote:Hi,

i have a small problem.
i have old avi Files with 2 audio tracks.
But i cant chosse betwen them, xbmc will play both at the same time.

i know the problem from the windows media player. after i install haali media spliter it works there.

have you any idea for xbmc?

thanks a lot.
Please post a log file with the debug option activated.
And as I said previously, Haali media splitter is not working with dsplayer yet !


Problem on Win 7 64 Bit - Ansyhrrian - 2010-01-23

Hello,

Using Build 27058, and when attempting to play a movie, get the following error:

Quote:14:33:16 T:4012 M:760840192 NOTICE: Successfully loaded C:\Program Files (x86)\XBMC\system\players\dsplayer\dsfilterconfig.xml
14:33:16 T:4012 M:760504320 ERROR: Could not find MFCreateVideoSampleFromSurface (evr.dll)
14:33:16 T:4012 M:760504320 NOTICE: Sucess to create DXVA2CreateDirect3DDeviceManager9
14:33:16 T:4012 M:760500224 ERROR: Could not find DXVA2CreateDirect3DDeviceManager9 (dxva2.dll)
14:33:16 T:4012 M:760500224 ERROR: Could not find MFCreateDXSurfaceBuffer (evr.dll)
14:33:16 T:4012 M:760500224 ERROR: Could not find MFCreateVideoSampleFromSurface (evr.dll)
14:33:16 T:4012 M:760500224 ERROR: Could not find MFCreateVideoMediaType (evr.dll)
14:33:16 T:4012 M:760483840 ERROR: CEVRAllocatorPresenter::CreateRenderer Failed creating outer enchanced video renderer
14:33:16 T:4012 M:760467456 ERROR: exception in CApplication::FrameMove()

Full pastebin here.

Like the title says, this is Win 7 64 bit, Revo Aspire 3610.

I did install the above-noted build on top of another XBMC installation, but I'm thinking that it probably doesn't have anything to do with that, given the files it's looking for are, I think, Windows-specific files?

Thanks in advance for any help.

-Ansy


- blinkseb - 2010-01-23

Seems like you don't have evr.dll in your system32 directory ?

You can try to (re)install the .NET Framework 3.5 (http://www.microsoft.com/downloads/details.aspx?familyid=AB99342F-5D1A-413D-8319-81DA479AB0D7&displaylang=en). Maybe it will solve the problem ...


- fincheresque - 2010-01-23

OK, so I did a complete fresh install of Vista. All I have on there is:
Vista
Drivers (Chipset, LAN, Video+Audio, MCE Remote)
EventGhost

I just compiled a version with the patch you just posted (though I also tried with a pre-made build). I've turned on debugging, and here is the log:

log Wrote:http://pastebin.com/m5374cc31

It looks like ffmpeg sees the multiple tracks...but I can't select them within XBMC...

Thanks again!


- blinkseb - 2010-01-23

Oh thanks for the log, I found where the bug is ! Don't really have the time to correct it tonight, but I'll do it tomorrow !

Just for informations, the patch is included in the build! I provide the patch to be conform with the GPL license ! You don't need to recompile everytime !


- fincheresque - 2010-01-23

I appreciate you looking into it.

I just compile myself mostly because I like looking through the code and it's become sort of a habit. Most of it doesn't make a whole lot of sense since I've only recently started messing around with a 'proper' programming language... but it's interesting none-the-less.


- tiben20 - 2010-01-24

nathanjones Wrote:I appreciate you looking into it.

I just compile myself mostly because I like looking through the code and it's become sort of a habit. Most of it doesn't make a whole lot of sense since I've only recently started messing around with a 'proper' programming language... but it's interesting none-the-less.
I started doing that one year ago and now im developing in c++. Im just too sexy Tongue I looked into the debug its really a freaking problem with the evr once again. This is going to be really tricky to get it working perfectly.Running it in a simple window like every other player based on directshow is really easy if you compare to our program environnement.