<?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>Make Tech Easier &#187; FUPPES</title>
	<atom:link href="http://maketecheasier.com/tag/fuppes/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 20 Nov 2009 13:39:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Install And Configure FUPPES on Ubuntu Hardy</title>
		<link>http://maketecheasier.com/how-to-install-and-configure-fuppes-on-ubuntu-hardy/2008/10/25</link>
		<comments>http://maketecheasier.com/how-to-install-and-configure-fuppes-on-ubuntu-hardy/2008/10/25#comments</comments>
		<pubDate>Sat, 25 Oct 2008 15:27:59 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[FUPPES]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=997</guid>
		<description><![CDATA[FUPPES stands for Free UPnP Entertainment Service and is a free, multiplatform UPnP A/V Media Server that supports a wide range of UPnP MediaRenderers as well as on-the-fly transcoding of various audio, video and image formats. FUPPES also includes basic DLNA support, which means you can play your audio/video from your PS3 and Xbox 360.
This [...]<p><strong><a href="http://maketecheasier.com/how-to-install-and-configure-fuppes-on-ubuntu-hardy/2008/10/25">How to Install And Configure FUPPES on Ubuntu Hardy</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>



Related posts:<ol><li><a href='http://maketecheasier.com/how-to-install-xbmc-media-center-in-ubuntu-hardy/2008/10/21' rel='bookmark' title='Permanent Link: How to Install XBMC Media Center In Ubuntu Hardy'>How to Install XBMC Media Center In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/how-to-install-and-configure-hamachi-in-ubuntu/2008/09/07' rel='bookmark' title='Permanent Link: How to install and Configure Hamachi in Ubuntu'>How to install and Configure Hamachi in Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/install-firefox-3-rc1-on-ubuntu-hardy-heron/2008/05/28' rel='bookmark' title='Permanent Link: How To Install Firefox 3 RC1 On Ubuntu Hardy Heron'>How To Install Firefox 3 RC1 On Ubuntu Hardy Heron</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-1008" style="padding-right:10px" title="fuppes" src="http://images.maketecheasier.com/2008/10/fuppes.jpg" alt="fuppes-icon" width="200" height="200" align="left" /><a href="http://fuppes.ulrich-voelkel.de/" target="_blank">FUPPES</a> stands for <em>Free UPnP Entertainment Service</em> and is a free, multiplatform <a href="http://en.wikipedia.org/wiki/Upnp" target="_blank">UPnP</a> A/V Media Server that supports a wide range of UPnP MediaRenderers as well as on-the-fly transcoding of various audio, video and image formats. FUPPES also includes basic <a href="http://en.wikipedia.org/wiki/Dlna" target="_blank">DLNA</a> support, which means you can play your audio/video from your PS3 and Xbox 360.</p>
<p>This tutorial teaches you how to install and configure FUPPES on Ubuntu Hardy-32bits</p>
<p><strong></strong></p>
<p><strong>Install the dependencies</strong></p>
<p>The following are some of the optional dependencies that allow you to transcode audio and video on the fly.</p>
<p>In your terminal,</p>
<p class="codeblock">sudo apt-get install lame liblame-dev libflac-dev libvorbis-dev ffmpeg libavformat-dev libmpcdec-dev twolame faad imagemagick</p>
<p><strong>Update</strong>: If you are using Ubuntu Intrepid, the <em>liblame-dev</em> has been replaced by <em>libmp3lame-dev</em>. Thanks to Tuna for reminding.</p>
<p><strong>Installing FUPPES</strong></p>
<p>Download <a href="http://www.getdeb.net/download/2931/0" target="_blank">FUPPES</a> (from <a href="http://www.getdeb.net/search.php?keywords=fuppes" target="_blank">GetDeb</a>) to your desktop.</p>
<p>Double click the deb file to install FUPPES.</p>
<p><strong>Configuring FUPPES</strong></p>
<p>In your terminal, type</p>
<p class="codeblock">fuppes</p>
<p>follow by pressing the keyboard shortcut <em>Ctrl + C</em> to quit the application. We are not going to run the application now. The purpose of this running and quitting is for FUPPES to generate the <em>fuppes.cfg</em> file.</p>
<p>Now, go to your Home folder (<em>Places -&gt; Home Folder</em>). Press <em>Ctrl+ H</em> to display all the hidden folders. Navigate to <em>.fuppes</em> folder</p>
<p><img class="alignnone size-full wp-image-998" title="fuppes1" src="http://images.maketecheasier.com/2008/10/fuppes1.jpg" alt="fuppes1" width="550" height="375" /></p>
<p>Open <em>fuppes.cfg</em> with text editor.</p>
<p><img class="alignnone size-full wp-image-999" title="fuppes2" src="http://images.maketecheasier.com/2008/10/fuppes2.jpg" alt="fuppes.cfg" width="436" height="311" /></p>
<p>Search for</p>
<p class="codeblock">&lt;network&gt;<br />
&lt;!&#8211;empty = automatic detection&#8211;&gt;<br />
&lt;interface/&gt;<br />
&lt;!&#8211;empty or 0 = random port&#8211;&gt;<br />
&lt;http_port/&gt;<br />
&lt;!&#8211;list of ip addresses allowed to access fuppes. if empty all ips are allowed&#8211;&gt;<br />
&lt;allowed_ips&gt;<br />
&lt;!&#8211;&lt;ip&gt;192.168.0.1&lt;/ip&gt;&#8211;&gt;<br />
&lt;/allowed_ips&gt;<br />
&lt;/network&gt;</p>
<p>and replace with</p>
<p class="codeblock">&lt;network&gt;<br />
&lt;!&#8211;empty = automatic detection&#8211;&gt;<br />
&lt;interface&gt;<strong>YOUR-IP-ADDRESS</strong>&lt;/interface&gt;<br />
&lt;!&#8211;empty or 0 = random port&#8211;&gt;<br />
&lt;http_port&gt;5080&lt;/http_port&gt;<br />
&lt;!&#8211;list of ip addresses allowed to access fuppes. if empty all ips are allowed&#8211;&gt;<br />
&lt;allowed_ips&gt;<br />
&lt;!&#8211;&lt;ip&gt;192.168.0.1&lt;/ip&gt;&#8211;&gt;<br />
&lt;/allowed_ips&gt;<br />
&lt;/network&gt;</p>
<p>Remember to change <strong>YOUR-IP-ADDRESS</strong> to your own IP address. Alternatively, you can use your network interface, such as <em>wlan0</em> or <em>eth0</em> such as the interface name.</p>
<p><img class="alignnone size-full wp-image-1000" title="fuppes-config" src="http://images.maketecheasier.com/2008/10/fuppes-config.jpg" alt="fuppes-config" width="580" height="253" /></p>
<p>Save and exit.</p>
<p>Back to your terminal, run FUPPES again by typing</p>
<p class="codeblock">fuppes</p>
<p>Open your browser and navigate to <em>http://your-ip-address:5080</em>. You should see the FUPPES main screen</p>
<p><img class="alignnone size-full wp-image-1001" title="fuppes-browser" src="http://images.maketecheasier.com/2008/10/fuppes-browser.jpg" alt="fuppes in browser" width="580" height="433" /></p>
<p>On the left, click <em>Configuration</em>.</p>
<p>In the <em>Add objects</em> field, specify the path to the media folder that you want to share. Click <em>Submit Query</em>.</p>
<p><img class="alignnone size-full wp-image-1002" title="fuppes-add-path" src="http://images.maketecheasier.com/2008/10/fuppes-add-path.jpg" alt="fuppes-add-path" width="580" height="445" /></p>
<p>Once you are done adding your media folder, click <em>Options</em> on the left. Click<em> rebuild database</em></p>
<p><img class="alignnone size-full wp-image-1003" title="fuppes-build-database" src="http://images.maketecheasier.com/2008/10/fuppes-build-database.jpg" alt="fuppes-build-database" width="580" height="314" /></p>
<p>You are now good to go.</p>
<p><strong>Testing it out</strong></p>
<p>Since <a href="http://www.xbmc.org" target="_blank">XBMC</a> has the ability to stream media over a network via a uPnP, we will use it to test out the FUPPES configuration. Follow this <a href="http://maketecheasier.com/how-to-install-xbmc-media-center-in-ubuntu-hardy/2008/10/21">tutorial</a> to install XBMC.</p>
<p>Open your XBMC (<em>Applications -&gt; Sound &amp; Videos -&gt; XBMC Media Center</em>)</p>
<p>On the left, click on <em>Music</em> follow by <em>Add Source</em></p>
<p><img class="alignnone size-full wp-image-1004" title="xbmc-add-source" src="http://images.maketecheasier.com/2008/10/xbmc-add-source.jpg" alt="xbmc-add-source" width="580" height="382" /></p>
<p>Click <em>Browse</em> and scroll down to <em>uPnP Device</em></p>
<p><img class="alignnone size-full wp-image-1005" title="xbmc-add-source1" src="http://images.maketecheasier.com/2008/10/xbmc-add-source1.jpg" alt="xbmc-add-source" width="580" height="382" /></p>
<p>If your FUPPES is successful, you will see the entry on the list. You might have to try a few times to get XBMC to detect the media server.</p>
<p><img class="alignnone size-full wp-image-1006" title="xbmc-detect-server" src="http://images.maketecheasier.com/2008/10/xbmc-detect-server.jpg" alt="xbmc-detect-server" width="580" height="294" /></p>
<p>You can then click <em>OK</em> to add the source and enjoy the music in the XBMC player. If you have .flac files, it will be transcoded to .mp3 when you play it in XBMC.</p>
<p><strong>Configure FUPPES to start everytime you boot up</strong></p>
<p>Go to <em>System -&gt; Preferences -&gt; Sessions</em>. In the <em>Startup Programs</em> tab, click <em>Add</em>. Enter the following detail:</p>
<p><img class="alignnone size-full wp-image-1007" title="fuppes-add-session" src="http://images.maketecheasier.com/2008/10/fuppes-add-session.jpg" alt="fuppes-add-session" width="407" height="195" /></p>
<p>Click OK.</p>
<p>Done. FUPPES will start automatically the next time you boot up.</p>
<p><strong>Accessing FUPPES from PS3 and Xbox 360</strong></p>
<p>I don&#8217;t have a PS3 and Xbox 360 to test. Here are some resources for your reference</p>
<p><a href="http://fuppes.ulrich-voelkel.de/wiki/index.php?title=Microsoft_Xbox_360" target="_blank">Fuppes wiki &#8211; Microsoft Xbox 360</a></p>
<p><a href="http://fuppes.ulrich-voelkel.de/wiki/index.php?title=Sony_Playstation_3" target="_blank">Fuppes wiki &#8211; Playstation 3</a></p>
<p><a href="http://fuppes.ulrich-voelkel.de/wiki/index.php?title=Device_specific_settings" target="_blank">Fuppes wiki &#8211; Device specific setting</a></p>
<p>Enjoy!</p>
<p><p><script type="text/javascript"><!--
google_ad_client = "pub-8765285789552883";
/* MTE body ad300x250, created 5/17/09 */
google_ad_slot = "3980792036";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</p></p>
<p><strong><a href="http://maketecheasier.com/how-to-install-and-configure-fuppes-on-ubuntu-hardy/2008/10/25">How to Install And Configure FUPPES on Ubuntu Hardy</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)</p>


<p>Related posts:<ol><li><a href='http://maketecheasier.com/how-to-install-xbmc-media-center-in-ubuntu-hardy/2008/10/21' rel='bookmark' title='Permanent Link: How to Install XBMC Media Center In Ubuntu Hardy'>How to Install XBMC Media Center In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/how-to-install-and-configure-hamachi-in-ubuntu/2008/09/07' rel='bookmark' title='Permanent Link: How to install and Configure Hamachi in Ubuntu'>How to install and Configure Hamachi in Ubuntu</a></li><li><a href='http://maketecheasier.com/how-to-install-dreamweaver-cs3-in-ubuntu-hardy/2008/06/20' rel='bookmark' title='Permanent Link: How To Install Dreamweaver CS3 In Ubuntu Hardy'>How To Install Dreamweaver CS3 In Ubuntu Hardy</a></li><li><a href='http://maketecheasier.com/install-kde-41-in-ubuntu-hardy-heron/2008/07/31' rel='bookmark' title='Permanent Link: Install KDE 4.1 in Ubuntu Hardy Heron'>Install KDE 4.1 in Ubuntu Hardy Heron</a></li><li><a href='http://maketecheasier.com/install-firefox-3-rc1-on-ubuntu-hardy-heron/2008/05/28' rel='bookmark' title='Permanent Link: How To Install Firefox 3 RC1 On Ubuntu Hardy Heron'>How To Install Firefox 3 RC1 On Ubuntu Hardy Heron</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/how-to-install-and-configure-fuppes-on-ubuntu-hardy/2008/10/25/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>
