<?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>Video Hosting Support &#187; Audio Hosting</title>
	<atom:link href="http://www.gravlab.com/forum/category/audio-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gravlab.com/forum</link>
	<description>Video Hosting, Audio Hosting, Streaming Media Hosting, Mobile video host, iPhone video host</description>
	<lastBuildDate>Tue, 15 Jun 2010 18:38:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to create a streaming MP3 playlist</title>
		<link>http://www.gravlab.com/forum/2009/04/01/how-to-create-a-streaming-mp3-playlist/</link>
		<comments>http://www.gravlab.com/forum/2009/04/01/how-to-create-a-streaming-mp3-playlist/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 00:13:12 +0000</pubDate>
		<dc:creator>modcam</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/?p=83</guid>
		<description><![CDATA[M3U files are simply text files with a .m3u extension instead of a .txt extension. When opened in a browser from clicking on a link to an m3u file, the listener&#8217;s default audio program will launch the playlist. Many mp3 players support the m3u format, including Winamp and iTunes.
Here are the contents of an example [...]]]></description>
			<content:encoded><![CDATA[<p>M3U files are simply text files with a .m3u extension instead of a .txt extension. When opened in a browser from clicking on a link to an m3u file, the listener&#8217;s default audio program will launch the playlist. Many mp3 players support the m3u format, including Winamp and iTunes.</p>
<p>Here are the contents of an example M3U file:<br />
<code>#EXTM3U<br />
#EXTINF:210,Song Title<br />
mp3/song_title.mp3<br />
#EXTINF:123,Song Title 2<br />
mp3/song_title2.mp3</code></p>
<p>For each additional song in the playlist, you must add &#8220;#EXTINF:&#8221; followed by the length of the song in seconds, and the song title. The next line should be the path to the media. This can either be relative to the location of the mp3 file (e.g. mp3/song_title.mp3) or absolute (e.g. http://www.your-site.com/mp3/song_title.mp3)</p>
<p><strong>PC Users</strong></p>
<ol>
<li>Open up notepad.exe and copy and paste the example m3u code into notepad</li>
<li>For your filename, enter &#8220;your_playlist_name.m3u&#8221;, (replace the example name with your own)</li>
<li>Choose File > Save As, and when prompted with &#8220;Save as Type&#8221;, choose &#8220;All Files&#8221; to prevent notepad from appending a &#8220;.txt&#8221; to the end of your playlist name</li>
</ol>
<p><strong>Mac Users</strong></p>
<ol>
<li>Do not use TextEdit to create m3u files because it will add extra formatting to the file that may prevent the m3u file from working properly. Instead, try using TextMate</li>
<li>Follow the same instructions as listed for PC users</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2009/04/01/how-to-create-a-streaming-mp3-playlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to convert audio to MP3 format with iTunes</title>
		<link>http://www.gravlab.com/forum/2008/05/28/how-to-convert-audio-to-mp3-format-with-itunes/</link>
		<comments>http://www.gravlab.com/forum/2008/05/28/how-to-convert-audio-to-mp3-format-with-itunes/#comments</comments>
		<pubDate>Wed, 28 May 2008 20:28:32 +0000</pubDate>
		<dc:creator>modcam</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Hosting Tutorial]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2008/05/28/how-to-convert-audio-to-mp3-format-with-itunes/</guid>
		<description><![CDATA[You can convert a song to a different file format while keeping a copy of the original. For example, you can save a copy of an uncompressed song file such as AIFF or WAV to a compressed format like MP3, AAC, or Apple Lossless Encoder.
Saving a copy of a song in a new file format
When [...]]]></description>
			<content:encoded><![CDATA[<p>You can convert a song to a different file format while keeping a copy of the original. For example, you can save a copy of an uncompressed song file such as AIFF or WAV to a compressed format like MP3, AAC, or Apple Lossless Encoder.<br />
Saving a copy of a song in a new file format</p>
<p>When converting from a compressed to uncompressed file format (for example, from MP3 to AIFF) you shouldn&#8217;t notice any reduction in sound quality. However, when converting between compressed formats (for example MP3 and AAC), you may notice a reduction in the sound quality. For the best results, if you want your music encoded in a different file format, you should import the music again from the original source using the new encoding format.</p>
<p>To convert a song&#8217;s file format:</p>
<ol>
<li>Open iTunes Preferences.<br />
      Windows: On the Edit menu, click Preferences.<br />
      Mac: From the iTunes menu, choose Preferences.</li>
<li>Click the Advanced button, then click the Importing button at the top of the window.</li>
<li>From the Import Using pop-up menu, choose the encoding format that you want to convert the song to, then click OK to save the settings.</li>
<li>Select one or more songs in your library, then from the Advanced menu, choose one of the following (The menu item changes to show what&#8217;s selected in your Importing preferences):</li>
<ul>
<li>Convert Selection to MP3</li>
<li>Convert Selection to AAC</li>
<li>Convert Selection to AIFF</li>
<li>Convert Selection to WAV</li>
<li> Convert Selection to Apple Lossless</li>
</ul>
</ol>
<p>To convert all the songs in a folder or on a disk, hold down the Option key and from the Advanced menu, choose Convert Selection to. All the songs in the folder or on the disk will be converted. Some purchased songs are encoded using a protected AAC format that prevents them from being converted. iTunes Plus purchases are not protected and can be converted.</p>
<p>The song in its original format and the newly converted song appear in your library.<br />
About compression</p>
<p>When you convert a song, some data may be lost due to the way certain formats compress data. For this reason these formats are sometimes called &#8220;lossy&#8221; formats. The advantage of using a &#8220;lossy&#8221; format is that the file sizes are much smaller, which means you can store more songs in the same amount of disk space. The disadvantage is that the sound quality may not be as good as the original, uncompressed format. Depending on the song, the speakers or headphones, and the player you use to play the song, you may not be able to tell the difference between a compressed &#8220;lossy&#8221; song and a song that is not compressed.</p>
<p>Once a song is compressed (meaning some of its data is lost) you cannot retrieve the data by uncompressing it. If you convert a song from a &#8220;lossy&#8221; format to a uncompressed format, the quality of the song will not improve and the file will only take up more disk space. For example, if you convert a song in MP3 format (a compressed format) to AIFF (an uncompressed format) the song will take up much more space on the hard disk, but it will still sound the same as the compressed file. In order to take advantage of uncompressed formats you should only import songs using these formats. </p>
<p><small> from <a href="http://docs.info.apple.com/article.html?artnum=93123">apple.com</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2008/05/28/how-to-convert-audio-to-mp3-format-with-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where can I test out sample videos?</title>
		<link>http://www.gravlab.com/forum/2008/04/01/where-can-i-test-out-sample-videos/</link>
		<comments>http://www.gravlab.com/forum/2008/04/01/where-can-i-test-out-sample-videos/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 00:42:42 +0000</pubDate>
		<dc:creator>modcam</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Mobile Hosting (3GP, MPEG4)]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2008/04/01/where-can-i-test-out-sample-videos/</guid>
		<description><![CDATA[GravityLab Multimedia provides hosting services for several types of streaming media. View a selection of sample files below:
Quicktime Mov
http://helix.gravlab.com:554/sample_100kbit.mov
http://helix.gravlab.com:554/sample_300kbit.mov
Quicktime Mp4
http://helix.gravlab.com:554/sample_100kbit.mp4
http://helix.gravlab.com:554/sample_300kbit.mp4
Quicktime H.264
http://helix.gravlab.com:554/sample_h264_100kbit.mp4
http://helix.gravlab.com:554/sample_h264_1mbit.mp4
Mobile 3GP
http://helix.gravlab.com:554/sample.3gp
http://helix.gravlab.com:554/sample_50kbit.3gp
Windows Media
http://media.gravlab.com/powered.wmv
http://media.gravlab.com/racecar.wmv
]]></description>
			<content:encoded><![CDATA[<p>GravityLab Multimedia provides hosting services for several types of streaming media. View a selection of sample files below:</p>
<p><strong>Quicktime Mov</strong><br />
<a href="http://helix.gravlab.com:554/sample_100kbit.mov">http://helix.gravlab.com:554/sample_100kbit.mov</a><br />
<a href="http://helix.gravlab.com:554/sample_300kbit.mov">http://helix.gravlab.com:554/sample_300kbit.mov</a></p>
<p><strong>Quicktime Mp4</strong><br />
<a href="http://helix.gravlab.com:554/sample_100kbit.mp4">http://helix.gravlab.com:554/sample_100kbit.mp4</a><br />
<a href="http://helix.gravlab.com:554/sample_300kbit.mp4">http://helix.gravlab.com:554/sample_300kbit.mp4</a></p>
<p><strong>Quicktime H.264</strong><br />
<a href="http://helix.gravlab.com:554/sample_h264_100kbit.mp4">http://helix.gravlab.com:554/sample_h264_100kbit.mp4</a><br />
<a href="http://helix.gravlab.com:554/sample_h264_1mbit.mp4">http://helix.gravlab.com:554/sample_h264_1mbit.mp4</a></p>
<p><strong>Mobile 3GP</strong><br />
<a href="http://helix.gravlab.com:554/sample.3gp">http://helix.gravlab.com:554/sample.3gp</a><br />
<a href="http://helix.gravlab.com:554/sample_50kbit.3gp">http://helix.gravlab.com:554/sample_50kbit.3gp</a></p>
<p><strong>Windows Media</strong><br />
<a href="http://media.gravlab.com/powered.wmv">http://media.gravlab.com/powered.wmv</a><br />
<a href="http://media.gravlab.com/racecar.wmv">http://media.gravlab.com/racecar.wmv</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2008/04/01/where-can-i-test-out-sample-videos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Expression Encoder 2 for Silverlight and Windows Media</title>
		<link>http://www.gravlab.com/forum/2008/03/20/microsoft-expression-encoder-2-for-silverlight-and-windows-media-video/</link>
		<comments>http://www.gravlab.com/forum/2008/03/20/microsoft-expression-encoder-2-for-silverlight-and-windows-media-video/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 07:25:16 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Mobile Hosting (3GP, MPEG4)]]></category>
		<category><![CDATA[Streaming Media General Discussion]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Streaming Video Help]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2008/03/20/microsoft-expression-encoder-2-for-silverlight-and-windows-media-video/</guid>
		<description><![CDATA[From the Microsoft Expression Encoder download site:
&#8220;Microsoft® Expression® Encoder, a feature of Expression Media, offers encoding, enhancement, and publishing of rich          media experiences to Microsoft Silverlight. &#8221;
Features Include:
Better Encoding
VC-1 advanced authoring SDK integration: by adopting the new VC-1 authoring SDK, Expression Encoder 2 is able to [...]]]></description>
			<content:encoded><![CDATA[<p>From the Microsoft <a href="http://www.microsoft.com/expression/products/overview.aspx?key=encoder" title="Expression Silverlight Encoder" target="_blank">Expression Encoder</a> download site:</p>
<p>&#8220;Microsoft<sup>®</sup> Expression<sup>®</sup> Encoder, a feature of Expression Media, offers encoding, enhancement, and publishing of rich          media experiences to Microsoft Silverlight. &#8221;</p>
<p>Features Include:</p>
<p><strong>Better Encoding</strong></p>
<p><em><strong><a href="http://en.wikipedia.org/wiki/VC-1" target="_blank" title="video codec">VC-1</a> advanced authoring SDK integration</strong></em>: by adopting the new VC-1 authoring SDK, Expression Encoder 2 is able to author better quality video faster.  We&#8217;ve exposed a set of presets for tuning the encoder as well as detailed settings with comprehensive tooltips for the advanced compressionist.</p>
<p><em><strong>New profiles, and <a href="http://www.gravlab.com/encoding.html" title="video encoding transcoding">video codecs</a> for <a href="http://www.gravlab.com/forum/2007/04/27/streaming-broadcasting-and-progressive-download/" title="streaming media" target="_blank">streaming media</a></strong></em>: Encoder 2 supports a number of new modes and codecs including Quality VBR, WMA Pro (stereo), WMA Lossless, 24 bit audio and audio/video encoding stream selection.</p>
<ul>
<li><strong><em>Improved <a href="http://bmrc.berkeley.edu/frame/research/mpeg/mpeg2faq.html" title="What is MPEG" target="_blank">MPEG</a> source support</em></strong>: We now include an MPEG 2 decoder in the product to give a consistent story across platforms.  The decoder we ship supports transport streams (so you are able to work with sources that originated from HDV cameras.  Seeking performance and accuracy has been greatly improved.</li>
<li><strong><em>Better multi-core performance</em></strong>: we are not done with performance enhancements by any means but have made decent progress in Expression Encoder 2, particularly on multi-core systems.</li>
<li><strong><em>Improved aspect ratio handling</em></strong>: by default, the new Profile Adaptive mode is selected which preserves the width specified in the profile but varies the height according to the aspect ratio of the source.  Translation: it just works.  Additionally, when Source compression is used the aspect ratio mode as well as pixel aspect settings are fixed up to ensure source compression will just work.</li>
<li><strong><em>Pre-processing enhancements</em></strong>: the new Pre-processing palette contains a number of settings for controlling resizing (Bicubic, Lanczos, Supersampling in addition to nearest neighbor and bilinear), de-interlacing and audio options.  As well as detecting the need to de-interlace from the header of the file, the user can manually override the defaults.  In addition to the V1 capabilities, Expression Encoder 2 includes inverse telecine as well as a new pixel-adaptive de-interlacer.  On the audio side, there is a volume leveling filter as well as a volume control.</li>
</ul>
<p><strong>Better <a href="http://silverlight.net/Learn/" title="Silverlight" target="_blank">Silverlight</a> Interactive experiences</strong></p>
<p>The second bucket of functionality covers improvements to Silverlight output.</p>
<ul>
<li><strong><em>New templates</em></strong>:  We&#8217;ve revisited both the functionality and the design of our core Silverlight Templates.  As before these support core functionality such as Chapter points and close captioning and are user extensible.</li>
<li><strong><em>Template Parameters</em></strong>:  We have had a lot of requests for more and easier control of how templates behave.  Examples include not automatically playing (or buffering) the video, being able to control the background color of the HTML and more.  In Expression Encoder 2 we&#8217;ve added parameters to templates.  The parameter system is extensible enabling developers to easily expose custom things e.g. skin primary color etc.</li>
</ul>
<p><a href="http://www.microsoft.com/expression/products/download.aspx?key=encoder2beta" title="Download Encoder" target="_blank"> Download Expression Encoder for Microsoft Silverlight</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2008/03/20/microsoft-expression-encoder-2-for-silverlight-and-windows-media-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make an m3u audio playlist</title>
		<link>http://www.gravlab.com/forum/2007/04/27/how-to-make-an-m3u-audio-playlist/</link>
		<comments>http://www.gravlab.com/forum/2007/04/27/how-to-make-an-m3u-audio-playlist/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 22:13:45 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Hosting Tutorial]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/04/27/how-to-make-an-m3u-audio-playlist/</guid>
		<description><![CDATA[Instructions for creating the playlist file:
1. Open up a text editor such as Windows Notepad
3. Type in the FULL path to the Web Address (URL) of your MP3 or WMA  music file.
If it&#8217;s an MP3 music file, type it in like this:
http://your_media_url/sample.mp3
Repeat for each mp3 you want to add
http://your_media_url/sample.mp3
http://your_media_url/sample.mp3
http://your_media_url/sample.mp3
Save this text file with an [...]]]></description>
			<content:encoded><![CDATA[<p>Instructions for creating the playlist file:</p>
<p>1. Open up a text editor such as Windows Notepad</p>
<p>3. Type in the FULL path to the Web Address (URL) of your MP3 or WMA  music file.</p>
<p>If it&#8217;s an MP3 music file, type it in like this:</p>
<p><a class="moz-txt-link-freetext" href="http://your_media_url/sample.mp3">http://your_media_url/sample.mp3</a></p>
<p>Repeat for each mp3 you want to add<br />
<a class="moz-txt-link-freetext" href="http://your_media_url/sample.mp3">http://your_media_url/sample.mp3</a><br />
<a class="moz-txt-link-freetext" href="http://your_media_url/sample.mp3">http://your_media_url/sample.mp3</a><br />
<a class="moz-txt-link-freetext" href="http://your_media_url/sample.mp3">http://your_media_url/sample.mp3</a></p>
<p>Save this text file with an .m3u (universal playlist) extension.</p>
<p>Example: <strong class="moz-txt-star"><span class="moz-txt-tag">playlist.m3u<span class="moz-txt-tag" /></span></strong></p>
<p>There is no limit to how may songs you can include in an individual  playlist. In a playlist with more than one song, each song is buffered  and streamed individually. Therefore, it makes no difference how many  songs are referenced in one playlist file. Each song will play one after  the other without user intervention. Also, in a playlist with more than  one song, the site visitor can use the Media Player controls to skip  forward or back a track (song) in the playlist, and also has the option  of &#8220;previewing&#8221; a short clip or a series of short clips of each song in  the playlist.</p>
<p>Link to the m3u file (you can put the .m3u file in your GravityLab  account or on your website server, it makes no difference)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/04/27/how-to-make-an-m3u-audio-playlist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.gravlab.com/editorialemergency/sample.mp3" length="1789985" type="audio/mpeg" />
		</item>
		<item>
		<title>Embedded Audio Player</title>
		<link>http://www.gravlab.com/forum/2007/04/27/audio-player/</link>
		<comments>http://www.gravlab.com/forum/2007/04/27/audio-player/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:56:40 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/04/27/audio-player/</guid>
		<description><![CDATA[We often are asked about custom embedding of audio files from your account into your website. We do have a Flash file that can automatically load an mp3 playlist into a flash player based on an XML file.
To see our audio player demo, take a look here.
GravityLab Multimedia offers MP3, Windows Media, and Quicktime Streaming [...]]]></description>
			<content:encoded><![CDATA[<p>We often are asked about custom embedding of <a href="http://www.gravlab.com/library.html" title="Audio Streaming">audio files</a> from your account into your website. We do have a Flash file that can automatically load an mp3 playlist into a flash player based on an XML file.</p>
<p>To see our audio player demo, <a title="Streaming audio media host" href="http://www.gravlab.com/demos/audio/mp3player.html" title="Streaming hosting mp3 audio player">take a look here</a>.</p>
<p>GravityLab Multimedia offers <a href="http://www.gravlab.com/library.html" title="MP3 Streaming">MP3</a>, <a href="http://www.gravlab.com/library.html" title="Windows Media Streaming">Windows Media</a>, and <a href="http://www.gravlab.com/library.html" title="Quicktime Streaming">Quicktime Streaming</a> services. Contact us today for a quote or choose from one of our audio hosting plans to embed audio into your web site.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/04/27/audio-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is GravityLab&#8217;s streaming media hosting?</title>
		<link>http://www.gravlab.com/forum/2007/04/27/what-is-gravitylabs-streaming-media-hosting/</link>
		<comments>http://www.gravlab.com/forum/2007/04/27/what-is-gravitylabs-streaming-media-hosting/#comments</comments>
		<pubDate>Fri, 27 Apr 2007 21:51:52 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media General Discussion]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/04/27/what-is-gravitylabs-streaming-media-hosting/</guid>
		<description><![CDATA[The GravityLab Multimedia content delivery network  is comprised of best-of-breed streaming media servers located directly  on the fiber optic North American internet backbone. What that  means, basically, is that your media content is delivered on demand very  quickly to a global audience using the best Internet path directly into  their [...]]]></description>
			<content:encoded><![CDATA[<p>The GravityLab Multimedia content delivery network  is comprised of best-of-breed streaming media servers located directly  on the fiber optic North American internet backbone. What that  means, basically, is that your media content is delivered on demand very  quickly to a global audience using the best Internet path directly into  their homes.</p>
<p>You are able to deliver all the major streaming media formats from one  account. You simply FTP your video to your account, and then link to  your video or audio assets from your web site. We try to make it as easy  as possible for you to deliver streaming media to your audience.</p>
<p>Once you open your account, within 24 hours you can begin uploading your  video. If you need your video encoded to streaming media formats, we can  do that as well from your source media.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/04/27/what-is-gravitylabs-streaming-media-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Darwin Streaming Server: Linking to MP3 via DSS</title>
		<link>http://www.gravlab.com/forum/2007/01/02/darwin-streaming-server-linking-to-mp3-via-dss/</link>
		<comments>http://www.gravlab.com/forum/2007/01/02/darwin-streaming-server-linking-to-mp3-via-dss/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 23:18:18 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/01/02/darwin-streaming-server-linking-to-mp3-via-dss/</guid>
		<description><![CDATA[Linking to mp3 Streams 
Linking to mp3 streams from your mp3 hosting account requires a text file with the extension .m3u. This file has the URL to your mp3 stream in it. For instance, if a mp3 playlist named &#8220;Blues&#8221; was playing from the Streaming Server, and the domain name of the server was stream.mydomain.net, [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span class="postbody"><strong>Linking to mp3 Streams</strong> </span></p>
<p><span class="postbody">Linking to mp3 streams from your <a title="mp3 hosting and audio hosting" href="http://www.gravlab.com/library.html">mp3 hosting</a> account requires a text file with the extension .m3u. This file has the URL to your mp3 stream in it. For instance, if a mp3 playlist named &#8220;Blues&#8221; was playing from the Streaming Server, and the domain name of the server was stream.mydomain.net, the m3u file would contain the link: </span></p>
<p><span class="postbody"><a target="_blank" href="http://stream.mydomain.net:8000/blues">http://stream.mydomain.net:8000/blues</a> </span></p>
<p><span class="postbody">The &#8220;:8000&#8243; is the port for streaming mp3 playlists from Darwin Streaming Server. If you enable port 80 streaming the &#8220;:8000&#8243; is not required. The .m3u file could be placed on any web server, and linked to a web page with the standard <A HREF> tag. For instance, to link to a file named &#8220;blues.m3u&#8221; from a web page in the same directory with the file, the link could be: </span></p>
<p><span class="postbody"><A xhref="http://stream.mydomain.net:8000/blues">Play the blues</a> </span></p>
<p><span class="postbody">Note: For .m3u files to work correctly, your web server must be configured to deliver the correct mime type for .m3u files: </span><br />
<span class="postbody">audio/x-mpegurl .mp4</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/01/02/darwin-streaming-server-linking-to-mp3-via-dss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Media MIME Types &#8211; IIS and Apache</title>
		<link>http://www.gravlab.com/forum/2007/01/02/windows-media-mime-types-iis-and-apache/</link>
		<comments>http://www.gravlab.com/forum/2007/01/02/windows-media-mime-types-iis-and-apache/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 23:17:08 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/01/02/windows-media-mime-types-iis-and-apache/</guid>
		<description><![CDATA[Microsoft Internet Information Server 3.0 
If you are running Windows NT Server and IIS 3.0 and want to configure the MIME types, create a registration entry file with a .reg file name extension: 
1. Open Microsoft Notepad or another text editor. 
2. Type in the following text. (Do not cut and paste the text from [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span class="postbody"><strong>Microsoft Internet Information Server 3.0</strong> </span></p>
<p><span class="postbody">If you are running Windows NT Server and IIS 3.0 and want to configure the MIME types, create a registration entry file with a .reg file name extension: </span></p>
<p><span class="postbody">1. Open Microsoft Notepad or another text editor. </span><br />
<span class="postbody">2. Type in the following text. (Do not cut and paste the text from the Web page.) </span></p>
<p><span class="postbody">REGEDIT4 </span></p>
<p><span class="postbody">[HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet </span><br />
<span class="postbody">/Services/InetInfo/Parameters/MimeMap] </span></p>
<p><span class="postbody">&#8220;video/x-ms-asf,asf,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;video/x-ms-asf,asx,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;audio/x-ms-wma,wma,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;audio/x-ms-wax,wax,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;video/x-ms-wmv,wmv,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;video/x-ms-wvx,wvx,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;video/x-ms-wm,wm,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;video/x-ms-wmx,wmx,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;application/x-ms-wmz,wmz,,5&#8243;=&#8221;" </span><br />
<span class="postbody">&#8220;application/x-ms-wmd,wmd,,5&#8243;=&#8221;" </span><br />
<span class="postbody">3. Save the file with a .reg file name extension. </span><br />
<span class="postbody">4. Double-click on the file to add the entries to your registry. </span><br />
<span class="postbody">5. After creating this file, stop and then restart all IIS services. </span></p>
<p><span class="postbody"><strong>Apache</strong> </span></p>
<p><span class="postbody">1. Ensure that you have server administration privileges. If you do not have these privileges, ask your server administrator to update these MIME type extensions. </span><br />
<span class="postbody">2. Change directories to <apache_root>/httpd/conf. </span><br />
<span class="postbody">3. Edit the file srm.conf. </span><br />
<span class="postbody">4. Add the following lines to the end of the file, or to where the other AddType video/* entries are found: </span></p>
<p><span class="postbody">AddType video/x-ms-asf asf asx </span><br />
<span class="postbody">AddType audio/x-ms-wma wma </span><br />
<span class="postbody">AddType audio/x-ms-wax wax </span><br />
<span class="postbody">AddType video/x-ms-wmv wmv </span><br />
<span class="postbody">AddType video/x-ms-wvx wvx </span><br />
<span class="postbody">AddType video/x-ms-wm wm </span><br />
<span class="postbody">AddType video/x-ms-wmx wmx </span><br />
<span class="postbody">AddType application/x-ms-wmz wmz </span><br />
<span class="postbody">AddType application/x-ms-wmd wmd </span></p>
<p><span class="postbody">If you add these to the end of the file, make sure that the file ends with a blank line. </span><br />
<span class="postbody">5. Save changes and quit the editor. </span><br />
<span class="postbody">6. Restart the Web server.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/01/02/windows-media-mime-types-iis-and-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quicktime MIME types</title>
		<link>http://www.gravlab.com/forum/2007/01/02/quicktime-mime-types/</link>
		<comments>http://www.gravlab.com/forum/2007/01/02/quicktime-mime-types/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 23:16:07 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/01/02/quicktime-mime-types/</guid>
		<description><![CDATA[.qt video/quicktime 
.qtc video/x-qtc 
.qti image/x-quicktime 
.qtif image/x-quicktime 
.qtl video/quicktime 
.smi application/smil 
.smil application/smil
]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><span style="font-size: 12pt; font-family: "Times New Roman"">.qt video/quicktime </span></span><span style="font-size: 12pt; font-family: "Times New Roman""><br />
<span class="postbody">.qtc video/x-qtc </span><br />
<span class="postbody">.qti image/x-quicktime </span><br />
<span class="postbody">.qtif image/x-quicktime </span><br />
<span class="postbody">.qtl video/quicktime </span><br />
<span class="postbody">.smi application/smil </span><br />
<span class="postbody">.smil application/smil</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/01/02/quicktime-mime-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Real MIME Types</title>
		<link>http://www.gravlab.com/forum/2007/01/02/real-mime-types/</link>
		<comments>http://www.gravlab.com/forum/2007/01/02/real-mime-types/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 23:14:50 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/01/02/real-mime-types/</guid>
		<description><![CDATA[.rmm audio/x-pn-realaudio 
.rmp audio/x-pn-realaudio 
.rmp audio/x-pn-realaudio-plugin 
.ra audio/x-pn-realaudio 
.ra audio/x-pn-realaudio-plugin 
.ra audio/x-realaudio 
.ram audio/x-pn-realaudio 
.rv video/vnd.rn-realvideo
]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span class="postbody">.rmm audio/x-pn-realaudio </span><br />
<span class="postbody">.rmp audio/x-pn-realaudio </span><br />
<span class="postbody">.rmp audio/x-pn-realaudio-plugin </span></p>
<p><span class="postbody">.ra audio/x-pn-realaudio </span><br />
<span class="postbody">.ra audio/x-pn-realaudio-plugin </span><br />
<span class="postbody">.ra audio/x-realaudio </span><br />
<span class="postbody">.ram audio/x-pn-realaudio </span></p>
<p><span class="postbody">.rv video/vnd.rn-realvideo</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/01/02/real-mime-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can Windows Media Services 9 stream all media formats?</title>
		<link>http://www.gravlab.com/forum/2007/01/02/can-windows-media-services-9-stream-all-media-formats/</link>
		<comments>http://www.gravlab.com/forum/2007/01/02/can-windows-media-services-9-stream-all-media-formats/#comments</comments>
		<pubDate>Tue, 02 Jan 2007 23:11:52 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media General Discussion]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2007/01/02/can-windows-media-services-9-stream-all-media-formats/</guid>
		<description><![CDATA[No. Windows Media Player 9 Series can play files in a wide variety of digital media file formats, but Windows Media Services 9 Series cannot stream all of those files. In certain cases, you may need to convert digital media files into a compatible format before you can stream them. 
Servers running Windows Media Services [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal"><span class="postbody">No. Windows Media Player 9 Series can play files in a wide variety of digital media file formats, but Windows Media Services 9 Series cannot stream all of those files. In certain cases, you may need to convert digital media files into a compatible format before you can stream them. </span></p>
<p><span class="postbody">Servers running Windows Media Services 9 Series can stream files that are in the Microsoft <a target="_blank" title="Audio Hosting" href="http://www.gravlab.com/library.html">Windows Media Audio</a> (WMA), <a title="video hosting" href="http://www.gravlab.com/standard.html">Windows Media Video</a> (WMV), Advanced Systems Format (ASF), and Motion Picture Experts Group (MPEG)-1 Layer 3 (MP3) formats. However, Windows Media Services cannot use the intelligent streaming feature to stream files in <a target="_blank" title="mp3 hosting" href="http://www.gravlab.com/library.html">MP3</a> format. </span></p>
<p><span class="postbody">You can use a Windows Media server to stream files in other digital media file formats if the appropriate media parser plug-in is enabled. A media parser plug-in translates the information contained within the file to a format that can be used by the Windows Media server and Windows Media Player. To find out whether a media parser plug-in is available for the format you want to stream, contact the digital media file format developer.</span></p>
<p class="MsoNormal"><a title="streaming audio hosting" href="http://www.gravlab.com/library.html">Audio Hosting</a> / <a target="_blank" title="streaming media video hosting" href="http://www.gravlab.com/standard.html">Video Hosting</a> / <a title="Windows Media Hosting" href="http://www.gravlab.com/">Windows Media Hosting</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2007/01/02/can-windows-media-services-9-stream-all-media-formats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What ways can I stream audio and video online to my audience?</title>
		<link>http://www.gravlab.com/forum/2006/12/30/what-ways-can-i-stream-audio-and-video-online-to-my-audience/</link>
		<comments>http://www.gravlab.com/forum/2006/12/30/what-ways-can-i-stream-audio-and-video-online-to-my-audience/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 00:17:34 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Streaming Media General Discussion]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2006/12/30/what-ways-can-i-stream-audio-and-video-online-to-my-audience/</guid>
		<description><![CDATA[There are three ways of getting audio and video files (which are usually very large) to the end user: 
1. Download - Download the entire file over the Internet, save it to the user’s machine, and then play it from the hard disk. Requires users to sit through a download that can take quite a [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><span style="font-size: 10pt">There are three ways of getting audio and video files (which are usually very large) to the end user: </span></span><span style="font-size: 10pt" /></p>
<p><span class="postbody"><strong>1. Download </strong>- Download the entire file over the Internet, save it to the user’s machine, and then play it from the hard disk. Requires users to sit through a download that can take quite a bit of time for average broadband home connections. I&#8217;ve seen many people get impatient for &#8220;blind&#8221; downloaded media content and abandon the download altogether. Downloading digital media is not a good experience for the audience. </span></p>
<p><span class="postbody"><strong>2. Progressive Download</strong> &#8211; Download part of the file, and start playing the file as the last part of it downloads. The file is saved locally, as if it were downloaded, but playback begins before the download finishes. This method can be very inefficient if many users are attempting to consume your media. Network congestion often times makes the audience sit through minutes of rebuffering. </span></p>
<p><span class="postbody"><strong>3. Streaming</strong> &#8211; Play the file directly from the network as it gets to the machine. This method never saves the file to the local hard disk. The media content is delivered &#8220;just in time&#8221; for playback. A good streaming media server is going to cache the content and give an optimized experience based on the users connection speed, and should start up very quickly after your audience requests it.</span></p>
<p>GravityLab uses a streaming media back end infrastructure on a state of the art content delivery network to ensure you are getting the most most for your money with <a title="Audio Hosting" target="_blank" href="http://www.gravlab.com/library.html">audio hosting</a> and <a title="video hosting" target="_blank" href="http://www.gravlab.com/standard.html">video hosting</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2006/12/30/what-ways-can-i-stream-audio-and-video-online-to-my-audience/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The business of streaming media hosting</title>
		<link>http://www.gravlab.com/forum/2006/12/27/the-business-of-streaming-media-hosting/</link>
		<comments>http://www.gravlab.com/forum/2006/12/27/the-business-of-streaming-media-hosting/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 02:56:16 +0000</pubDate>
		<dc:creator>support</dc:creator>
				<category><![CDATA[Audio Hosting]]></category>
		<category><![CDATA[Mobile Hosting (3GP, MPEG4)]]></category>
		<category><![CDATA[Streaming Media General Discussion]]></category>
		<category><![CDATA[Streaming Media Servers]]></category>
		<category><![CDATA[Video Hosting]]></category>

		<guid isPermaLink="false">http://www.gravlab.com/forum/2006/12/27/the-business-of-streaming-media-hosting/</guid>
		<description><![CDATA[Tom Keller had a problem. His Bluegrass on Broad Street program had just reached a milestone, streaming the last night of a summer music series on the Web with both audio and video, and the audience response—both physical and virtual—had been better than expected. 
But his plans to expand beyond the local area and its [...]]]></description>
			<content:encoded><![CDATA[<p><span class="postbody"><span style="font-size: 12pt; font-family: "Times New Roman"" /></span><span style="font-size: 12pt; font-family: "Times New Roman""><span class="postbody">Tom Keller had a problem. His Bluegrass on Broad Street program had just reached a milestone, streaming the last night of a summer music series on the Web with both audio and video, and the audience response—both physical and virtual—had been better than expected. </span></p>
<p><span class="postbody">But his plans to expand beyond the local area and its crowds of thousands to introduce his hometown of Kingsport, Tennessee—and his hot dog shop where the whole series started—came to an abrupt halt when faced with the minimum costs presented by the streaming service providers contacted in the wake of his initial success. </span></p>
<p><span class="postbody">“The minimum dollar amount I could find was around $1,000 per month,” Keller says, “and I only make about $2,600 during that same period of time on the show, after paying the bands and factoring in food costs in the hot dog shop. I’d love to do this, but the minimums don’t make business sense for me.” </span><br />
<span class="postbody">Keller’s story is typical of the catch-22 faced by small businesses and startups that want to use the Web to get the word out, often in unique ways, but cannot afford the price of entry. They also often cannot afford the price of success: should their marketing content catch the interest of even a small percentage of the Internet audience, the costs associated with meeting the audio and video hosting demand can be staggering. As demand for a particular piece of video content spikes, small businesses may find themselves faced with a Hobson’s choice of shutting down their own servers and risking a customer backlash or paying a Tier 1 or 2 CDN a significant amount of money to handle the spike. </span></p>
<p><span class="postbody">During interviews conducted for this article, <a title="Audio and Video hosting Content Delivery Network" href="http://www.gravlab.com/">Content Delivery Network</a> representatives acknowledged the issues facing small customers, and at the same time offered potential workarounds that meet the needs of both the small business owner and the <a title="Video Hosting Audio Hosting Streaming Media" href="http://www.gravlab.com/">Content Delivery Network</a>. </span></p>
<p><span class="postbody">We’ll explore the suggestions provided by <a title="Audio and Video CDN" href="http://www.gravlab.com/">CDN</a> representatives later in the article, but first let’s look at the hurdles. </span></p>
<p><strong><span class="postbody">Crossing the Chasm<br />
</span></strong><br />
<span class="postbody">Small businesses hoping to use streaming as an effective marketing and sales tool face six hurdles, each of which must be addressed in order to understand the total cost of small-scale streaming. The hurdles are listed in logical order and include the following: </span></p>
<p><span class="postbody">- <a title="Video Format encoding" href="http://www.gravlab.com/encoding.html">Format choice</a> (for production and streaming) </span><br />
<span class="postbody">- Production value </span><br />
<span class="postbody">- Conversion process </span><br />
<span class="postbody">- Compliance (508, closed captioning, etc.) </span><br />
<span class="postbody">- Distribution </span><br />
<span class="postbody">- Tracking </span></p>
<p><strong><span class="postbody">Format Choice </span></strong></p>
<p><span class="postbody">The advent of digital video was supposed to lessen the confusion about formats; instead, small business owners find themselves facing a wide variety of digital <a title="audio hosting" href="http://www.gravlab.com/library.html">audio</a> and <a title="video hosting" href="http://www.gravlab.com/standard.html">video</a> formats, some of which are good for acquisition or production and some of which are best used for streaming. As a rule of thumb, video captured in the MiniDV format (also known as DV25) on a three-chip camera is often more than adequate for editing and conversion purposes. In fact, in good light, many single-chip DV consumer cameras provide acceptable video quality, although the audio quality on these cameras can be somewhat lacking. </span></p>
<p><span class="postbody">For <a title="streaming video host" href="http://www.gravlab.com/">streaming media hosting</a> formats, four primary options are available: QuickTime (led by the new high-quality codec called H.264 or AVC), Real, Microsoft Windows Media, and newcomer Flash 8 (or VP6, as it is referred to by its license holder, On2 Technologies). Each of these options provides acceptable or exceptional video at various data rates and can be used for either streaming or progressive downloads. DivX is another up-and-coming codec that can be used for progressive downloads as well as select DVD playback. </span></p>
<p><strong><span class="postbody">Production </span></strong></p>
<p><span class="postbody">While many small businesses choose to have a professional graphics designer create their logo, letterhead, and business cards—the general “look and feel” of their business—these same business owners often resort to in-house creation of brochures, flyers, and other printed materials that use the same professionally-designed logo in a less-than-professional appearance. This is often done because the perceived value of a professionally designed brochure, flyer, or poster is outweighed by the cost. </span></p>
<p><span class="postbody">This same cost issue is exacerbated when it comes to video hosting projects; too often “Uncle Joe” is called in to create an inexpensive and, inadvertently, unprofessional marketing or advertising tool. The content may look acceptable to the business owner when it is viewed on its own but completely unacceptable to the same business owner when viewed side by side with other commercials or advertising. </span></p>
<p><span class="postbody">This side-by-side comparison is not merely an act of aestheticism: the early computer truism garbage in, garbage out also applies in streaming. For every 3 dB of noise (or snow in layperson’s video terms), the size of the streaming video file is increased twofold. So, for small businesses, it really pays to invest in proper production values up front. </span></p>
<p><strong><span class="postbody">Conversion </span></strong></p>
<p><span class="postbody">Once production is complete, most videos are still in an editable format, such as MiniDV or MPEG-2; unfortunately, these formats are often 10–50 times larger than the average viewer’s available streaming media bandwidth. Until recently, the cost of programs that compress the videos down to manageable levels for streaming was prohibitive for small businesses that did only a few videos per month or quarter. While professional-level conversion programs such as Sorenson’s Squeeze, Autodesk’s Cleaner, or Popwire’s CompressionMaster are still the best choice for conversion, a recent spate of free or open-source applications have changed the playing field, offering acceptable conversions from MiniDV. Additionally, many open-source programs marketed as DVD- or movie-ripping tools work equally well for converting MPEG-2 to <a title="streaming encoding and transcoding" href="http://www.gravlab.com/encoding.html">streaming media formats</a>. </span></p>
<p><strong><span class="postbody">Compliance </span></strong></p>
<p><span class="postbody">Little is mentioned, outside of high-end Web development firms or government institutions, about 508 compliance or other aids for the visually impaired. Yet a growing number of businesses, including small businesses, would benefit a portion of their customer base by adding closed captioning and other visual aids to their streaming and Web presence. Don’t be surprised if mandatory 508 compliance spreads beyond government Web sites, the only U.S. group currently required to provide these visual aids. </span><br />
<strong><br />
<span class="postbody">Distribution </span></strong></p>
<p><span class="postbody">Some small businesses will distribute their audio and video content through the mail (or FedEx or UPS) on videotape or DVD. But this trend is decreasing as potential customers come to rely on the Web to get their information about products and services. In fact, an article by this author in the 2005 Streaming Media Industry Sourcebook that noted nascent industries that would soon use video streaming to drive an uptick in customer purchases—such as the travel industry—is already outdated; almost every major travel Web site has shifted to online accessibility to its previously mailed <a title="video content for hosting and streaming" href="http://media.gravlab.com/">video content</a>. </span></p>
<p><span class="postbody">As noted at the beginning of this article, however, streaming distribution is a “great unknown” for small businesses. Each CDN interviewed for this article mentioned that their customer base spans from mid-size to large companies but that they are actively pursuing business models that would suit small businesses. They do so with hopes of growing the business opportunity from today’s startup businesses. </span></p>
<p><span class="postbody">Nine Systems’ Helen Tse sums up the forward-thinking CDN’s approach to small-business clients. Sounding more like a savvy small business banker than a CDN exec, Tse notes that her company benefits from the “fresh set of eyes” and excitement small business customers bring to the <a title="Video Content Delivery Network" href="http://www.gravlab.com/">Content Delivery Network</a>. </span></p>
<p><span class="postbody">“After many years of being jaded by the companies that believe they know it all and change streaming providers like clothes—always chasing the lowest price per GB—we are able to see from newbies’ eyes how incredibly beneficial and useful streaming media has become and the value our company offers in enabling these clients to leverage streaming media easily to add value to their daily business,” says Tse. “These small businesses appreciate this value and customer service we provide and they remember it when they have become above-average streaming opportunities where every streaming company in the country is trying to get their business.” </span></p>
<p><strong><span class="postbody">Tracking </span></strong></p>
<p><span class="postbody">For all the benefits of streaming media and Web delivery of rich media audio and video content, very few businesses—large or small—successfully use tracking tools to monitor the effectiveness of their distributed content. Hit rates and viewership on the Web will typically be significantly lower than for traditional mediums, but targeted responses and demographic tracking will conversely be significantly higher. The Web can provide an effective marketing bargain for small businesses only if used with granular visit-and-response measurement tools that are not available for traditional marketing or advertising mediums such as television, radio, or newspapers. </span><br />
<strong><br />
<span class="postbody">Roll Your Own </span></strong></p>
<p><span class="postbody">For the adventurous (or frugal, as the case may be), low- or no-cost <a title="dedicated video servers" href="http://www.gravlab.com/hosting.html">streaming servers</a> now have the capability to handle select or even multiple file formats. Three of the better-known projects are Real’s HelixServer, VideoLAN’s VLC, and Unreal Streaming Technologies’ Media Server. </span></p>
<p><span class="postbody">HelixServer is an open-source project based on the Helix DNA architecture, although a commercial license is also available (and required for Real Audio, Real Video, and Helix DRM—digital rights management—modules). Up until the most recent branch (version 11.0), Helix could be hosted on a non-server Windows machine, as well as FreeBSD and AIX. Under version 11.0, the server now requires Linux 2.6, Solaris 9/10, Red Hat Enterprise, or—for Windows users—Windows Server 2003, which may put Helix’s total cost of ownership out of reach for the average small business. </span></p>
<p><span class="postbody">VideoLAN’s VLC (the acronym comes from its early player-only incarnation, the VideoLAN Client) is also available under an open-source license and takes a unique approach. VLC is primarily used as a video player but also has transcoding capabilities, which, in essence, allow users to change both formats or codecs as well as the data rate at which a video file can be delivered and serve them up to other viewers (albeit at a lower quality for lower data rates). VideoLAN provides an overview on their Web site of how to turn any VLC-equipped machine (with the exception of the PDA version) into a video server. </span></p>
<p><span class="postbody">Unreal Streaming Technologies has taken a balanced approach with its Media Server. The company notes that “existing media servers, such as Microsoft and RealNetworks servers, are expensive and difficult to install and operate.” To counteract that approach, UST notes that Media Server “is the result of our work aimed to provide a powerful, reliable, secure, and completely free multimedia delivery system.” The popularity of the Unreal Media Server for commercial uses, though, has led Unreal, upon release of its version 4.0 Media Server, to modify its licensing agreement to strike a balance that benefits small businesses. </span></p>
<p><span class="postbody">“While we want to keep Unreal Media Server available and free for home users and small businesses, we require larger companies that heavily use our product to purchase a license for unlimited version,” the company’s Web site notes. “The free version of Unreal Media Server has a limitation of 15 concurrent connections. This is more than enough for home and small business networks, therefore most of the users are not affected by this limitation.” </span></p>
<p><strong><span class="postbody">Tips and Tricks </span></strong></p>
<p><span class="postbody">When asked about the “why and wherefore” of small business streaming, each company interviewed gave several pointers. </span></p>
<p><span class="postbody">Todd Loewenstein of Arcostream noted, first and foremost, that small business really doesn’t differ in its needs from its larger comrades. “Small companies have many of the same needs for streaming as larger companies—things like marketing, product info, and customer contact,” says Loewenstein. “But these small business don’t have the capital expenditure that larger companies do that build out their own server farms.” </span></p>
<p><span class="postbody">Loewenstein noted that, while the average small business customer consumes approximately $1,000 of services per month just like other customers, the sales cycle with small customers is shorter “since they don’t need budgetary approval like a big company does.” This suggests that a small company might press for a lower price in return for a significantly shortened sales cycle; the decision, however, is completely up to the CDN, as all CDN representatives say they have to balance lower fees with equal or higher education and training for small customers versus their larger customers. </span></p>
<p><span class="postbody">Martin Hayward of Mirror Image suggests another model that may help small businesses: the content aggregator. </span></p>
<p><span class="postbody">“When we get inquiries from small companies and they ask about our services and what the cost is, we do mention that our minimum fee is $1,000 per month,” says Hayward. “If they can’t afford the cost, we never just turn those small companies away; we’ll do whatever we can to recommend someone else that can possibly help provide them with a solution, including content aggregators.” </span></p>
<p><span class="postbody">An aggregator buys the minimum chunks of bandwidth or storage space from a CDN and then sells it in smaller chunks at a higher rate. </span></p>
<p><span class="postbody">“Streaming media is still, in our opinion, in its infancy,” says Jerry Scheibeler, vice president of sales for Nine Systems, one of the leading content aggregators. “We’ve only scratched the surface of the number of clients that will be using streaming media as a primary form of communication, training, marketing, and media distribution in the future. Aggregation has worked well in the discount Web hosting market and we have no reason to expect that it will not be a part of the larger CDN picture for streaming media.” </span></p>
<p><span class="postbody">To further address the needs of small businesses that are able to afford the $1,000 minimum, some CDNs are looking to pricing models from other industries. Mirror Image has created an innovative pricing plan based on the cell phone industry. Called the TotalValuePlan, this Mirror Image service allows for “rollover minutes” that reward long-term small business customers with the flexibility of moving minutes from month to month. </span></p>
<p><span class="postbody">Another tip offered by at least two CDN representatives is leveraging innovative streaming content to appeal to the CDN’s desire for publicity. I faced a similar problem during a benefit concert held for Hurricane Katrina victims on Labor Day in 2005. When an article about the benefit concert appeared, listing the URL of the stream, the interest in the concert from around the world caused bandwidth usage to jump dramatically. Sonic Foundry, whose product was used to record the concert, heard about the concert and offered to host the content free of charge; Sonic Foundry even wrote a press release about the event and the use of their product, which further drove interest in the streaming content. </span></p>
<p><span class="postbody">Mirror Image’s Hayward shares a similar story. Noting that CDNs need compelling content that they can tout to select markets they’re targeting, he noted that Mirror Image stepped up to host content that was about to receive enormous attention. </span></p>
<p><span class="postbody">“Early in 2005, Mirror Image hosted a series of clips for a Norwegian company called the Active Child Aid Foundation,” says Hayward. “The company produced a film titled The Children of Leningrad, which was up for an Academy Award in February 2005. Mirror Image delivered the video for the company to offload the expected traffic their Web site was going to see as a result of the Academy Awards. We did this at no cost as a way to provide exposure to the plight of these children and the filmmakers who were chronicling their plight.” (It goes without saying that Mirror Image also received exposure from the arrangement.) </span></p>
<p><span class="postbody">Dan Ushman, head of operations at midPhase—a discount Web hosting company—says his best advice for small businesses that want to stream is to start small. In many cases, the small organization will find that a Web hosting service is the right middle ground between hosting their own content and partnering with a CDN. </span></p>
<p><span class="postbody">“People sometimes have really big eyes,” says Ushman, “and ask for dedicated servers and rates starting in the $1,000-plus monthly range. We can usually provide dedicated machines in the $150 per month range that would be more than adequate for the small business that wants to test the waters of streaming.” </span><br />
<strong><br />
<span class="postbody">Summary </span></strong></p>
<p><span class="postbody">Streaming video is growing in all sizes of business—multinational, mid-sized, and small. Options for small businesses to use streaming for advertising and marketing are also expanding, but a small business needs to know how to adequately address the growth potential and initial phases of its streaming endeavors. Streaming service providers understand that small business customers have the potential to turn into large business customers, so each provider offers a unique approach to meeting the demands of the growing segment of small businesses seeking rich media tools for marketing and advertising.</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gravlab.com/forum/2006/12/27/the-business-of-streaming-media-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
