[PATCHES] PPC (PowerPC) Linux support for powerpc-linux and powerpc64-linux targets
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-11-11 12:32
Post: #91
that's simple. don't strip the binary.
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 |
sfar
Junior Member Posts: 12 Joined: Aug 2010 Reputation: 0 |
2010-11-11 13:20
Post: #92
spiff Wrote:that's simple. don't strip the binary. Ok. I added "--strip=no" to the options for checkinstall which installed an unstripped xbmc binary. Updated crashlog here: http://pastebin.com/3Jh4X2s1 Definitely looks like it is something in the altivec implementation that causes the crash. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-11-11 13:45
Post: #93
right, definitely altivec issues. can you try the same stream using a recent ffplay and see if it crashes. if it does, i need to send you upstream.
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 |
sfar
Junior Member Posts: 12 Joined: Aug 2010 Reputation: 0 |
2010-11-11 15:02
Post: #94
spiff Wrote:right, definitely altivec issues. can you try the same stream using a recent ffplay and see if it crashes. if it does, i need to send you upstream. The version of xbmc that I'm using is the latest svn release for the pvr-testing2 branch. Is that not recent enough, or do you want me to build from the latest trunk release? |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-11-11 15:08
Post: #95
uhm, i want you to build from the ffmpeg svn.
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 |
sfar
Junior Member Posts: 12 Joined: Aug 2010 Reputation: 0 |
2010-11-15 16:16
Post: #96
spiff Wrote:uhm, i want you to build from the ffmpeg svn. Ok. I tried running ffplay from the ubuntu ffmpeg repository and it worked fine. Then I went into the ffmpeg subdirectory of xbmc and reconfigured to get an ffplay executable. When running this executable on a mkv file it crashed. So there is definitely some issue unique to the xbmc branch of ffmpeg. Since I couldn't get this to work, I instead focused on getting xbmc to compile using the external ffmpeg. I got this to work by removing the following line from DVDDemuxPVRClient.cpp: PHP Code: else if (props->stream[i].codec_id == CODEC_ID_DVB_TELETEXT)With external ffmpeg enabled xbmc successfully launches a video, but crashes when exiting the movie. Also, it consumes between 80-95% cpu during playback. At this point, I have decided to discontinue my efforts to get xbmc to work under ubuntu and will instead reinstall OSX 10.5 on my mac mini to try that route instead. Thanks for your help! |
| find quote |

Search
Help