<?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>Ubuntu Tutorials &#187; streaming server</title>
	<atom:link href="http://ubuntu-tutorials.com/tag/streaming-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://ubuntu-tutorials.com</link>
	<description>Enhancing your Ubuntu experience!</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:08:41 +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>Create a Web-Based Audio File Manager and Audio Server with Ampache</title>
		<link>http://ubuntu-tutorials.com/2008/03/30/create-a-web-based-audio-file-manager-and-audio-server-with-ampache/</link>
		<comments>http://ubuntu-tutorials.com/2008/03/30/create-a-web-based-audio-file-manager-and-audio-server-with-ampache/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 23:16:04 +0000</pubDate>
		<dc:creator>Christer Edwards</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ampache]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[streaming server]]></category>

		<guid isPermaLink="false">http://ubuntu-tutorials.com/?p=612</guid>
		<description><![CDATA[Today I finally replaced my out-of-date streaming music server with something a little more recent.  I had long been using gnump3d, and even wrote up a tutorial on it some time ago.  Development on the project has pretty much died off completely and even though it has worked great for nearly three years I felt [...]]]></description>
			<content:encoded><![CDATA[<p>Today I finally replaced my out-of-date streaming music server with something a little more recent.  I had long been using gnump3d, and even wrote up a <a title="how to setup gnump3d as a streaming media server" href="http://ubuntu-tutorials.com/2006/12/28/how-to-setup-gnump3d-for-a-streaming-media-server-ubuntu-510-6061-610/">tutorial</a> on it some time ago.  Development on the project has pretty much died off completely and even though it has worked great for nearly three years I felt it was time for a change.</p>
<p>I replaced the gnump3d service with <a title="Ampache.org - web-based audio file management tool and streaming music player" href="http://ampache.org">Ampache</a>, a PHP/MySQL based audio file manager and streaming server.  It looks like it has a lot more features than gnump3d had, but then again its also getting a lot more attention.  So, without further ado here is how I setup Ampache to allow me access to my .ogg collection via the web.</p>
<p><strong>Installing Ampache via PPA<br />
</strong></p>
<p>First I&#8217;ll outline how to install Ampache via the Launchpad PPA.  This will make the process much simpler, if you&#8217;re the type that is willing to use a PPA.  If not, read below for the manual installation method.</p>
<p>To install Ampache via the Launchpad PPA you can run the following command that matches your release, which will auto-add the PPA to your sources list.</p>
<p><em>Ubuntu 7.10 &#8220;Gutsy&#8221;</em></p>
<blockquote><p><code>sudo wget http://zelut.org/projects/sources.list.d/ampache-gutsy.list -O /etc/apt/sources.list.d/ampache-gutsy.list</code></p></blockquote>
<p><em>Ubuntu 8.04 &#8220;Hardy&#8221;</em></p>
<blockquote><p><code>sudo wget http://zelut.org/projects/sources.list.d/ampache-hardy.list -O /etc/apt/sources.list.d/ampache-hardy.list</code></p></blockquote>
<p>Next you can install the package and a few of its dependencies using the command:</p>
<blockquote><p><code>sudo aptitude install ampache mysql-server-5.0 phpmyadmin</code></p></blockquote>
<p>Once these packages are installed you should be able to access the Ampache server via http://your-webserver.com/ampache</p>
<p>The first time you connect it will walk you through an installer.  I think the installer could be a tad simpler, but basically you&#8217;ll need to know your mysql-server username and password (the password you set when the mysql-server-5.0 package installed).  There is a graphical walkthrough of the installer along with a few more tips <a title="Ampache installation guide for Debian and Ubuntu" href="http://vollmer.kicks-ass.net/?q=node/17">here</a>.</p>
<p><strong>Install Ampache Manually</strong></p>
<p>The manual installation method will take a few more steps, but its not anything you can&#8217;t handle I&#8217;m sure.  The first thing we&#8217;ll need to do is make sure Ampache has the dependent services installed, so we&#8217;ll install our webserver (in this case Apache2) and our MySQL server.</p>
<blockquote><p><code>sudo aptitude install apache2-mpm-prefork mysql-server-5.0 php5 php5-gd</code></p></blockquote>
<p>Next we&#8217;ll download and unpack the latest release into /var/www/.</p>
<blockquote><p><code>cd /var/www/<br />
wget -c http://ampache.org/downloads/stable.tar.gz<br />
sudo tar xf stable.tar.gz<br />
sudo mv ampache-* ampache</code></p></blockquote>
<p>You should be able to access the Ampache server and initial installer via http://your-webserver.com/ampache</p>
<p>Check out the <a title="ampache.org - web based audio file manager and music server." href="http://ampache.org">Ampache</a> website and Wiki for more details on features and support.</p>
]]></content:encoded>
			<wfw:commentRss>http://ubuntu-tutorials.com/2008/03/30/create-a-web-based-audio-file-manager-and-audio-server-with-ampache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic (User agent is rejected)
Database Caching 2/12 queries in 0.006 seconds using disk: basic
Object Caching 238/250 objects using disk: basic

Served from: ubuntu-tutorials.com @ 2012-02-09 14:52:28 -->
