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)



- synci - 2010-01-03

Okay here is the log from the htpc machine, when i turn on Audio Digital it stops the movie when ill play forward/rewind, and when i set it to Analog, it works.

http://pastebin.com/m1ecbff0a

And this is the mediainfo from the mkv i played:

http://pastebin.com/m160f84c2


- tiben20 - 2010-01-03

synci Wrote:Okay here is the log from the htpc machine, when i turn on Audio Digital it stops the movie when ill play forward/rewind, and when i set it to Analog, it works.

http://pastebin.com/m1ecbff0a

And this is the mediainfo from the mkv i played:

http://pastebin.com/m160f84c2

DEBUG: CDSGraph::HandleGraphEvent EC_ERRORABORT
I remember having a function that i did add to the player but didnt retouch it at all after that. http://msdn.microsoft.com/en-us/library/dd407027(VS.85).aspx
the only thing i ddi it get the seeking capabilities without really doing something with them. Thank you for the report


- synci - 2010-01-03

Okay, and now ? Smile


- -Sumo- - 2010-01-03

synci Wrote:Okay, and now ? Smile

Give him a little time and be patient! You wont be forgotten...Wink


- tiben20 - 2010-01-03

synci Wrote:Okay, and now ? Smile
Now you use what is not crashing or take a book of c++ read it, after go on microsoft read the directshow api, do some testing post a patch and i will be happy Tongue

No seriously right now im working on a major switch of almost every file of the project to get rid of atl/mfc, if you dont know what its going to do, its going to make visual c++ express 2008 able to compile the project.


- synci - 2010-01-03

tiben20 Wrote:Now you use what is not crashing or take a book of c++ read it, after go on microsoft read the directshow api, do some testing post a patch and i will be happy Tongue

No seriously right now im working on a major switch of almost every file of the project to get rid of atl/mfc, if you dont know what its going to do, its going to make visual c++ express 2008 able to compile the project.

Hmm, okay, i think its better you will fix it, i cant read Tongue


- tiben20 - 2010-01-03

synci Wrote:Hmm, okay, i think its better you will fix it, i cant read Tongue
Yeah its almost the same for me, i hate reading i prefer testing

Still 47 CAtlList to remove and then im going for the 175 CComPtr to remove :S


Promising Results - keithskaggs - 2010-01-03

Just tried the XBMCSetup-Rev26269-dx version on a very low end laptop. here are the laptop specs.

AMD Turion 64x2 1.6Ghz
2GB RAM
NVIDIA GeForce GO 6150
Windows 7 Professional 32 bit

Playing 720p H264 averages a 10% - 20% decrease in processor utilization (fps steady with or without at 24)
Playing 1080p killasample framerates increase 4-6 fps (from 10-12fps to 14-16fps), processor utilization again drops 10% - 20%.

Can't wait to try this on a system with a better video card.

Audio worked without any modification.

Keith


- synci - 2010-01-03

@tiben20

What is the best OS, or what do you recommend for your xbmc-dx release ?
Just for xvids, 720p/1090p mkvs, mp3 ? I dont use any third party software, just xbmc, bought a dedicated BD Player, so my htpc is only for files, Bluray and DVD isnt needed !

And whats the setup ? Just install OS, drivers and xbmc-dx ? No codecs or other software ?


- >>X<< - 2010-01-03

synci Wrote:@tiben20

What is the best OS, or what do you recommend for your xbmc-dx release ?
Just for xvids, 720p/1090p mkvs, mp3 ? I dont use any third party software, just xbmc, bought a dedicated BD Player, so my htpc is only for files !

And whats the setup ? Just install OS, drivers and xbmc-dx ? No codecs or other software ?

They all work great for me under XP I'm actually running XP Pro


- synci - 2010-01-03

No codecs installed or anything else for xbmc-dx ? Any special modification under xp pro ? Is 24p working correctly ? Audio is sync ?
Which xbmc-dx rev do you use ?


Low end laptop - keithskaggs - 2010-01-03

synci Wrote:No codecs installed or anything else for xbmc-dx ? Any special modification under xp pro ? Is 24p working correctly ? Audio is sync ?
Which xbmc-dx rev do you use ?

OS is Windows 7 Professional 32 bit

I did nothing other than download the rev mentioned in the previous post. I already had Camelot installed and configured the way I like it. I uninstalled Camelot but left my profile. Then I installed this version. I created the AdvancedSettings.xml file and inserted the code mentioned a few posts earlier. Then I tested it with KillaSample and Braveheart (720p).

I have always been able to play 720p content on this laptop but never 1080p at an acceptable frame rate. Also the audio would get stuck a few seconds in and repeat 1-2 seconds over and over while video continued to play in 1080p (Sample-Cloverfield.2008.1080p.BluRay.DTS.x264-CtrlHD). With this mod, the audio does not get stuck but video lags 3 or 4 seconds behind the audio.

Audio on 720p is in sync. No other codecs were installed.

Keith


- >>X<< - 2010-01-03

synci Wrote:No codecs installed or anything else for xbmc-dx ? Any special modification under xp pro ? Is 24p working correctly ? Audio is sync ?
Which xbmc-dx rev do you use ?

I had audio sync problems with 24fps running at 24Hz but setting Video Clock (Drop/Dupe Audio) stopped it in any case that's probably going to be different for everyone different screens gpu and drivers etc

No you don't need to install anything other than the os

I'm using the build below

http://forum.xbmc.org/showpost.php?p=464714&postcount=750


- needtotest - 2010-01-03

tiben20 Wrote:Now you use what is not crashing or take a book of c++ read it, after go on microsoft read the directshow api, do some testing post a patch and i will be happy Tongue

No seriously right now im working on a major switch of almost every file of the project to get rid of atl/mfc, if you dont know what its going to do, its going to make visual c++ express 2008 able to compile the project.

I was dumb enough to get the vs express 2010 beta 2 - after that I got all the source from the branch and it was not ready for 2010 (I know it is beta - kinda like xbmc always is Smile ) I was just thinking... if I should start and look at c++ again (I have not looked at it for 10 years) it could just as well be the latest version.

Anybody who have a working project file (folder) for this or the main branch?

/needtotest


- -Sumo- - 2010-01-03

Am I the only one whos having problems with 26269 on win7 and not playable mkv when 2 or more audio tracks in them...Huh