<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Chief Hacker Blog</title>
	<link>http://chiefhacker.com</link>
	<description>Just another hacker making the world a better place</description>
	<pubDate>Mon, 07 Apr 2008 04:23:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>HW For MBA 4115</title>
		<link>http://chiefhacker.com/2007/03/10/hw-for-mba-4115/</link>
		<comments>http://chiefhacker.com/2007/03/10/hw-for-mba-4115/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 19:40:05 +0000</pubDate>
		<dc:creator>chief</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://chiefhacker.com/2007/03/10/hw-for-mba-4115/</guid>
		<description><![CDATA[For all those interested, I took the liberty to scan in and upload our files for all!
hw_work.zip
]]></description>
			<content:encoded><![CDATA[<p>For all those interested, I took the liberty to scan in and upload our files for all!</p>
<p><a title="hw_work.zip" rel="attachment" id="p10" href="http://chiefhacker.com/2007/03/10/hw-for-mba-4115/hw_workzip/">hw_work.zip</a></p>
]]></content:encoded>
			<wfw:commentRss>http://chiefhacker.com/2007/03/10/hw-for-mba-4115/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Streaming MythTV from MythWeb using Flash</title>
		<link>http://chiefhacker.com/2007/01/22/streaming-mythtv-from-mythweb-using-flash/</link>
		<comments>http://chiefhacker.com/2007/01/22/streaming-mythtv-from-mythweb-using-flash/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 01:20:22 +0000</pubDate>
		<dc:creator>chief</dc:creator>
		
		<category><![CDATA[MythTV]]></category>

		<guid isPermaLink="false">http://chiefhacker.com/2007/01/22/streaming-mythtv-from-mythweb-using-flash/</guid>
		<description><![CDATA[Upon researching how to watch my shows over the web I came across this link:
http://www.mythtv.org/wiki/index.php/Stream_mythtv_recordings_from_mythweb_using_flash_video
Unfortunately the site is more of a blog and contains many short enhancements without a straight forward installation. I have taken all that information, added a few more enhancements (web based encoding / better streaming) and provide all the files for [...]]]></description>
			<content:encoded><![CDATA[<p>Upon researching how to watch my shows over the web I came across this link:<br />
http://www.mythtv.org/wiki/index.php/Stream_mythtv_recordings_from_mythweb_using_flash_video</p>
<p>Unfortunately the site is more of a blog and contains many short enhancements without a straight forward installation. I have taken all that information, added a few more enhancements (web based encoding / better streaming) and provide all the files for download. Hopefully this page will make it much simpler for everyone out there to watch TV from the web.</p>
<p><strong>Prerequisites</strong></p>
<ul>
<li>mythtv</li>
<li>mythweb</li>
<li>ffmpeg</li>
<li>flvtool2 (requires ruby and only necessary if using streamer)</li>
</ul>
<p><strong>Install</strong></p>
<p>Start by downloading all the files you need right here: <a id="p9" href="http://chiefhacker.com/__oneclick_uploads/2007/01/mythflash.zip">mythflash.zip</a><a id="p8" href="http://chiefhacker.com/__oneclick_uploads/2007/01/mythflash.zip" /><a id="p4" href="http://chiefhacker.com/__oneclick_uploads/2007/01/mythflash.zip"><br />
</a><br />
Now as root&#8230;<br />
unzip mythflash.zip<br />
cd mythflash<br />
mv ./* /var/www/mythweb/data   <em>or wherever your mythweb directory is located</em><br />
cd /var/www/mythweb/data<br />
mv mythflash.sh mythexpire.pl /usr/local/bin<br />
chmod 755 /usr/local/bin/mythflash.sh /usr/local/bin/mythexpire.pl<br />
chmod 775 ./recorded    <em>this should be a link to the mythtv recordings</em><br />
<em><br />
Add www-data or apache to mythtv group so it can write to the mythtv data store<br />
</em><br />
chown www-data:www-data *    <em>or whichever user runs apache</em><br />
mv recorded.php ../modules/tv/tmpl/default/  <em>this is for myth .20 default template</em><br />
ln -s /usr/local/bin/mythexpire.pl /etc/cron.daily/</p>
<p>Next make sure ffmpeg is installed and has mp3lame support, you can check<br />
with ffmpeg &#8211;help, you should see enable-mp3lame in there, if not you need to<br />
recompile it with mp3lame support. Just google it.</p>
<p>Lastly is flvtool2, you should be able to apt-get &#8211;install flvtool2.</p>
<p>Thats it, now just login to mythweb, check your recorded programs. You can click encode to convert them to flash and once its done it should show up with stream and the magnification level. If you have any problems, post comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://chiefhacker.com/2007/01/22/streaming-mythtv-from-mythweb-using-flash/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
