<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Chris Carey &#187; AppleTV</title>
	<atom:link href="http://chriscarey.com/wordpress/category/apple/appletv/feed/" rel="self" type="application/rss+xml" />
	<link>http://chriscarey.com/wordpress</link>
	<description>Software Developer, Salt Lake City</description>
	<lastBuildDate>Tue, 27 Jul 2010 04:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>AppleTV 3.0.1 works well, so far</title>
		<link>http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/</link>
		<comments>http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 18:36:14 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/</guid>
		<description><![CDATA[Upgraded to AppleTV 3.0.1 last night, installed the mods. Everything is going well so far! Have all features working such as AFP, SSH, full Codec support thanks to Perian, plus the new 3.0 menu system and iPhone Remote.]]></description>
			<content:encoded><![CDATA[<p><img src="http://chriscarey.com/wordpress/wp-content/uploads/2009/11/appletv30menu-300x168.png" alt="appletv30menu" title="appletv30menu" width="300" height="168" class="alignleft size-medium wp-image-483" />Upgraded to AppleTV 3.0.1 last night, installed the mods. Everything is going well so far! Have all features working such as AFP, SSH, full Codec support thanks to Perian, plus the new 3.0 menu system and iPhone Remote.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/11/08/appletv-3-0-1-works-well-so-far/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AppleTV 2.4 Black Screen when playing video</title>
		<link>http://chriscarey.com/wordpress/2009/07/09/appletv-2-4-black-screen-when-playing-video/</link>
		<comments>http://chriscarey.com/wordpress/2009/07/09/appletv-2-4-black-screen-when-playing-video/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 03:25:46 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=395</guid>
		<description><![CDATA[After upgrading to AppleTV 2.4 and installing Perian, I no longer can play Apple videos. The device just shows a black screen. Sometimes there is sound. Edit: found a fix from westont on AwkwardTV: Sure enough, looking in the /System/Library/QuickTime folder I found a &#8216;Disabled&#8217; folder had been created. This folder contained the &#8216;QuickTimeH264.component&#8217; file [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading to AppleTV 2.4 and installing Perian, I no longer can play Apple videos. The device just shows a black screen. Sometimes there is sound.</p>
<p>Edit: found a fix from westont on AwkwardTV:</p>
<p>Sure enough, looking in the /System/Library/QuickTime folder I found a &#8216;Disabled&#8217; folder had been created. This folder contained the &#8216;QuickTimeH264.component&#8217; file which had clearly been moved there by something. Moving this file back to the /System/Library/QuickTime folder and rebooting the ATV got everything working again.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/07/09/appletv-2-4-black-screen-when-playing-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Streaming a webcam in Linux with VLC</title>
		<link>http://chriscarey.com/wordpress/2009/01/04/streaming-a-webcam-in-linux-with-vlc/</link>
		<comments>http://chriscarey.com/wordpress/2009/01/04/streaming-a-webcam-in-linux-with-vlc/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 20:55:28 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=337</guid>
		<description><![CDATA[I wanted a simple way to make my Linux security camera server stream live video to my TV. The server ususally runs &#8220;motion&#8221;. I disable motion, and launch this command on the server: vlc v4l:/dev/video0:size=640&#215;480:channel=1:norm=ntsc:fps=12 &#8211;sout &#8216;#transcode{vcodec=mp4v,vb=768,scale=1}:duplicate{dst=std{access=mmsh,mux=asfh,dst=:8080}}&#8217; -v &#8211;noaudio and this on a Linux client to test: mmsh://10.4.4.25:8081/ Then, once that is all working, I [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted a simple way to make my Linux security camera server stream live video to my TV.</p>
<p>The server ususally runs &#8220;motion&#8221;. I disable motion, and launch this command on the server:</p>
<blockquote><p>vlc v4l:/dev/video0:size=640&#215;480:channel=1:norm=ntsc:fps=12 &#8211;sout &#8216;#transcode{vcodec=mp4v,vb=768,scale=1}:duplicate{dst=std{access=mmsh,mux=asfh,dst=:8080}}&#8217; -v &#8211;noaudio</p></blockquote>
<p>and this on a Linux client to test:</p>
<blockquote><p>mmsh://10.4.4.25:8081/</p></blockquote>
<p>Then, once that is all working, I use VLC on the AppleTV to play the video to the TV. I used iScripts to get it launching.</p>
<p>The only problem I have right now is a 8 or so second delay.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2009/01/04/streaming-a-webcam-in-linux-with-vlc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AppleTV &#8211; Got System Prefs working!</title>
		<link>http://chriscarey.com/wordpress/2008/10/25/appletv-got-system-prefs-working/</link>
		<comments>http://chriscarey.com/wordpress/2008/10/25/appletv-got-system-prefs-working/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 23:29:28 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=293</guid>
		<description><![CDATA[Fixed System Preferences.app on Take 2: You have to copy PreferencePanes.framework from your Tiger disks. Copy them to /System/Library/Frameworks/ This is going to lead the way to me getting the Ethernet port sharing Internet over to the XBOX. So I can get rid of the extra unneeded WiFi box under the TV.]]></description>
			<content:encoded><![CDATA[<p>Fixed System Preferences.app on Take 2:</p>
<p>You have to copy PreferencePanes.framework from your Tiger disks. Copy them to /System/Library/Frameworks/</p>
<p>This is going to lead the way to me getting the Ethernet port sharing Internet over to the XBOX. So I can get rid of the extra unneeded WiFi box under the TV.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/10/25/appletv-got-system-prefs-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBMC and Boxee on AppleTV</title>
		<link>http://chriscarey.com/wordpress/2008/10/13/xbmc-and-boxee-on-appletv/</link>
		<comments>http://chriscarey.com/wordpress/2008/10/13/xbmc-and-boxee-on-appletv/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 16:44:19 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=290</guid>
		<description><![CDATA[XBMC on AppleTV is fantastic. It&#8217;s polished. It&#8217;s stable. It just works. Boxee was a bit too Alpha quality at this time. The social aspect of it is a bit more scary than useful. I&#8217;m not going to do a huge writeup on the features of each of these applications. I just want to say [...]]]></description>
			<content:encoded><![CDATA[<p>XBMC on AppleTV is fantastic. It&#8217;s polished. It&#8217;s stable. It just works.<br />
Boxee was a bit too Alpha quality at this time. The social aspect of it is a bit more scary than useful.<br />
I&#8217;m not going to do a huge writeup on the features of each of these applications. I just want to say that XBMC is fantastic and it&#8217;s my new favorite app on AppleTV.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/10/13/xbmc-and-boxee-on-appletv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend AppleTV Modding</title>
		<link>http://chriscarey.com/wordpress/2008/10/05/weekend-appletv-modding/</link>
		<comments>http://chriscarey.com/wordpress/2008/10/05/weekend-appletv-modding/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 04:12:57 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=248</guid>
		<description><![CDATA[These are the steps I take to mod the AppleTV. There are a ton of howtos out there and this is mainly a resource for myself to remember how to do it. I hope it helps someone else mod their AppleTV. Please send me anything I missed! Factory Restore Mine factory restores back to 2.0.1 [...]]]></description>
			<content:encoded><![CDATA[<p>These are the steps I take to mod the AppleTV. There are a ton of howtos out there and this is mainly a resource for myself to remember how to do it. I hope it helps someone else mod their AppleTV. Please send me anything I missed!<br />
<span id="more-248"></span></p>
<p><strong>Factory Restore</strong><br />
Mine factory restores back to 2.0.1</p>
<p><strong>Optionally Update to AppleTV version 2.2</strong><br />
When I attempted upgrade to 2.2, I lost the ability to mount external USB. I have since reverted to 2.0.1. I&#8217;d like to get back to 2.1 somehow.<br />
Edit: Nito showed me how: <a href="http://wiki.awkwardtv.org/wiki/Take_2.0_Upgrade">Howto Upgrade to 2.1</a></p>
<p><strong>Use the Patchstick</strong><br />
This USB Patchstick enables SSH on the AppleTV and also does some kernel patches.<br />
(TODO: link needed to USB file)<br />
Edit: Check out atv-usb creator <a href="http://code.google.com/p/atvusb-creator/">here</a></p>
<p><strong>Connect to SSH</strong><br />
Test that SSH is working. Exchange ssh keys for easier logins</p>
<p><strong>Upload NitoTV via SCP.</strong><br />
scp nito056 frontrow@AppleTV.local</p>
<p><strong>Run the NitoTV installer</strong><br />
ssh to the AppleTV. change dir into the nito folder and run the installer with sudo privileges or as root</p>
<p><strong>Upload ~/Documents via SCP</strong><br />
Here, some important disk images need to appear in order for NitoTV&#8217;s Smart Installer to work. Smart installer is a script within NitoTV which installs 50+ mods/patches that you definitely want working.<br />
The disk image file names are:<br />
MacOSXUpdCombo10.4.9Intel.dmg<br />
recovery.dmg<br />
(TODO:  links)</p>
<p><strong>Run Nito Install Software</strong><br />
Up to this point, all of these things are done on your PC or via SSH on the AppleTV. Now is where you switch over to your AppleTV remote. You should have NitoTV on your AppleTV main menu now. Go over there and run it. </p>
<p>We&#8217;re going to run Install Software from within NitoTV. I think the option is somewhere down in Settings. Run Perian install. Run mplayer codec install. Run Smart Installer.</p>
<h3>At this point, AFP file sharing, External USB Disks and all media codecs should be set up. You&#8217;re pretty much fully modded. After this point are just extra nice stuff.</h3>
<p><strong>Enable VNC</strong><br />
<a href="http://wiki.awkwardtv.org/wiki/index.php?title=Enable_Remote_Desktop_(VNC)">http://wiki.awkwardtv.org/wiki/index.php?title=Enable_Remote_Desktop_(VNC)</a></p>
<p><strong>Disable Updates</strong><br />
<code>sudo bash -c 'echo "127.0.0.1       mesu.apple.com" &gt;&gt; /etc/hosts'</code></p>
<p><strong>Install Firefox</strong></p>
<p>http://wiki.awkwardtv.org/wiki/Firefox</p>
<p><strong>Install vim</strong></p>
<p>http://wiki.awkwardtv.org/wiki/Install_SU_and_VI</p>
<p><strong>Install Boxee</strong></p>
<p>http://howto.wired.com/wiki/Hack_Your_Apple_TV_With_Boxee</p>
<p><strong>Install Flash</strong></p>
<p>http://www.applecorellc.com/forum/viewtopic.php?f=10&amp;t=53</p>
<p><strong>Install XBMC (failed)</strong></p>
<p>http://xbmc.org/forum/showthread.php?t=37345</p>
<p><strong>General Modding Snippets</strong></p>
<p><strong>Mount drive as Read/Write</strong><br />
root@appletv# mount -o remount,rw /dev/disk0s3 /</p>
<p><strong>General Links</strong></p>
<p>http://wiki.awkwardtv.org/wiki/Take_2_Full_Update</p>
<p>This link has a lot of general purpose low level AppleTV modding information. However, do not follow it step by step. Nito has done most of this work for you and it is much easier to use NitoTV to do all these mods automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/10/05/weekend-appletv-modding/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>More AppleTV Updates</title>
		<link>http://chriscarey.com/wordpress/2008/09/12/more-appletv-updates/</link>
		<comments>http://chriscarey.com/wordpress/2008/09/12/more-appletv-updates/#comments</comments>
		<pubDate>Sat, 13 Sep 2008 03:54:03 +0000</pubDate>
		<dc:creator>Chris Carey</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[AppleTV]]></category>

		<guid isPermaLink="false">http://chriscarey.com/blog/?p=201</guid>
		<description><![CDATA[Trying to get System Preferences working so I can bridge or route the Ethernet port on the back of the AppleTV to my XBox. I was not able to accomplish this yet, but in my journey, I accomplished the following: Flash Installed (can watch Hulu) Firefox Installed VNC working]]></description>
			<content:encoded><![CDATA[<p>Trying to get System Preferences working so I can bridge or route the Ethernet port on the back of the AppleTV to my XBox. I was not able to accomplish this yet, but in my journey, I accomplished the following:</p>
<p>Flash Installed (can watch Hulu)</p>
<p>Firefox Installed</p>
<p>VNC working</p>
]]></content:encoded>
			<wfw:commentRss>http://chriscarey.com/wordpress/2008/09/12/more-appletv-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
