No multithreaded Video decoding on XBMC INTREPID version (in-depth testing)
motd2k
Team-XBMC Developer Posts: 666 Joined: Dec 2008 Reputation: 0 Location: England |
2009-01-05 16:41
Post: #31
xbmc.bin is 0
|
| find quote |
alanwww1
Team-XBMC Member Joined: Nov 2008 Reputation: 31 Location: Hungary |
2009-01-05 18:08
Post: #32
I found this interesting thread at AVS forum. Where someone succesfully having "killa sample" playing with 70% core utilization with Fedora Core 10 and the new 2.6.27-9 kernel. Maybe there is light...
Unfortunatelly i am totally not familiar with Fedora and rpm package management. Can someone try it out if it's really working there ? This case i think we can really narrow down the problem. Link: http://www.avsforum.com/avs-vb/showthrea...st15378996 |
| find quote |
motd2k
Team-XBMC Developer Posts: 666 Joined: Dec 2008 Reputation: 0 Location: England |
2009-01-05 22:22
Post: #33
Fedora 10, with updates, and Nvidia 177.82, and SVN XBMC has exactly the same problem... uname -r reports...
2.6.27.9-159.fc10.i686 Edit: The guy in the thread you mentioned is running an Intel CPU, im still wondering if this is an AMD only thing. Edit2: Found a workaround. Line 152 in xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp reads like this... PHP Code: int num_threads = std::min(8 /*MAX_THREADS*/, g_cpuInfo.getCPUCount()); Change it to this... PHP Code: int num_threads = std::min(8 /*MAX_THREADS*/, g_cpuInfo.getCPUCount()+2); and you should find it using much more CPU, also I found a fairly significant reduction in dropped frames.
(This post was last modified: 2009-01-05 22:52 by motd2k.)
|
| find quote |
alanwww1
Team-XBMC Member Joined: Nov 2008 Reputation: 31 Location: Hungary |
2009-01-05 22:54
Post: #34
No i am having same issues with intel core 2 duo e8400.
![]() I am really clueless again. |
| find quote |
alanwww1
Team-XBMC Member Joined: Nov 2008 Reputation: 31 Location: Hungary |
2009-01-05 23:00
Post: #35
motd2k Wrote: Thanks, i will test it tonight. |
| find quote |
alanwww1
Team-XBMC Member Joined: Nov 2008 Reputation: 31 Location: Hungary |
2009-01-06 02:24
Post: #36
I've just read on Phoronix, that FFMPEG gets mainline VDPAU support. If this could maybe implemented into XBMC than we won't have to worry about multithreaded decoding at all
![]() http://www.phoronix.com/scan.php?page=ne...&px=Njk3MQ |
| find quote |
tslayer
Team-XBMC Developer Joined: Oct 2003 Reputation: 12 |
2009-01-06 02:39
Post: #37
And a simple search on these forums would have found you a thread dedicated to a discussion on vpdau.
Just search for : vpdau. Magic ![]() If you want more specifics about the technical difficulties, here you go: http://forum.xbmc.org/showpost.php?p=264...tcount=168 42.7% of all statistics are made up on the spot Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
mr_raider
Member Posts: 84 Joined: Dec 2008 Reputation: 0 |
2009-01-06 03:28
Post: #38
motd2k Wrote:Edit2: Found a workaround. Line 152 in xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecFFmpeg.cpp reads like this... Did you just do this to the file in your ~/XBMC directory or did you recompile after that? |
| find quote |
tslayer
Team-XBMC Developer Joined: Oct 2003 Reputation: 12 |
2009-01-06 03:32
Post: #39
Of course you need to recompile. That is XBMC source code.
42.7% of all statistics are made up on the spot Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |
mr_raider
Member Posts: 84 Joined: Dec 2008 Reputation: 0 |
2009-01-06 04:38
Post: #40
I'm already using a build compiled from source. I didn't use synaptic to install. Can I jus make + make install on top of it or do I have to remove the old install?
|
| find quote |




Search
Help