<?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>NetStream &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/netstream/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Flex 3 NetStream video rotation</title>
		<link>/2009/12/01/flex-3-netstream-video-rotation/</link>
		<comments>/2009/12/01/flex-3-netstream-video-rotation/#respond</comments>
		<pubDate>Tue, 01 Dec 2009 08:00:00 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[flex 3]]></category>
		<category><![CDATA[micro tutorial]]></category>
		<category><![CDATA[NetStream]]></category>
		<category><![CDATA[rotation]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">/?p=820</guid>
		<description><![CDATA[Why should I rotate a video stream? Well if you&#8217;d like to make some video upload application, let&#8217;s assume someone makes a video with it&#8217;s phone. The case with a video camera is not the same, almost every camera adjusts it&#8217;s rotation correctly, but when it comes to your mobile not always the video contains &#8230; <a href="/2009/12/01/flex-3-netstream-video-rotation/" class="more-link">Continue reading <span class="screen-reader-text">Flex 3 NetStream video rotation</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
<li><a href="/2010/05/21/check-youtube-video-existence-with-zend_gdata_youtube/" rel="bookmark" title="Check YouTube Video Existence with Zend_Gdata_YouTube">Check YouTube Video Existence with Zend_Gdata_YouTube </a></li>
<li><a href="/2010/02/26/html5-video-support-detecting-playing-and-progressive-enhancement/" rel="bookmark" title="HTML5 video support. Detecting, playing and progressive enhancement!">HTML5 video support. Detecting, playing and progressive enhancement! </a></li>
<li><a href="/2011/01/27/few-thoughts-on-web-video/" rel="bookmark" title="Few Thoughts on Web Video">Few Thoughts on Web Video </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<h2>Why should I rotate a video stream?</h2>
<p>Well if you&#8217;d like to make some video upload application, let&#8217;s assume someone makes a video with it&#8217;s phone. The case with a video camera is not the same, almost every camera adjusts it&#8217;s rotation correctly, but when it comes to your mobile not always the video contains information about the rotation.</p>
<p>The problem is when the user uploads a rotated video, how I&#8217;d rotate it back on the correct position when playing it with a simple FLV player.</p>
<h2>The answer is so simple!</h2>
<p>You can just use this simple chunk of code:</p>
<blockquote>
<pre>...
_video = <span>new</span> Video();
_video.rotation = 90;
...</pre>
</blockquote>
<p>and thus you can rotate the video with several degrees.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2010/03/05/video-sites-must-use-mp4-and-only-mp4/" rel="bookmark" title="Video sites must use &#8230; mp4 and only mp4!">Video sites must use &#8230; mp4 and only mp4! </a></li>
<li><a href="/2010/05/21/check-youtube-video-existence-with-zend_gdata_youtube/" rel="bookmark" title="Check YouTube Video Existence with Zend_Gdata_YouTube">Check YouTube Video Existence with Zend_Gdata_YouTube </a></li>
<li><a href="/2010/02/26/html5-video-support-detecting-playing-and-progressive-enhancement/" rel="bookmark" title="HTML5 video support. Detecting, playing and progressive enhancement!">HTML5 video support. Detecting, playing and progressive enhancement! </a></li>
<li><a href="/2011/01/27/few-thoughts-on-web-video/" rel="bookmark" title="Few Thoughts on Web Video">Few Thoughts on Web Video </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2009/12/01/flex-3-netstream-video-rotation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
