<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for streamNerd</title>
	<atom:link href="http://blog.ianbeyer.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ianbeyer.com</link>
	<description>Thoughts on technology and media</description>
	<lastBuildDate>Sat, 11 Feb 2012 17:36:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on PHP Direct Upload to S3 by Ian B</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-445</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Sat, 11 Feb 2012 17:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-445</guid>
		<description>The formatted code on the page should be copy/paste capable in most browsers</description>
		<content:encoded><![CDATA[<p>The formatted code on the page should be copy/paste capable in most browsers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by joell lapitan</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-444</link>
		<dc:creator>joell lapitan</dc:creator>
		<pubDate>Sat, 11 Feb 2012 17:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-444</guid>
		<description>is it too much to ask about a downloadable version of your code?</description>
		<content:encoded><![CDATA[<p>is it too much to ask about a downloadable version of your code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by Ian B</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-443</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Sat, 11 Feb 2012 17:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-443</guid>
		<description>Nope, strictly decorative. </description>
		<content:encoded><![CDATA[<p>Nope, strictly decorative. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by joell lapitan</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-442</link>
		<dc:creator>joell lapitan</dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-442</guid>
		<description>one more thing, the &quot;footer.php&quot; is that a required file or not?</description>
		<content:encoded><![CDATA[<p>one more thing, the &#8220;footer.php&#8221; is that a required file or not?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by Ian B</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-441</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-441</guid>
		<description>Sometimes you can also get certificate errors when your system clock is out of sync with amazon&#039;s .</description>
		<content:encoded><![CDATA[<p>Sometimes you can also get certificate errors when your system clock is out of sync with amazon&#8217;s .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by joell lapitan</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-440</link>
		<dc:creator>joell lapitan</dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-440</guid>
		<description>i set it up correctly i change something on the code:
CFCredentials::set(array(
        &#039;loc&#039; =&gt; array(
                &#039;key&#039; =&gt; $accesskey,
                &#039;secret&#039; =&gt; $secretkey,
                &#039;certificate_authority&#039; =&gt; false
        ),
        &#039;@default&#039; =&gt; &#039;loc&#039;
));

it works, the problem now is when i try to upload, there is an error about the &quot;policy&quot; , refrerring to &quot;success_action_redirect&quot;</description>
		<content:encoded><![CDATA[<p>i set it up correctly i change something on the code:<br />
CFCredentials::set(array(<br />
        &#8216;loc&#8217; =&gt; array(<br />
                &#8216;key&#8217; =&gt; $accesskey,<br />
                &#8216;secret&#8217; =&gt; $secretkey,<br />
                &#8216;certificate_authority&#8217; =&gt; false<br />
        ),<br />
        &#8216;@default&#8217; =&gt; &#8216;loc&#8217;<br />
));</p>
<p>it works, the problem now is when i try to upload, there is an error about the &#8220;policy&#8221; , refrerring to &#8220;success_action_redirect&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by Ian B</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-439</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-439</guid>
		<description>That generally indicates that your AWS keys aren&#039;t set up correctly. </description>
		<content:encoded><![CDATA[<p>That generally indicates that your AWS keys aren&#8217;t set up correctly. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Direct Upload to S3 by joell lapitan</title>
		<link>http://blog.ianbeyer.com/2012/01/19/php-direct-upload-s3/#comment-438</link>
		<dc:creator>joell lapitan</dc:creator>
		<pubDate>Sat, 11 Feb 2012 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1101#comment-438</guid>
		<description>i have this error Uncaught exception &#039;CFCredentials_Exception&#039; with message &#039;If more than one credential set is provided, a default credential set (identified by the key &quot;@default&quot;) must be specified</description>
		<content:encoded><![CDATA[<p>i have this error Uncaught exception &#8216;CFCredentials_Exception&#8217; with message &#8216;If more than one credential set is provided, a default credential set (identified by the key &#8220;@default&#8221;) must be specified</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming on Amazon&#8217;s &#8220;SuperQuad&#8221; by Scott Freeman</title>
		<link>http://blog.ianbeyer.com/2012/02/09/streaming-on-amazons-superquad/#comment-437</link>
		<dc:creator>Scott Freeman</dc:creator>
		<pubDate>Sat, 11 Feb 2012 10:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1126#comment-437</guid>
		<description>I lit one of these babys up for an event this week and it was so nice to have that overhead available without worrying about adding smaller repeaters. Your blog tipped me off to using the cluster compute instances. TY! and thanks for the in-valuable EC2 and other scripts your providing on your blog. Very nice work.</description>
		<content:encoded><![CDATA[<p>I lit one of these babys up for an event this week and it was so nice to have that overhead available without worrying about adding smaller repeaters. Your blog tipped me off to using the cluster compute instances. TY! and thanks for the in-valuable EC2 and other scripts your providing on your blog. Very nice work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Go big, or go home! by Ian B</title>
		<link>http://blog.ianbeyer.com/2012/01/21/go-big-or-go-home/#comment-406</link>
		<dc:creator>Ian B</dc:creator>
		<pubDate>Tue, 07 Feb 2012 15:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ianbeyer.com/?p=1116#comment-406</guid>
		<description>Used the tuning guide at 
http://www.wowza.com/forums/content.php?5-general-tuning</description>
		<content:encoded><![CDATA[<p>Used the tuning guide at <br />
<a href="http://www.wowza.com/forums/content.php?5-general-tuning" rel="nofollow">http://www.wowza.com/forums/content.php?5-general-tuning</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

