<?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>John Hunt&#039;s web log &#187; Linux</title>
	<atom:link href="http://john-hunt.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://john-hunt.com</link>
	<description>Linux, open source, development, coding, beer and other stuff</description>
	<lastBuildDate>Fri, 27 Aug 2010 06:37:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu Lucid (10.04) on Dell Studio 1555</title>
		<link>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/</link>
		<comments>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 08:44:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=207</guid>
		<description><![CDATA[Ok, so I decided to natively install Ubuntu 10.04 on my Studio 1555.. fairly impressed.. almost everything works out the box which is a bit annoying. The only issue I&#8217;ve had is that the included proprietary ATI driver fails when you try to use suspend, however this is apparently easily circumvented by using the most [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, so I decided to natively install Ubuntu 10.04 on my Studio 1555.. fairly impressed.. almost everything works out the box which is a bit annoying.</p>
<p>The only issue I&#8217;ve had is that the included proprietary ATI driver fails when you try to use suspend, however this is apparently easily circumvented by using the most recent driver from the ATI site (it was a bug with their driver.)</p>
<p>Using the open source driver results in poor power management, so I&#8217;d advise against doing that.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2010/08/09/ubuntu-lucid-10-04-on-dell-studio-1555/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trac quick start on Debian</title>
		<link>http://john-hunt.com/2010/02/25/trac-quick-start-on-debian/</link>
		<comments>http://john-hunt.com/2010/02/25/trac-quick-start-on-debian/#comments</comments>
		<pubDate>Thu, 25 Feb 2010 21:33:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=202</guid>
		<description><![CDATA[Trac is pretty easy to set up on Debian, here&#8217;s a mini guide of what I did to get it working nice and quick. You&#8217;ll probably want to configure users etc afterwards, but this should be enough to get going. Install: apt-get install trac libapache2-mod-wsgi Initiate the trac environment: trac-admin /var/www/srdev/trac/ initenv Set permissions: chown [...]]]></description>
			<content:encoded><![CDATA[<p>Trac is pretty easy to set up on Debian, here&#8217;s a mini guide of what I did to get it working nice and quick. You&#8217;ll probably want to configure users etc afterwards,  but this should be enough to get going.</p>
<p>Install:<br />
<code><br />
apt-get install trac libapache2-mod-wsgi<br />
</code></p>
<p>Initiate the trac environment:<br />
<code><br />
trac-admin /var/www/srdev/trac/ initenv<br />
</code></p>
<p>Set permissions:<br />
<code><br />
chown -R www-data /var/www/srdev/trac/<br />
</code></p>
<p>Install the wsgi script and web resources. The first argument before &#8216;deploy&#8217; should match the install environment (the path above.) The second argument following &#8216;deploy&#8217; can probably go anywhere, but I just shoved it in the trac dir.</p>
<p><code><br />
trac-admin /var/www/srdev/trac/ deploy /var/www/srdev/trac/www/<br />
</code></p>
<p>Next, we need to tell apache how to call the wsgi script, we do this using an alias. You can use / if you just want it to be in the same dir as your virtualhost, but in my case I wanted trac to be in a sub directory of the site (www.mysite.com/trac.) Add this to your virtual host (/etc/apache2/sites-enabled/whatever.)</p>
<p>The directory directive specifies some permissions for the script.<br />
<code><br />
WSGIScriptAlias /trac /var/www/srdev/trac/www/cgi-bin/trac.wsgi<br />
&lt;Directory /var/www/srdev/trac/www/cgi-bin/trac.wsgi&gt;<br />
  WSGIApplicationGroup %{GLOBAL}<br />
  Order deny,allow<br />
  Allow from all<br />
&#038;lt/Directory&gt;<br />
</code></p>
<p>Finally, enable the wsgi module, and then restart apache. Now it *should* work <img src='http://john-hunt.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<code><br />
a2enmod wsgi<br />
/etc/init.d/apache2 restart<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2010/02/25/trac-quick-start-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 5 and old clients (like php4)</title>
		<link>http://john-hunt.com/2009/08/04/mysql-5-and-old-clients-like-php4/</link>
		<comments>http://john-hunt.com/2009/08/04/mysql-5-and-old-clients-like-php4/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 03:38:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=175</guid>
		<description><![CDATA[Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /blah/somepage.php on line 123 The reason for this warning is because PHP4 can&#8217;t communicate with a MySQL5 server unless it&#8217;s using old passwords (set by using the OLD_PASSWORD() function below.) There are two simple ways to fix this. The [...]]]></description>
			<content:encoded><![CDATA[<p><code>Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in /blah/somepage.php on line 123</code></p>
<p>The reason for this warning is because PHP4 can&#8217;t communicate with a MySQL5 server unless it&#8217;s using old passwords (set by using the OLD_PASSWORD() function below.)</p>
<p>There are two simple ways to fix this. The first would be to upgrade your version of php. Unless you *really* need php4 (or below?!) upgrade! I&#8217;m not sure php4 is supported any more and should be considered a security risk. If you can&#8217;t upgrade, just do this in your database:</p>
<p><code>update mysql.user set password=OLD_PASSWORD('thepassword') where user = 'theusername';</code><br />
and:<br />
<code>flush privileges;</code></p>
<p>This should do the trick. Be warned, if you issue any GRANT statements after this you will have to update mysql.user again.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/08/04/mysql-5-and-old-clients-like-php4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDTV &#8211; Western Digital TV media player</title>
		<link>http://john-hunt.com/2009/01/30/wdtv-western-digital-tv-media-player/</link>
		<comments>http://john-hunt.com/2009/01/30/wdtv-western-digital-tv-media-player/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 00:15:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ac3]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[sync]]></category>
		<category><![CDATA[wdtv]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=147</guid>
		<description><![CDATA[Picked up a WDTV last night for $200. As you may have guessed from some of my other posts, I&#8217;m into my A/V stuff, so this thing seemed like a bargain. Many reviews will rave about how great it is, and I must say it&#8217;s not too bad, but I have found there are bugs [...]]]></description>
			<content:encoded><![CDATA[<p>Picked up a WDTV last night for $200. As you may have guessed from some of my other posts, I&#8217;m into my A/V stuff, so this thing seemed like a bargain. Many reviews will rave about how great it is, and I must say it&#8217;s not too bad, but I have found there are bugs (even in the latest 1.0.1.2 firmware):</p>
<p>Playback of any AC3 file seems to result in a barely noticable (but very annoying) 100ms or so audio lag. This doesn&#8217;t drift which is good, but it makes watching anything with an AC3 soundtrack very annoying. I&#8217;ve tried various things to try and fix this and make sure it&#8217;s not me or my files, but the unit. Strangely, this only seems to occur when playing back NTSC files, and not PAL (25fps) files.</p>
<p>Other than that, it&#8217;s pretty good. I&#8217;ll hang on to it until I can test it on someone else&#8217;s setup. Otherwise it might have to go back to the shop!</p>
<p><strong>*update*</strong></p>
<p>After more testing with different files, it seems to be off-sync with a bunch of files, not just ones with an AC3 soundtrack. I also tested the device at a friends place before finally taking it back. If Western Digital manages to sort this bug out, I may consider buying it again&#8230;probably not though, manufacturers need to start testing stuff rather than just putting things out there and then releasing good firmware a year later.</p>
<p>I also just found out the WDTV violates the GPL, so I don&#8217;t want it anyway!</p>
<p>*update2*</p>
<p>Version 1.02 firmware is now released for the WDTV, and I&#8217;ve recently bought an AV reciever which has built in a/v delay stuff (and optical/hdmi inputs etc..) so perhaps it is time to re-purchase WDTV after all. Converting MKV/h264 to AVI/xvid for my xbox w/ac3 isn&#8217;t so great.</p>
<p>*update3*</p>
<p>I did re-buy the WDTV, and I&#8217;ve been very happy with it, but only if using firmware version 1.02.03 (I think it&#8217;s that one) which has all the sync issues sorted. Recommended!</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2009/01/30/wdtv-western-digital-tv-media-player/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Downmixing AC3 5.1 to stereo mp3 for xbox360 avi playback</title>
		<link>http://john-hunt.com/2008/11/24/downmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback/</link>
		<comments>http://john-hunt.com/2008/11/24/downmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 00:20:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=136</guid>
		<description><![CDATA[*Updated! The xbox360 doesn&#8217;t like divx/xvid files that have ac3 sound tracks, so we can use mencoder to convert these files so they use 128kbit stereo mp3 soundtracks instead. This isn&#8217;t too hard to do, just use a command similar to: mencoder input.avi -ovc copy -oac mp3lame -lameopts cbr:br=128 -channels 2 -o output.avi Easy when [...]]]></description>
			<content:encoded><![CDATA[<p>*<strong>Updated</strong>!</p>
<p>The xbox360 doesn&#8217;t like divx/xvid files that have ac3 sound tracks, so we can use mencoder to convert these files so they use 128kbit stereo mp3 soundtracks instead. This isn&#8217;t too hard to do, just use a command similar to:</p>
<p><strong>mencoder input.avi -ovc copy -oac mp3lame -lameopts cbr:br=128 -channels 2 -o output.avi</strong></p>
<p>Easy when you know how.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/11/24/downmixing-ac3-51-to-stereo-mp3-for-xbox360-avi-playback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Edimax EW-7728IN IEEE802.11n on Ubuntu</title>
		<link>http://john-hunt.com/2008/10/01/recommended-wireless-n-pci-card-for-linux/</link>
		<comments>http://john-hunt.com/2008/10/01/recommended-wireless-n-pci-card-for-linux/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 11:22:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=124</guid>
		<description><![CDATA[I recently purchased the Edimax EW-7728IN IEEE802.11n Draft 2.0 wireless card. Although I&#8217;ve not tested the performance yet, I have managed to get it to successfully connect to my Billion 7300N 802.11n wireless router at a rate of between 270 and 300Mb/sec. Before I began I read on the Ubuntu forums that many people had [...]]]></description>
			<content:encoded><![CDATA[<p>I recently purchased the Edimax EW-7728IN IEEE802.11n Draft 2.0 wireless card. Although I&#8217;ve not tested the performance yet, I have managed to get it to successfully connect to my Billion 7300N 802.11n wireless router at a rate of between 270 and 300Mb/sec.</p>
<p>Before I began I read on the Ubuntu forums that many people had problems trying to get the thing to work. I found it was fairly straight forward which is probably a result of the new(ish) drivers on the edimax website for Linux.</p>
<p>You can download the latest source from http://www.ralinktech.com/ralink/Home/Support/Linux.html &#8211; I didn&#8217;t see any restrictions or licenses on there for the source, so I&#8217;ve decided to compile and upload the modules as I need them. You can check back here to pick up the latest if you&#8217;re not confident compiling it yourself.</p>
<p>Please don&#8217;t try running the modules on kernels that they are not for. This will <strong>not</strong> work! You will need to compile it against headers for your currently running kernel if you don&#8217;t find it listed here.</p>
<table border="0">
<thead>
<tr>
<td>Date</td>
<td>Kernel</td>
<td>Download</td>
</tr>
</thead>
<tbody>
<tr>
<td>1st Oct 2008</td>
<td>2.6.24-19-generic</td>
<td><a title="rt2860sta.ko.bz2" href="rt2860sta.ko.bz2">rt2860sta.ko.bz2</a></td>
</tr>
</tbody>
</table>
<p>Then you&#8217;ll want to extract the kernel module:</p>
<p>bunzip2 rt2860sta.ko.bz2</p>
<p>Now test that it works before you continue:</p>
<p>sudo insmod rt2860sta.ko</p>
<p>Now run iwconfig to see if the module loaded OK. If so, you should have the ra0 device listed.</p>
<p>If all is well, copy the module to the kernel module directory:</p>
<p>sudo cp rt2860sta.ko /lib/modules/2.6.24-19-generic/ubuntu/net/rt2860/rt2860sta.ko</p>
<p>Now we&#8217;d like to tell it to auto-load upon system startup. We can do this by adding the line: rt82860sta to the /etc/modules file. Easy!</p>
<p><strong>Update!!</strong></p>
<p>I&#8217;ve recently found a link to a dynamically building kernel module .deb file, which is great because it means you can just install this .deb on your system and it should work. With a bit of luck the Ubuntu team will include the driver in Intrepid, but I wouldn&#8217;t hold your breath:</p>
<p><a href="http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb">http://www.array.org/ubuntu/dists/intrepid/eeepc/binary-i386/rt2860-dkms_1.7.1.1_all.deb</a></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/10/01/recommended-wireless-n-pci-card-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Central Coast LUG (Linux user group)</title>
		<link>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/</link>
		<comments>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 04:21:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=120</guid>
		<description><![CDATA[Hi, I&#8217;ve posted this to my site in order to find people looking for a central coast linux user group (Central Coast, NSW, Australia that is.) Basically, I&#8217;ve sort-of found one at http://cclug.com, but it seems to be a bit dead with hardly any info. If you are interested in a central coast LUG, please [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;ve posted this to my site in order to find people looking for a central coast linux user group (Central Coast, NSW, Australia that is.) Basically, I&#8217;ve sort-of found one at http://cclug.com, but it seems to be a bit dead with hardly any info. If you are interested in a central coast LUG, please leave a comment with your email address and I&#8217;ll get in touch. Perhaps you can help me find the mysterious CCLUG, or help me establish a new one? Who knows! Either way, it&#8217;d be nice to have a LUG that&#8217;s not all the way down in Sydney.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/08/29/central-coast-lug-linux-user-group/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>revalidation failed (errorno =-5)</title>
		<link>http://john-hunt.com/2008/07/20/revalidation-failed-errorno-5/</link>
		<comments>http://john-hunt.com/2008/07/20/revalidation-failed-errorno-5/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 00:13:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=148</guid>
		<description><![CDATA[If you find your system isn&#8217;t booting sometimes and you get this funny error message, edit your kernel boot line in /boot/grub/menu.lst: kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=75a92494-bdae-4715-92d9-f06d1887008e ro all_generic_ide e.g &#8211; Add the all_generic_ide parameter. All should be fine once again. I believe this is a strange Ubuntu kernel bug, although I&#8217;m not sure.]]></description>
			<content:encoded><![CDATA[<p>If you find your system isn&#8217;t booting sometimes and you get this funny error message, edit your kernel boot line in /boot/grub/menu.lst:</p>
<p><code><br />
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=75a92494-bdae-4715-92d9-f06d1887008e ro all_generic_ide<br />
</code></p>
<p>e.g &#8211; Add the all_generic_ide parameter. All should be fine once again. I believe this is a strange Ubuntu kernel bug, although I&#8217;m not sure.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/07/20/revalidation-failed-errorno-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MKV (h.264) playback on XBOX360</title>
		<link>http://john-hunt.com/2008/07/18/mkv-h264-playback-on-xbox360/</link>
		<comments>http://john-hunt.com/2008/07/18/mkv-h264-playback-on-xbox360/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 01:52:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[aac]]></category>
		<category><![CDATA[ac3]]></category>
		<category><![CDATA[dts]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[mkv]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[xbox360]]></category>

		<guid isPermaLink="false">http://john-hunt.com/?p=144</guid>
		<description><![CDATA[While it&#8217;s not possible to play mkv files directly on the xbox360, you only need to do a few things to remux the video and audio streams into the mp4 format. This means that no re-encoding is done with the video, therefore there is no loss in video quality. At the time of writing, the [...]]]></description>
			<content:encoded><![CDATA[<p>While it&#8217;s not possible to play mkv files directly on the xbox360, you only need to do a few things to remux the video and audio streams into the mp4 format. This means that no re-encoding is done with the video, therefore there is no loss in video quality.</p>
<p>At the time of writing, the xbox360 doesn&#8217;t support anything other than 2 channel AAC audio for mp4 streams, so you&#8217;ll have to put up with that. It does work well though.</p>
<p><strong>1. Gather video information</strong><br />
<code>mkvinfo movie.mkv</code><br />
Look for things like the following:<br />
<code><br />
|+ Segment tracks<br />
| + A track<br />
|  + Track number: 1<br />
|  + Track UID: 1<br />
|  + Track type: video<br />
- snip -<br />
|  + Default duration: 41.708ms (23.976 fps for a video track)<br />
</code><br />
This shows us track 1 is the video stream. Remember that, it&#8217;ll come in handy later. Also, make a note of the fps, if you get the FPS wrong later you&#8217;ll have a/v sync issues. Generally track 1 is always the video stream and track 2 is always the main audio stream:</p>
<p><code><br />
| + A track<br />
|  + Track number: 2<br />
|  + Track UID: 445320639<br />
|  + Track type: audio<br />
- snip -<br />
|  + Name: Main audio DTS 1536<br />
|  + Audio track<br />
|   + Sampling frequency: 48000.000000<br />
|   + Channels: 6<br />
</code></p>
<p>Make a note of whether you&#8217;re dealing with a DTS stream (as in my example) or an AC3 stream. There is a newer format ACC3 or something..I don&#8217;t know much about that.</p>
<p><strong>2. Extract the video and audio streams from the mkv</strong><br />
Remember, mkv and mp4 are just like avi (in some ways.) They are all container formats, not the actual video itself. Now we extract the audio and video streams we want. If you like you could choose different audio and video streams you discovered using mkvinfo.</p>
<p>Extract the video:<br />
<code><br />
mkvextract tracks movie.mkv 1:video.h264<br />
</code></p>
<p>Next we have to do something quite strange in order to make our h.264 file compatible with the xbox360. Run hexedit video.h264 and change the sequence: &#8220;67 64 00 33&#8243; to &#8220;67 64 00 29&#8243;.</p>
<p>Now we have our video file ready for muxing, we need to deal with the audio stream:</p>
<p><code>mplayer movie.mkv -novideo -ao pcm:fast:file=audiodump.wav -channels 2</code></p>
<p>This gets the audio from the mkv file and saves it as audiodump.wav ready for re encoding using nero&#8217;s AACenc program (<a href="http://www.nero.com/eng/down-ndaudio.php">http://www.nero.com/eng/down-ndaudio.php</a>):</p>
<p><strong>3. Encode the audio dump to AAC format</strong><br />
Now we encode the wav file to AAC:</p>
<p><code>neroAacEnc -lc -ignorelength -q 0.50 -if audiodump.wav -of audio.m4a</code></p>
<p>Both the audio and video streams are now ready to be muxed (put together) by MP4Box:</p>
<p><strong>4. Mux the files</strong></p>
<p>Remember to use the correct FPS value we obtained using mkvinfo from earlier!</p>
<p>MP4Box -new output.mp4 -add video.h264 -add audio.m4a -fps 23.976</p>
<p>output.mp4 is now ready to watch!!</p>
<p><strong>Footnotes:</strong><br />
1. I didn&#8217;t have any luck getting windows media player 11 to stream the mp4&#8242;s to my xbox, I got the all to common &#8216;format not supported&#8217; thing on the xbox even though they played just fine on WMP11.</p>
<p>2. You&#8217;ll want to split your original MKV into just under 4GB chunks if you&#8217;re putting the files on anything other than DVD5/DVD9. Do this:<br />
<code>mkvmerge -o output_part.mkv --split 3900M movie.mkv</code></p>
<p>*note &#8211; we leave it just under 4000M for two reasons, firstly fat32 can&#8217;t store eactly 4GB, secondly I&#8217;m not sure if it&#8217;s GiB or GB&#8230;!</p>
<p>3. Special thanks to Mike from <a href="http://www.linuxlove.info/site/17/converting-remuxing-a-mkv-for-playback-on-the-xbox-360/">Linux Love</a>. For some tips that actually worked!</p>
<p>4. I&#8217;m not sure if there&#8217;s an artificial limit on the file size of mp4s that can be played back, but I will know by this afternoon!</p>
<p><strong>Update:</strong><br />
It appears as though the xbox360 doesn&#8217;t like any media files > 4GB, a bit of a shame really. Hopefully the next dashboard update will fix these issues. Until then, looks like we&#8217;ll have to put up with split files.</p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/07/18/mkv-h264-playback-on-xbox360/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Banshee 1.0</title>
		<link>http://john-hunt.com/2008/06/16/banshee-10/</link>
		<comments>http://john-hunt.com/2008/06/16/banshee-10/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 08:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[banshee]]></category>
		<category><![CDATA[media player]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://john-hunt.com/linux/2008/06/16/banshee-10/</guid>
		<description><![CDATA[Once in a while, a fantastic piece of open source software comes along. Just the other day, banshee 1.0 was released. I must say, I&#8217;m *very* impressed. It&#8217;s like a much better, really great iTunes. With the addition of video it now covers pretty much everything I wanted in a media player thingi for Linux. [...]]]></description>
			<content:encoded><![CDATA[<p>Once in a while, a fantastic piece of open source software comes along. Just the other day, banshee 1.0 was released. I must say, I&#8217;m *very* impressed. It&#8217;s like a much better, really great iTunes. With the addition of video it now covers pretty much everything I wanted in a media player thingi for Linux.</p>
<p>Check it out: <a href="http://http://banshee-project.org/download/archives/1.0.0/">Banshee 1.0!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://john-hunt.com/2008/06/16/banshee-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
