dfish3d Wrote:Where on the ATV does the log get stored? I'll post mine.
You could check for davilla's signature.
google could also help you.
Bobby Blixberg
Member+ Posts: 363 Joined: Apr 2009 Reputation: 1 |
2010-01-27 11:11
Post: #161
dfish3d Wrote:Where on the ATV does the log get stored? I'll post mine. You could check for davilla's signature. google could also help you. MIFcom Mini-ITX ASUS ION2 | 4GB RAM | 120 GB SSD | XBMCbuntu Philips 42PFL8684 |
| find quote |
dfish3d
Junior Member Posts: 40 Joined: Sep 2008 Reputation: 0 |
2010-01-27 12:00
Post: #162
My apologies.
xbmc log: http://pastebin.com/m25255f9a this is quite lengthy. this includes numerous videos being played. the last 3 or 4 are the AVC1 files that chug. |
| find quote |
coolspot18
Junior Member Posts: 47 Joined: Jan 2010 Reputation: 0 |
2010-01-27 20:13
Post: #163
720P MKV slows down on playback - first couple minutes everything is smooth, then things bog down:
http://pastebin.com/m72ef3472 Movie was played twice. |
| find quote |
oezkan12
Junior Member Posts: 15 Joined: Jan 2010 Reputation: 0 |
2010-01-28 15:10
Post: #164
I'm still onyl see the XBMC Version 9.11 in the Launcher 3.2.2.
defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array http://www.sshcs.com/xbmc/Info.asp did not helped anyway. Could it be that this is temporarly offline? seems that the nighty builds are not available at this moment .. Can someone help? |
| find quote |
tuckbodi
Senior Member Posts: 291 Joined: Oct 2008 Reputation: 5 Location: A beach on Kepler 22-b |
2010-01-29 01:09
Post: #165
Why don't you use the official buildbots nightly?
defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array-add http://mirrors.xbmc.org/nightlies/osx/update_urls.plist |
| find quote |
Raider
Member Posts: 69 Joined: Jan 2010 Reputation: 0 |
2010-01-29 02:46
Post: #166
oezkan12 Wrote:I'm still onyl see the XBMC Version 9.11 in the Launcher 3.2.2. try the official mirrors (see above comment for what you need to do) and reboot your atv... |
| find quote |
zcast
Junior Member Posts: 2 Joined: Jan 2010 Reputation: 0 |
2010-01-29 04:01
Post: #167
Thought I would post here since it's on topic regarding the CrystalHD chip.
So following the guide on Here I am having the issue of my rc.local file adding in periods on the front and back of the kext. The rc.local reads: ./sbin/turbo_atv_enabler.bin. ./sbin/kextload -v /System/Library/Extensions/BroadcomCrystalHD.kext. I had tried this several times before finding out the problem. Finally i took the text in step 7 and paste it to wordpad. Edited out the " used in the syntax, and got it to write successfully on the next attempt. But because of that, my rc.local now reads: /sbin/turbo_atv_enabler.bin ./sbin/turbo_atv_enabler.bin. ./sbin/turbo_atv_enabler.bin. ./sbin/kextload -v /System/Library/Extensions/BroadcomCrystalHD.kext. ./sbin/kextload -v /System/Library/Extensions/BroadcomCrystalHD.kext. /sbin/kextload -v /System/Library/Extensions/BroadcomCrystalHD.kext I am using WinSCP to log onto the ATV to run the commands. There is an "Edit" option when right clicking the file on the ATV, but it doesn't allow me to edit it giving me a "permission denied" error. I also tried copying rc.local to my local drive, editing it locally, then copying it back to /etc but again, it gives me permission errors. Oddly enough though I can copy it to other folders like /tmp and Front_Row. Following the guide, it seems that using " in the step 7 cut and paste is what seems to give people issues, i just can't seem to correct the file. I don't know if this in turn doesn't allow me to download the nightly builds as the option doesn't show under my downloads; as well it doesn't show me the CrystalHD option as a renderer. Any suggestions? -Z |
| find quote |
davilla
Team-XBMC Developer Joined: Feb 2008 Reputation: 58 |
2010-01-29 04:21
Post: #168
zcast Wrote:Thought I would post here since it's on topic regarding the CrystalHD chip. You don't need the period in front when the path is from root of the filesystem Also the period at the end is also wrong. Remove them./sbin/turbo_atv_enabler.bin WinSCP does not have permission to edit something in "/etc". That directory is owned by "root" and you can't login as "root". MediaInfo : http://mediainfo.sourceforge.net/ Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. |
| find quote |
coolspot18
Junior Member Posts: 47 Joined: Jan 2010 Reputation: 0 |
2010-01-29 04:31
Post: #169
FYI, another log with slowdown: http://pastebin.com/m581a0312
|
| find quote |
zcast
Junior Member Posts: 2 Joined: Jan 2010 Reputation: 0 |
2010-01-29 08:22
Post: #170
davilla Wrote:You don't need the period in front when the path is from root of the filesystem Can you give some ideas on how to edit the file and insert it back into /etc ? -Z |
| find quote |