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)



- benogil - 2010-11-19

Tiben,

Wonderful, can I suggest you include CUDA for those of us with Ion systems ?

Thansk,

Ben


- >>X<< - 2010-11-19

benogil Wrote:Tiben,

Wonderful, can I suggest you include CUDA for those of us with Ion systems ?

Thansk,

Ben

DSPlayer + Haali + CoreAVC (CUDA) works perfectly on an ION system


- therealjoeblow - 2010-11-19

tiben20 Wrote:lol un autre moi je suis du québec.

Another french developing under windows.

Could you keep development related reply in the development thread http://forum.xbmc.org/showthread.php?tid=59610

lol, small world my fellow cannuck - I'm just 2 provinces west of you (MB)!

Cheers
The REAL Joe


- tiben20 - 2010-11-19

benogil Wrote:Tiben,

Wonderful, can I suggest you include CUDA for those of us with Ion systems ?

Thansk,

Ben
as soon as i fix the last bugs with the "serialize/deserialize" for saving the config its going for a public release.
by cuda you mean coreavc with cuda?


- SpectreX - 2010-11-19

@tiben20 - Looks great Tiben, can`t wait for the next release. Regarding CoreAVC and CUDA, i fail to see what use does it have when DXVA works just fine, and does basically the same thing ( from the end-user point of view, not the tech behind actual decoder)

Quick question : Will the next release of DS Player include updated MPC-HC filters? Because since the last one, MPC-HC have released a stable/non-svn build (1.2.499).


- blinkseb - 2010-11-19

SpectreX Wrote:@tiben20 - Looks great Tiben, can`t wait for the next release. Regarding CoreAVC and CUDA, i fail to see what use does it have when DXVA works just fine, and does basically the same thing ( from the end-user point of view, not the tech behind actual decoder)

The whole point of cuda is for those who can't do dxva Wink Indeed, cuda and dxva are similar, but you can do postprocessing with cuda, but not with dxva, so it may be interesting.

Quote:Quick question : Will the next release of DS Player include updated MPC-HC filters? Because since the last one, MPC-HC have released a stable/non-svn build (1.2.499).

Probably yes, but the final goal is to get rid of those filters for internal filters.


- liquidskin76 - 2010-11-19

liquidskin76 Wrote:@tiben
@seb

Not sure if you are aware of this one...

When enabling the 'Allow control of XBMC via HTTP' option in Network Settings, XBMC crashes with a Windows 'XBMC has stopped working' error.

Dharma beta 4 is fine (haven't tested latest trunk, however i expect its fine as Dharma beta is ok Wink). Here's a debug log...

http://pastebin.com/download.php?i=UTWX41Nw

I'm on build 34948. Perhaps it was trunk related, and is sorted in a later trunk build and a merge is needed?

Cheers

blinkseb Wrote:Weird, it has been fixed a while ago. Can you try to do a full rebuild?

The webserver isn't crashing here with Visual studio 2010, but i'll look at it when i've some time.

Hi Seb,

Did you have any luck looking at this? Still happening in lastest compile/build. Dharma RC1 and SVN are fine.

Many thanks


- blinkseb - 2010-11-19

liquidskin76 Wrote:Hi Seb,

Did you have any luck looking at this? Still happening in lastest compile/build. Dharma RC1 and SVN are fine.

Many thanks

Just did, and no luck, everything works fine here, no crash at all. Can you try a full checkout and try to rebuild ?


- liquidskin76 - 2010-11-19

blinkseb Wrote:Just did, and no luck, everything works fine here, no crash at all. Can you try a full checkout and try to rebuild ?

Ok, will do. I'll let you know.

Thanks


- liquidskin76 - 2010-11-20

Hey Seb,

Cheers, that did it.

Thanks


- Nektarios - 2010-11-20

I want to chain CoreAVC for decoding and ffdshow for postprocessing. This is possible with MPC-HC and it works fine but I haven't managed to make it work with xbmc dsplayer.

The way I do it with MPC-HC is to setup ffdshow to disable the H.264/AVC codec in the codecs tab and to set CoreAVC in the preferred filters of MPC-HC.

Does anyone know how I can make it work with xbmc? I use version 33619 and dsplayer.


- blinkseb - 2010-11-20

Nektarios Wrote:I want to chain CoreAVC for decoding and ffdshow for postprocessing. This is possible with MPC-HC and it works fine but I haven't managed to make it work with xbmc dsplayer.

The way I do it with MPC-HC is to setup ffdshow to disable the H.264/AVC codec in the codecs tab and to set CoreAVC in the preferred filters of MPC-HC.

Does anyone know how I can make it work with xbmc? I use version 33619 and dsplayer.

Same thing with dsplayer. Make sure that ffdshow does not decode h264, and add it as an extra filter to filtersconfig.xml :

Code:
<extra>ffdvideodec</extra>



- Nektarios - 2010-11-20

Thank you, it worked! Smile

For the record the right syntax was:

Code:
<extra filter="ffdvideodec" />



- hr21 - 2010-11-21

hi all..

newb here.

quick q as im using linux based xbmc right now, but i want to get the wireless working on my acer revo and i dont know if it works in linux tbh.

i know it will work under windows, so essentially i use my revo for this,

watching 1080p videos, tv series etc. and also as a little d/l rig.

would it be easy enough for directshow to work with this?


- tiben20 - 2010-11-22

Here come the source of the dsplayer config editor
http://dsplayer.passion-xbmc.org/DsplayerConfigEditor/DSPlayerConfigEditor_src.rar
done in vb.net
testing files is working and also changing filters from the rules list and saving those change