<?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>Kristian Lunde &#187; Amazon S3</title>
	<atom:link href="http://www.klunde.net/tag/amazon-s3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.klunde.net</link>
	<description>www.klunde.net</description>
	<lastBuildDate>Wed, 01 Feb 2012 23:57:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Flowplayer, https and the streamnotfound &#8220;problem&#8221;</title>
		<link>http://www.klunde.net/2009/01/16/flowplayer-https-and-the-streamnotfound-problem/</link>
		<comments>http://www.klunde.net/2009/01/16/flowplayer-https-and-the-streamnotfound-problem/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 14:25:40 +0000</pubDate>
		<dc:creator>Kristian Lunde</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[Amazon S3]]></category>
		<category><![CDATA[Flowplayer]]></category>

		<guid isPermaLink="false">http://www.klunde.net/?p=240</guid>
		<description><![CDATA[Lately I have been working on a project which used Amazon S3 to provide videos to Flowplayer on a website. This was working superbly until we added a link to a video using the https protocol. This broke the Flowplayer on Internet explorer 6 and 7 and Safari, and we got a: streamNotFound, clip: &#39;https://someurl&#39; [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F01%2F16%2Fflowplayer-https-and-the-streamnotfound-problem%2F" onclick="urchinTracker('/outgoing/api.tweetmeme.com/share?url=http_3A_2F_2Fwww.klunde.net_2F2009_2F01_2F16_2Fflowplayer-https-and-the-streamnotfound-problem_2F&amp;referer=');"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.klunde.net%2F2009%2F01%2F16%2Fflowplayer-https-and-the-streamnotfound-problem%2F&amp;source=kristianlunde&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Lately I have been working on a project which used <a href="http://aws.amazon.com/s3/" onclick="urchinTracker('/outgoing/aws.amazon.com/s3/?referer=');">Amazon S3</a> to provide videos to <a href="http://flowplayer.org/" onclick="urchinTracker('/outgoing/flowplayer.org/?referer=');">Flowplayer</a> on a website. This was working superbly until we added a link to a video using the https protocol. This broke the <a href="http://flowplayer.org/" onclick="urchinTracker('/outgoing/flowplayer.org/?referer=');">Flowplayer</a> on Internet explorer 6 and 7 and Safari, and we got a:</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">streamNotFound, clip: &#39;https://someurl&#39;</div>
</li>
</ol>
</div>
<p>Solution: <a href="http://aws.amazon.com/s3/" onclick="urchinTracker('/outgoing/aws.amazon.com/s3/?referer=');">Amazon S3</a> supports both http and https, so replacing https with http solved the problem. This problem probably occurs because the web browser is unable to cache the data from the https url and therefore the <a href="http://flowplayer.org/" onclick="urchinTracker('/outgoing/flowplayer.org/?referer=');">Flowplayer</a> is unable to play the video.</p>
<p>Interestingly enough Firefox had no problem at all running <a href="http://flowplayer.org/" onclick="urchinTracker('/outgoing/flowplayer.org/?referer=');">Flowplayer</a> and https urls.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.klunde.net/2009/01/16/flowplayer-https-and-the-streamnotfound-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

