<?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>Info Express Pty Ltd &#187; web video</title>
	<atom:link href="http://informationexpress.com.au/tag/web-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://informationexpress.com.au</link>
	<description></description>
	<lastBuildDate>Thu, 11 Nov 2010 15:50:19 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Web Video &#8211; Self Host or Shared Host?</title>
		<link>http://informationexpress.com.au/uncategorized/web-video-self-host-or-shared-hos/</link>
		<comments>http://informationexpress.com.au/uncategorized/web-video-self-host-or-shared-hos/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 09:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[web video]]></category>

		<guid isPermaLink="false">http://informationexpress.com.au/?p=157</guid>
		<description><![CDATA[This is a common question!
The answer depends on a number of factors:

how much control you want over your video
how much bandwidth your server has, and
what you want your video player to &#8220;look&#8221; like&#8230;

So let&#8217;s drill down into each of these categories&#8230;
Why would you want to control your video? There are two reasons why&#8230; The first [...]]]></description>
			<content:encoded><![CDATA[<p>This is a common question!</p>
<p>The answer depends on a number of factors:</p>
<ol>
<li>how much <strong>control </strong>you want over your video</li>
<li>how much <strong>bandwidth</strong> your server has, and</li>
<li>what you want your video player to &#8220;look&#8221; like&#8230;</li>
</ol>
<p>So let&#8217;s drill down into each of these categories&#8230;</p>
<p>Why would you want to control your video? There are two reasons why&#8230; The <strong><em>first</em></strong> is that if the content is proprietary to you, other people can reference your video on THEIR site, and YOU are paying for the bandwidth. The <em><strong>second</strong></em> is &#8211; even worse &#8211; people can &#8220;steal&#8221; (read: save) your video, download it, and then &#8220;claim&#8221; it as their own.</p>
<p>Not good.</p>
<p>Having a video file (such as a .mov or .mp4) file embedded into your web page is not usually ideal, and is server intensive and usually slow to load as the end user has to wait (often) for the FULL video to download before it starts playing&#8230; (yawn).</p>
<p>The other common way for video to show when it&#8217;s self hosted is to have the file converted into a .flv file, (which are usually smaller in size), then reference that file using a <a href="http://informationexpress.com.au/wp-content/uploads/2009/10/longtail.png"><img class="alignleft size-full wp-image-159" title="longtail" src="http://informationexpress.com.au/wp-content/uploads/2009/10/longtail.png" alt="longtail" width="179" height="58" /></a>player such as that found at <a href="http://longtailvideo.com ">longtailvideo.com </a>. It&#8217;s usually way better to do this compared to the .mov or .mp4 versions, because a) more people will be able to actually SEE your video in their browser (without installing a plugin first), and the video will start playing much faster.</p>
<p>Most websites are on shared servers (with up to 700+ sites housed on the same server) &#8211; if <strong>one</strong> of these sites just happens to get the front page of social bookmarking sites Digg, the traffic could be rather taxing on <em><strong>your</strong></em> site. So if your video is housed on your site &#8211; it might just have trouble playing!!! (buffering&#8230; buffering&#8230; buffering&#8230;)</p>
<p>So&#8230; Whats the work around?</p>
<p><strong>FREE: </strong>One way is to host your video on sites like youtube, metacafe etc &#8211; this is great if you want other people to (potentially) see your video, and you can easily embed your video from within youtube, just as others can take your video and put it on their sites&#8230;</p>
<p><strong>PAID: </strong>You can host your videos on sites like <a href="https://s3.amazonaws.com/">amazon&#8217;s S3</a> servers. This is great, as you pay (very little) for the bandwidth you use, and it&#8217;s infinitely scalable. The drawback is that it actually requires a little bit of technical &#8220;know how&#8221; to organise your account. <a href="https://addons.mozilla.org/en-US/firefox/addon/3247">S3Fox</a> is a cool plugin for firefox that I use, (and is available for free).</p>
<p>One service I use a lot is the paid version of vimeo called <a href="http://www.vimeo.com/plus"><strong>vimeo plus</strong></a> &#8211; it&#8217;s awesome for ten reasons:<a href="http://informationexpress.com.au/wp-content/uploads/2009/10/logo_vimeo.png"><img class="alignright size-full wp-image-158" title="logo_vimeo" src="http://informationexpress.com.au/wp-content/uploads/2009/10/logo_vimeo.png" alt="logo_vimeo" width="192" height="55" /></a></p>
<ol>
<li>It&#8217;s easy. Easy uploading. Easy interface. Easy embedding.</li>
<li>It allows me to prevent others from downloading the source video.</li>
<li>It allows me to only show the video on specific sites, so that if people use my source code it won&#8217;t work on their site.</li>
<li>It allows me to password protect videos (if I want)</li>
<li>It allows me to upload 1Gig files.</li>
<li>It allows videos longer than 10 minutes.</li>
<li>It allows you to embed and play amazingly high quality HD videos.</li>
<li>It&#8217;s fast to convert once online.</li>
<li>It&#8217;s fast to play.</li>
<li>It&#8217;s not run by google.</li>
</ol>
<p>Oh &#8211; and it&#8217;s only about $60 a year.</p>
<p>So there you have it.</p>
<p>Not an entirely unbiased review at all <img src='http://informationexpress.com.au/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><strong>Got a question? </strong></p>
<p>Make a comment below&#8230;</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Finformationexpress.com.au%2Funcategorized%2Fweb-video-self-host-or-shared-hos%2F&amp;linkname=Web%20Video%20%26%238211%3B%20Self%20Host%20or%20Shared%20Host%3F"><img src="http://informationexpress.com.au/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://informationexpress.com.au/uncategorized/web-video-self-host-or-shared-hos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

