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)



- paco - 2009-12-24

tiben20 Wrote:http://www.multiupload.com/PSHC37L7SR
Changes
-Dont need mfplat.dll anymore
-Vmr9 under xp was crashing sometimes when changing display or toggle full screen but it is fixed now
-Evr renderer is now able to toggle fullscreen and change monitor correctly(Only tested under winxp but it should work under win vista and higher)

Thanks for all the hard work tiben20! Unfortunately, the version in the link you included doesn't work correctly under Windows 7. The file says it is svn 26027 but in the logging, it reports as svn 26021.

The fullscreen/window toggling works, but no files play using DSPlayer (a paused dialog appears in the bottom with a '-' in it. I also see the following errors in my log:

23:10:23 T:992 M:1103675392 NOTICE: Sucess to create DXVA2CreateDirect3DDeviceManager9
23:10:23 T:992 M:1100251136 ERROR: CEvrScheduler::Flush No scheduler thread!
23:10:23 T:992 M:1100251136 ERROR: CEvrScheduler::Flush No scheduler thread!


Keep up the great work! I look forward to trying new versions!


- christoofar - 2009-12-24

hades_2100 Wrote:I'll start it up and let it sit for a few songs. Will let you know.

hades

thanks!
Hey do you have "crossfade between songs" enabled? I do & it crashes I think as it prepares to crossfade between tracks.
I just now tried turning it off & then loading up Party Mode, and with it off it seems to work , at least between the first two tracks so far.

Edit: Yes, without crossfade running Party Mode plays without error


- tiben20 - 2009-12-24

paco Wrote:Thanks for all the hard work tiben20! Unfortunately, the version in the link you included doesn't work correctly under Windows 7. The file says it is svn 26027 but in the logging, it reports as svn 26021.

The fullscreen/window toggling works, but no files play using DSPlayer (a paused dialog appears in the bottom with a '-' in it. I also see the following errors in my log:

23:10:23 T:992 M:1103675392 NOTICE: Sucess to create DXVA2CreateDirect3DDeviceManager9
23:10:23 T:992 M:1100251136 ERROR: CEvrScheduler::Flush No scheduler thread!
23:10:23 T:992 M:1100251136 ERROR: CEvrScheduler::Flush No scheduler thread!


Keep up the great work! I look forward to trying new versions!
the revision is 26026 it almost never rename to the correct revision when i build with win32 setup thing so i just rename manually after building anyway stop posting what you think is important. If you see a real problem post the full log! the 3 debug line you just wrote are always going to happen unless i remove those line from the code


- Tainted - 2009-12-24

>>X<<' Wrote:DSPlayer isn't DVDPlayer is it, DSPlayer uses the audio codec from MPC-HC and people using MPC-HC with win7 and realtek drivers are having problems with 5.1 audio, try using ac3filter with DSPlayer instead

no my point is everything works fine sounds wise, just DSplayers use of the sounds doesnt work.

But you have just pointed out something. On the newer system I dont have MPC-HC installed... this could be the problemHuh


EDIT : So I installed MPC-HC and went back to XMBC and now sound works just fine using DSplayer. learn something new everyday.

Have to say thanks to >>X<< for indirectly pointing out the obvious. Had you not mentioned it uses MPC-HC audio codecs I might not have clicked!!!


- tonyt - 2009-12-24

Just wanted to say many thanks for the latest build(s)

My XBMC is now switching back and forth between 1080p/50 and 1080p/24 flawlessly in dsplayer and I can stop/play/resume fine now too Big Grin

Many thanks
Tony


- &gt;&gt;X&lt;&lt; - 2009-12-24

Tainted Wrote:no my point is everything works fine sounds wise, just DSplayers use of the sounds doesnt work.

But you have just pointed out something. On the newer system I dont have MPC-HC installed... this could be the problemHuh


EDIT : So I installed MPC-HC and went back to XBMC and now sound works just fine using DSplayer. learn something new everyday.

Have to say thanks to >>X<< for indirectly pointing out the obvious. Had you not mentioned it uses MPC-HC audio codecs I might not have clicked!!!

When I said it uses the codecs from mpc-hc I didn't mean you need mpc-hc installed because tiben20 includes those codecs with his build which it loads automatically Smile

Not sure why that solved your problem but it might be a helpful information


- XiniX88 - 2009-12-24

DSPlayer isn't working on Win7.

Some details:
- It's on all .mkv files
- Using a geforce 8600 GT
- Working on DVDPlayer
- Using your latest build
- Got the Realtek audio driver (saw there were more problems with it)
- Some files will play (non .mkv files (probably other vcodec or acodec))

Errorlog:
Quote:13:47:25 T:4532 M:2878787584 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 12
13:55:36 T:4532 M:2782601216 WARNING: DIRECTORY::CVideoDatabaseDirectory::GetLabel - Unknown nodetype requested 12
13:55:42 T:4532 M:2810769408 NOTICE: Successfully loaded C:\Program Files (x86)\XBMC\system\players\dsplayer\dsfilterconfig.xml
13:55:42 T:4532 M:2810777600 NOTICE: CFGLoader::InsertSourceFilter Starting this file with dsplayer "\\derekBig Grinerek17XiniX@firebird\shares\movies\Series\Top Gear\Top Gear - S14E02.mkv"
13:55:42 T:4532 M:2810789888 ERROR: DSPlayer CFGLoader::InsertSplitter Failed to connect the source to the spliter
13:55:42 T:4532 M:2810810368 ERROR: DSPlayer CFGLoader::LoadFilterRules Failed when inserting filters
13:55:42 T:4532 M:2810810368 ERROR: CDSPlayer::OpenFile failed to start this file with dsplayer shares/movies/Series/Top Gear/Top Gear - S14E02.mkv
13:55:42 T:4532 M:2810814464 ERROR: Playlist Player: skipping unplayable item: 0, path [smb://derek:<password....>@firebird/shares/movies/Series/Top Gear/Top Gear - S14E02.mkv]
13:55:43 T:4532 M:2807062528 NOTICE: DSPlayer: waiting for threads to exit



- buzzqw - 2009-12-24

try not using a smb share

BHH


- paco - 2009-12-24

tiben20 Wrote:the revision is 26026 it almost never rename to the correct revision when i build with win32 setup thing so i just rename manually after building anyway stop posting what you think is important. If you see a real problem post the full log! the 3 debug line you just wrote are always going to happen unless i remove those line from the code

No problem. Here is the full log: http://pastebin.com/f27d78a45

Windows 7 32-bit, Nvidia 8500GT 195.62, DTS + AC3 passthrough


- tiben20 - 2009-12-24

XiniX88 Wrote:DSPlayer isn't working on Win7.

Some details:
- It's on all .mkv files
- Using a geforce 8600 GT
- Working on DVDPlayer
- Using your latest build
- Got the Realtek audio driver (saw there were more problems with it)
- Some files will play (non .mkv files (probably other vcodec or acodec))

Errorlog:
Just forgot to add support for converting windows share that has login and password in the smb path ill do that for the next build


- tiben20 - 2009-12-24

paco Wrote:No problem. Here is the full log: http://pastebin.com/f27d78a45

Windows 7 32-bit, Nvidia 8500GT 195.62, DTS + AC3 passthrough

Paco what was happening exactly with the pause dialog you were talking about print screen would be the best way too show me the problem


- christoofar - 2009-12-24

Tiben

You should take a break on this & go enjoy some holiday things!


- tiben20 - 2009-12-24

christoofar Wrote:Tiben

You should take a break on this & go enjoy some holiday things!

im working today people need to eat Tongue
By the way just to let everyone know im almost done with coding the renderers(by coding i mean fix the many bugs i had in both renderers) I think ill go for coding a xbmc audio renderer that would fix many people bugs wasapi would be a good addons Tongue


- Tainted - 2009-12-24

>>X<<' Wrote:When I said it uses the codecs from mpc-hc I didn't mean you need mpc-hc installed because tiben20 includes those codecs with his build which it loads automatically Smile

Not sure why that solved your problem but it might be a helpful information

I dont know either. My understanding was all the codecs were inside the dsplayer directory. Looking at the xml the files it references are there?

Installed MPC-HC, ran it and played a video using it. Shut it down and fired up XBMC and voila. Sound working!! It's weird.


- christoofar - 2009-12-24

Tiben

Still not understanding what you told me:

"You modified the playcorefactory that could be a problem "

How did I do this? I have no idea where I would even begin to if I wanted to!
:confused2: