<?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>Xbox 360 &#38; Nintendo DS Blog &#187; ubuntu</title>
	<atom:link href="http://www.themanfromdelmonte.co.uk/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.themanfromdelmonte.co.uk</link>
	<description>Games, Ramblings &#38; Bad Grammar...</description>
	<lastBuildDate>Thu, 19 Jan 2012 14:52:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stream Video to Xbox 360 from Ubuntu with ushare</title>
		<link>http://www.themanfromdelmonte.co.uk/2010/02/09/stream-video-to-xbox-360-from-ubuntu-with-ushare/</link>
		<comments>http://www.themanfromdelmonte.co.uk/2010/02/09/stream-video-to-xbox-360-from-ubuntu-with-ushare/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 20:54:26 +0000</pubDate>
		<dc:creator>dan2313</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Xbox 360]]></category>

		<guid isPermaLink="false">http://www.themanfromdelmonte.co.uk/?p=803</guid>
		<description><![CDATA[I&#8217;m really pleased with ubuntu, I definitely don&#8217;t think that I would go back to Windows, at least not for the time being. Between the amazing selection of free software and the Wine I can run everything that I need and a lot more.
The one thing that Windows did do well (most of the time) was to stream video and audio to the xbox 360. There&#8217;s a few solutions out there, but I thought I&#8230;]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m really pleased with ubuntu, I definitely don&#8217;t think that I would go back to Windows, at least not for the time being. Between the amazing selection of free software and the Wine I can run everything that I need and a lot more.</p>
<p>The one thing that Windows did do well (most of the time) was to stream video and audio to the xbox 360. There&#8217;s a few solutions out there, but I thought I&#8217;d share the solution that worked for me.</p>
<p>Firstly install ushare from the Synaptic Package Manager (System &gt; Administration &gt; Synaptic Package Manager). The DLNA codec library will also be installed as a believe it&#8217;s a dependency.</p>
<p><img class="size-full wp-image-812 alignnone" title="ushare_synaptic" src="http://www.themanfromdelmonte.co.uk/wp-content/uploads/2010/02/ushare_synaptic.png" alt="ushare synaptic package manager" width="495" height="103" /></p>
<p>Once applied the packages will install as per normal.</p>
<p>OK, now it&#8217;s installed you need to set up the config file, this file tells ushare which directories you want your xbox to be able to see, as well as which network connection to to share the directories on.</p>
<p>Open up a terminal window and type the command below:</p>
<pre>sudo gedit /etc/ushare.conf</pre>
<p>All being well this will fire up the text editor gedit (if you;re using KDE you&#8217;ll need to change gedit to which text editor you prefer)</p>
<p>So make a note of the directories that you want to share, i share my entire home folder, you can share multiple directories by separating them with a comma.</p>
<pre>USHARE_DIR=/home/danny/</pre>
<p>Next look up the connection you&#8217;re using, easiest way to do this is to look under System &gt; Preferences &gt; Network Connections</p>
<p>It&#8217;s most likely to be either:</p>
<pre>eth0 - if you're using a wired ethernet connection</pre>
<pre>wlan0 if you're using wireless</pre>
<p>Enter the correct connection as shown below:</p>
<pre>USHARE_IFACE=wlan0</pre>
<p>Finally make sure the setting below is set to yes:</p>
<pre>ENABLE_XBOX=yes</pre>
<p>Now save the file and close the text editor.</p>
<p>Now you&#8217;re all set to go, in order to start the service you need to run it from a terminal window by using the command below:</p>
<pre>ushare -x</pre>
<p><img class="size-full wp-image-810 alignnone" title="ushare_process" src="http://www.themanfromdelmonte.co.uk/wp-content/uploads/2010/02/ushare_process.png" alt="Running ushare from the terminal" width="560" height="256" /></p>
<p>You should now be able to see the share in your video library on your xbox 360, by default it&#8217;ll be called &#8220;ushare&#8221;, you can change this by altering the value below in the config file.</p>
<pre>USHARE_NAME=uShare</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.themanfromdelmonte.co.uk/2010/02/09/stream-video-to-xbox-360-from-ubuntu-with-ushare/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

