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)



- alda - 2010-01-30

Hi, I'm new here.
I tried red this 164 pages, but on the end I have one question.

My system is Nvidia Ion with Atom 330, Is there any way how run xbmc with hardware acceleration ( dxva or cuda )?

If yes, please can you write mw how can I do it ?

Thanks

Alda


- oldpainless - 2010-01-30

Hi Guys,

Thanks for the new build...however....I'm still getting ERROR: Exception in CApplication, debug log here http://pastebin.com/m1b7b517f

Also, the time go-to function seems to be borked with dsplayer in this build.

Lastly, any chance of a change log with future builds?

Cheers

K


- blinkseb - 2010-01-30

Here we go, new build.

Support for chapters added (tested only on one mkv file) ! Don't forget to join debug log file with your bugs reports !

Have fun !

New build : http://dsplayer.passion-xbmc.org/XBMCSetup-Rev27290-dx.exe

Patch file : http://pastebin.com/m19f81336

We don't maintain a change log, but I think it's a great idea!


- rufrothy - 2010-01-30

blinkeb Wrote:The splitter and the video decoder can't connect together :
Code:
# DEBUG: CFGManager::ConnectDirect Trying to connect Mpeg Source.Video pin to mpeg2 Video Decoder.Video
# DEBUG: CFGManager::ConnectDirect Failed !

Can you change the dsfilterconfig.xml? Replace the "videodec" attribute in the rule tag "ts" from "mpeg2videodec" to "ffdvideodec". Be sure ffdshow accepts mpg files (codec property page)

Thanks for the prompt reply...

Not sure about the 2nd sentence about the core property page but I made the change the dsfilterconfig.xml and unfortunately it just hangs pretty hard... Had to hard reset the box to recover...

log below....

http://pastebin.com/m5ec2bb9a

Sean


- rufrothy - 2010-01-30

alda Wrote:Hi, I'm new here.
I tried red this 164 pages, but on the end I have one question.

My system is Nvidia Ion with Atom 330, Is there any way how run xbmc with hardware acceleration ( dxva or cuda )?

If yes, please can you write mw how can I do it ?

Thanks

Alda

There are a couple of approaches....

some folks are using external players linked into XBMC like MPC-HC

you can read about setting that up here....

http://www.avsforum.com/avs-vb/showthread.php?t=1185529

or most of us here are trying to use the dsplayer to do the same thing without resorting to external players. dsplayer is largely still work in progress but many here are having great success. the instructions for getting started are in post 1 of this thread.

Sean


- blinkseb - 2010-01-30

rufrothy Wrote:Thanks for the prompt reply...

Not sure about the 2nd sentence about the core property page but I made the change the dsfilterconfig.xml and unfortunately it just hangs pretty hard... Had to hard reset the box to recover...

log below....

http://pastebin.com/m5ec2bb9a

Sean

Seems like your dsfilterconfig.xml file is broken. Can you post it here? The rule tag must look like this :
Code:
<rule filetypes="ts" source="mpegsource" splitter="mpegsplitter" videodec="ffdvideodec" audiodec="mpaaudiodec"/>



- Kurzweil - 2010-01-30

Boxee source code has been released today if anyone's interested in how they do acceleration.

There's a post in the announcements section of their forums FWIW.


- oldpainless - 2010-01-30

This build is completely borked on my winxp machine...debug log http://pastebin.com/d254538da

K


- blinkseb - 2010-01-30

oldpainless Wrote:This build is completely borked on my winxp machine...debug log http://pastebin.com/d254538da

K

ts file playback seems to be broken. Try to use ffdshow.

For the mkv file :
Code:
#
17:12:35 T:1868 M:1091465216   DEBUG: DShowUtil::LoadExternalObject CoLoadLibrary fails : 126
#
17:12:35 T:1868 M:1091461120   ERROR: CFGFilterFile::Create Failed to load external filter (clsid:{55DA30FC-F16B-49FC-BAA5-AE59FC65F82D} path:C:\Program Files\Haali\MatroskaSplitter\splitter.ax)

Error code 126 means "The specified module could not be found". The path is correct ? Try to use mkvsource instead of haali.


- oldpainless - 2010-01-30

blinkeb Wrote:ts file playback seems to be broken. Try to use ffdshow.

For the mkv file :
Code:
#
17:12:35 T:1868 M:1091465216   DEBUG: DShowUtil::LoadExternalObject CoLoadLibrary fails : 126
#
17:12:35 T:1868 M:1091461120   ERROR: CFGFilterFile::Create Failed to load external filter (clsid:{55DA30FC-F16B-49FC-BAA5-AE59FC65F82D} path:C:\Program Files\Haali\MatroskaSplitter\splitter.ax)

Error code 126 means "The specified module could not be found". The path is correct ? Try to use mkvsource instead of haali.

Ok...stayed away from my TS files for the moment.....still fell over on mkv's (yes..haali is now installed...but, when i killed xbmc, I was left with 5 haali icons on my tray....is xbmc closing the apps api's/ax that it calls?)...#

Debug log http://pastebin.com/d253abcd6

on a side note....whilst it worked, i did notice the fps was rock solid calling haali for mkv's.

K

UPDATE: Seb, before you respond....give me some time...I've just changed the ts rule to use haali and mpc and so far...looking good...although I still think I will have the dx error.


- blinkseb - 2010-01-30

oldpainless Wrote:Ok...stayed away from my TS files for the moment.....still fell over on mkv's (yes..haali is now installed...but, when i killed xbmc, I was left with 5 haali icons on my tray....is xbmc closing the apps api's/ax that it calls?)...#

Debug log http://pastebin.com/d253abcd6

on a side note....whilst it worked, i did notice the fps was rock solid calling haali for mkv's.

K

UPDATE: Seb, before you respond....give me an hour...I've just changed the ts rule to use haali and mpc and so far...looking good...although I still think I will have the dx error.

Sounds good. I don't understand the exception in FrameMove, but i'll investigate!

We currently have a problem in cleaning the graph (that why there's 5/6 haali icon in the tray). ffdshow remove itself fine, but haali made xbmc crash Sad

Thanks anyway for the logs, very helpfull !


- oldpainless - 2010-01-30

blinkeb Wrote:Sounds good. I don't understand the exception in FrameMove, but i'll investigate!

We currently have a problem in cleaning the graph (that why there's 5/6 haali icon in the tray). ffdshow remove itself fine, but halli made xbmc crash Sad

Thanks anyway for the logs, very helpfull !

Ok....apart from the error that you know about :

19:00:19 T:308 M:956383232 ERROR: exception in CApplication::Render()
19:00:19 T:308 M:956383232 ERROR: m_pD3DDevice->BeginScene() failed

Rock solid....If only you could sort the above out...

K


- christoofar - 2010-01-30

alda Wrote:Hi, I'm new here.
I tried red this 164 pages, but on the end I have one question.

My system is Nvidia Ion with Atom 330, Is there any way how run xbmc with hardware acceleration ( dxva or cuda )?

If yes, please can you write mw how can I do it ?

Thanks

Alda

Do you have XP on your ION? If so, Tiben's builds w/ dsplayer seem to work well with it. Give it a try.


- gorgone - 2010-01-30

no luck with the new 27290 build

Access violation :-(

http://pastebin.de/3602


- blinkseb - 2010-01-30

Thanks for the log, I think i've found where the bug is.

The graph can't connect mpcvideodec, can't you please try with ffdshow and post a new log ?

I will upload a new build soon !