<?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>Serge Jespers &#187; flash video</title>
	<atom:link href="http://www.webkitchen.be/category/flash-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webkitchen.be</link>
	<description>Life as an Adobe platform evangelist</description>
	<lastBuildDate>Tue, 31 Jan 2012 17:35:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Stealing content was never easier than with HTML5</title>
		<link>http://www.webkitchen.be/2011/01/26/stealing-content-was-never-easier-than-with-html5/</link>
		<comments>http://www.webkitchen.be/2011/01/26/stealing-content-was-never-easier-than-with-html5/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 15:00:04 +0000</pubDate>
		<dc:creator>Serge Jespers</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[m4a]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[premium]]></category>
		<category><![CDATA[steal]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.webkitchen.be/?p=3240</guid>
		<description><![CDATA[HTML5 makes adding video and audio content to your site very easy but there is currently no way to protect that content. If we&#8217;re all completely honest we know that content protection is still a big deal for record companies, movie studios, and TV channels, yet HTML5 puts their content just up for grabs. Let [...]]]></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.webkitchen.be%2F2011%2F01%2F26%2Fstealing-content-was-never-easier-than-with-html5%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webkitchen.be%2F2011%2F01%2F26%2Fstealing-content-was-never-easier-than-with-html5%2F&amp;source=sjespers&amp;style=normal&amp;service=bit.ly&amp;service_api=R_f11b21ad05448f9b4029b73b124e8d0e&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>HTML5 makes adding video and audio content to your site very easy but there is currently no way to protect that content. If we&#8217;re all completely honest we know that content protection is still a big deal for record companies, movie studios, and TV channels, yet HTML5 puts their content just up for grabs. Let me give you a few examples.</p>
<div class='et-box et-note'>
					<div class='et-box-content'><strong>Before I continue I want to make a few points clear. First, I don&#8217;t want to get anyone in trouble! Second, this is not an attack or anything like that. Third, I do not want to encourage anyone to steal any content. I will therefore not go in to any details. This blog post is just to point out that you need to take these things in to account when you&#8217;re working with <span style="text-decoration: underline;">premium content (= not the same as a YouTube video)</span>!</strong></div></div>
<p><img class="aligncenter size-full wp-image-3241" title="videotag" src="http://www.webkitchen.be/wp-content/uploads/2011/01/videotag.jpg" alt="" width="640" height="126" /></p>
<p><em>Unnamed video site</em><br />
Video site X just rolled out a brand new HTML5 video player. Like I said, HTML5 makes it really easy to add video content to your site but it makes it equally easy to download that content. It only takes a &#8220;view source&#8221; to find the URL to the video file. Some video sites have also noticed that and are now building custom JavaScript based players in an attempt to make it more difficult to get to the video file. On this one site I counted almost 3000 lines of JavaScript code for a rather basic video player with sharing functionality. 3000 lines of code and it still only took me three clicks to download the video file! I already hear some of you saying that you can also easily get the video file from a Flash based video player. If you use progressive download that is completely true. I&#8217;ll get back to that later in this post.</p>
<p><em>Unnamed new music discovery site</em><br />
The release of the beta version of this new music discovery site is actually what sparked the idea to write this post. As per usual the tech blogs were buzzing about it as a new music discovery site that didn&#8217;t use Flash because Flash is dead. So I checked it out&#8230; This particular site gives you unrestricted access to the entire music library. I was able to look up any artist and play back any song in high quality&#8230; I can also buy the song on the site for the industry standard $0.99. But with just two clicks I was able to download any song from any artist straight to my desktop without actually buying it. No need for torrents or the risk of downloading viruses. It&#8217;s all right there on this official music discovery site in high quality AAC audio (in an M4A file).</p>
<p><em>Flash</em><br />
I already mentioned that it&#8217;s also pretty easy to download a file used in a Flash based media player if the site uses progressive download. The difference between HTML5 and Flash in this case is that you CAN protect your content when using Flash. As there still is no standard audio/video codec in the HTML5 spec there also is no way to stream video and audio content using HTML5 across different browsers. Companies (including Apple) have been experimenting with streaming technologies but I&#8217;m sure you remember that that only worked in a specific version of Safari on a specific version of iOS. The HTML5 spec also has no guidelines for any sort of content protection.</p>
<p>Flash does work cross browser and cross platform (as I&#8217;m sure all of you know). With the use of <a href="http://www.adobe.com/products/flashmediaserver/" target="_blank">Flash Media Server</a> you can also completely protect that content and get the added benefits of features such as adaptive streaming (to adapt to changing connection speeds), reduced bandwidth usage, DRM, multicasting, peer to peer delivery, and more. Bottom line: Flash is still the best platform to stream (premium) video and audio content.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.webkitchen.be%2F2011%2F01%2F26%2Fstealing-content-was-never-easier-than-with-html5%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:75px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.webkitchen.be/2011/01/26/stealing-content-was-never-easier-than-with-html5/feed/</wfw:commentRss>
		<slash:comments>58</slash:comments>
		</item>
		<item>
		<title>Video: Brightcove about Flash Player 10.1 on mobile devices</title>
		<link>http://www.webkitchen.be/2010/02/26/video-brightcove-about-flash-player-10-1-on-mobile-devices/</link>
		<comments>http://www.webkitchen.be/2010/02/26/video-brightcove-about-flash-player-10-1-on-mobile-devices/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:50:24 +0000</pubDate>
		<dc:creator>Serge Jespers</dc:creator>
				<category><![CDATA[flash video]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[brightcove]]></category>
		<category><![CDATA[cameron church]]></category>
		<category><![CDATA[flash player 10.1]]></category>
		<category><![CDATA[fp10.1]]></category>
		<category><![CDATA[mobile world congress]]></category>
		<category><![CDATA[mwc]]></category>

		<guid isPermaLink="false">http://www.webkitchen.be/?p=2186</guid>
		<description><![CDATA[At Mobile World Congress in Barcelona, I bumped in to Cameron Church from Brightcove. We talked about the Brightcove Mobile Experience and Cameron explains how Flash Player 10.1 expands Brightcove&#8217;s reach to smart phone users. For more info about Brightcove, check out brightcove.com.]]></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.webkitchen.be%2F2010%2F02%2F26%2Fvideo-brightcove-about-flash-player-10-1-on-mobile-devices%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webkitchen.be%2F2010%2F02%2F26%2Fvideo-brightcove-about-flash-player-10-1-on-mobile-devices%2F&amp;source=sjespers&amp;style=normal&amp;service=bit.ly&amp;service_api=R_f11b21ad05448f9b4029b73b124e8d0e&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>At Mobile World Congress in Barcelona, I bumped in to Cameron Church from Brightcove. We talked about the Brightcove Mobile Experience and Cameron explains how Flash Player 10.1 expands Brightcove&#8217;s reach to smart phone users.</p>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="390" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="FlashVars" value="fileID=5202&amp;context=350&amp;embeded=true&amp;environment=production" /><param name="src" value="http://images.tv.adobe.com/swf/player.swf" /><param name="flashvars" value="fileID=5202&amp;context=350&amp;embeded=true&amp;environment=production" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="390" src="http://images.tv.adobe.com/swf/player.swf" flashvars="fileID=5202&amp;context=350&amp;embeded=true&amp;environment=production" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For more info about Brightcove, check out <a href="http://www.brightcove.com/en/" target="_blank">brightcove.com</a>.</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.webkitchen.be%2F2010%2F02%2F26%2Fvideo-brightcove-about-flash-player-10-1-on-mobile-devices%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:75px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.webkitchen.be/2010/02/26/video-brightcove-about-flash-player-10-1-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Where to watch the Michael Jackson memorial online</title>
		<link>http://www.webkitchen.be/2009/07/07/where-to-watch-the-michael-jackson-memorial-online/</link>
		<comments>http://www.webkitchen.be/2009/07/07/where-to-watch-the-michael-jackson-memorial-online/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 12:11:39 +0000</pubDate>
		<dc:creator>Serge Jespers</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[live stream]]></category>
		<category><![CDATA[memorial]]></category>
		<category><![CDATA[michael jackson]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[streaming]]></category>

		<guid isPermaLink="false">http://www.webkitchen.be/?p=1436</guid>
		<description><![CDATA[Today we say goodbye to one of the biggest (if not the biggest) pop icons of our time. Some already call this the media event of the century. Over 1.6 million people registered to get a ticket for the event in Los Angeles. Only 8700 people were selected. This is surely going to be an [...]]]></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.webkitchen.be%2F2009%2F07%2F07%2Fwhere-to-watch-the-michael-jackson-memorial-online%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webkitchen.be%2F2009%2F07%2F07%2Fwhere-to-watch-the-michael-jackson-memorial-online%2F&amp;source=sjespers&amp;style=normal&amp;service=bit.ly&amp;service_api=R_f11b21ad05448f9b4029b73b124e8d0e&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<div style="text-align:center;"><img src="http://www.webkitchen.be/wp-content/uploads/2009/07/E49A7220-2063-4C56-9784-4063E7DEBE84.jpg" border="0" alt="E49A7220-2063-4C56-9784-4063E7DEBE84.jpg" width="442" height="207" /></div>
<p>Today we say goodbye to one of the biggest (if not the biggest) pop icons of our time. Some already call this the media event of the century. Over 1.6 million people registered to get a ticket for the event in Los Angeles. Only 8700 people were selected.</p>
<p>This is surely going to be an event that is going to watched by many. If not on TV, then most certainly on the web. I watched that other big event earlier this year (Obama&#8217;s inauguration) live on CNN.com with no hiccups whatsoever so I&#8217;ll probably watch the memorial there as well. I thought it was a good idea to give a quick overview on where you can watch the event online.</p>
<p><a href="http://www.cnn.com/live/" target="_blank">CNN.com</a> (CNN is teaming up with Facebook)<br />
<a href="http://interactive.foxnews.com/livestream/live.html" target="_blank">FoxNews</a><br />
<a href="http://abcnews.go.com/" target="_blank">ABCnews</a><br />
<a href="http://www.ustream.tv/channel/cbs-news" target="_blank">CBSnews</a> (using uStream.tv)<br />
<a href="http://www.hulu.com/watch/80410/specials-michael-jacksons-funeral" target="_blank">Hulu</a> (Not available outside the US)<br />
<a href="http://www.livestream.com/usa_today1" target="_blank">USAToday</a> (Using Livestream.com)<br />
<a href="http://www.nytimes.com/artsbeat" target="_blank">NYTimes</a><br />
<a href="http://myspace.com/michaeljacksonmemorial" target="_blank">MySpace</a><br />
<a href="http://www.msnbc.msn.com/" target="_blank">MSN/MSNBC</a><br />
<a href="http://justin.tv/eonline" target="_blank">E! Online</a> (via Justin.tv)</p>
<p><span style="text-decoration: line-through;">Coincidentally/As far as I know all of the above are using Flash to stream this event to no doubt hundreds of thousands of viewers. </span>Yes&#8230; You are right&#8230; This post should not be about promoting the Flash Platform.</p>
<p>(Image by <a href="http://www.flickr.com/photos/kristofsaelen/3663427079/" target="_blank">Kristof Saelen</a>)<br />
(Via <a href="http://newteevee.com/2009/07/06/where-to-watch-the-michael-jackson-memorial-service/" target="_blank">NewTeeVee.com</a>)</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.webkitchen.be%2F2009%2F07%2F07%2Fwhere-to-watch-the-michael-jackson-memorial-online%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:75px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.webkitchen.be/2009/07/07/where-to-watch-the-michael-jackson-memorial-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The power of the Flash Platform part 3: Video</title>
		<link>http://www.webkitchen.be/2009/06/11/the-power-of-the-flash-platform-part-3-video/</link>
		<comments>http://www.webkitchen.be/2009/06/11/the-power-of-the-flash-platform-part-3-video/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 07:41:56 +0000</pubDate>
		<dc:creator>Serge Jespers</dc:creator>
				<category><![CDATA[Flash Platform]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[flash player 10]]></category>
		<category><![CDATA[high def]]></category>
		<category><![CDATA[high definition]]></category>
		<category><![CDATA[interactive]]></category>
		<category><![CDATA[personalized]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.webkitchen.be/?p=1391</guid>
		<description><![CDATA[Remember the &#8220;old&#8221; days where you had to struggle with bandwidth selectors, video player choices and codec nightmares before you could watch a video online? I know it&#8217;s kind of a bold statement, but Flash really did change all that and the continuously increasing Flash Video market share proves that. I also often hear people [...]]]></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.webkitchen.be%2F2009%2F06%2F11%2Fthe-power-of-the-flash-platform-part-3-video%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webkitchen.be%2F2009%2F06%2F11%2Fthe-power-of-the-flash-platform-part-3-video%2F&amp;source=sjespers&amp;style=normal&amp;service=bit.ly&amp;service_api=R_f11b21ad05448f9b4029b73b124e8d0e&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><img src="http://www.webkitchen.be/wp-content/uploads/2009/06/flash-player-10-appicon-no-shadow.jpg" alt="flash_player_10_appicon_no_shadow.jpg" border="0" width="150" height="150" align="left" style="margin-right:10px;margin-bottom:10px;" />Remember the &#8220;old&#8221; days where you had to struggle with bandwidth selectors, video player choices and codec nightmares before you could watch a video online? I know it&#8217;s kind of a bold statement, but Flash really did change all that and the continuously increasing Flash Video market share proves that. I also often hear people complain about the quality of Flash Video. Most of the time, these people don&#8217;t know that Flash Player can actually play <a href="http://www.adobe.com/products/hdvideo/hdgallery/" target="_blank">high definition video up to 1080p</a> using the H.264 industry standard video codec.</p>
<p>But Flash Video is about more than just video. With Flash, you can easily make your video interactive. A piece of video in a Flash project is just like any other visual object. You can animate it, change it&#8217;s dimensions, layer it with other videos, make it interactive, &#8230; Heck&#8230; You can even personalize it. No other web technology currently available on 99% of all Internet-connected PCs is able to do this. And bloggers who claim otherwise should get their facts straight. (Are you reading this <a href="http://www.techcrunch.com/2009/06/09/demo-firefox-35-treats-videos-like-web-pages-why-cant-flash-do-that/" target="_blank">TechCrunch</a>?)</p>
<p>Flash Video is everywhere and sites like <a href="http://www.youtube.com" target="_blank">YouTube</a>, <a href="http://www.vimeo.com" target="_blank">Vimeo</a> and many other like it would not be as popular today without Flash Video! Traditional media companies like the <a href="http://video.on.nytimes.com/" target="_blank">New York Times</a>, <a href="http://cnn.com/video" target="_blank">CNN</a>, <a href="http://abc.go.com/video/" target="_blank">ABC</a>, <a href="http://www.msnbc.msn.com/id/8004316/" target="_blank">MSNBC</a> also use Flash for the delivery of their video content. Hollywood studios use it on <a href="http://www.hulu.com/" target="_blank">Hulu</a> and the recently announced <a href="http://www.epixhd.com/" target="_blank">Epix</a> site.</p>
<p>But like I said, Flash Video isn&#8217;t just about playing on demand video. Lots of people also use it for live video every day. Sites like <a href="http://www.ustream.tv/" target="_blank">UStream</a>, <a href="http://www.justin.tv/" target="_blank">Justin.tv</a>, <a href="http://qik.com/" target="_blank">Qik</a> and <a href="http://www.flixwagon.com/" target="_blank">FlixWagon</a> allow users to quickly setup a live video stream and stream it to hundreds of viewers. Ever sent a recorded video message to someone on <a href="http://www.facebook.com" target="_blank">FaceBook</a> or <a href="http://www.tokbox.com" target="_blank">Tokbox</a>?</p>
<p>So how about interactive video? There are tons of amazing examples out there! Remember the immensely popular <a href="http://www.elfyourself.com/" target="_blank">Elf Yourself</a> campaign? Or what about those really cool <a href="http://www.webkitchen.be/2009/04/29/the-power-of-the-flash-platform-part-2-augmented-reality/" target="_blank">augmented reality cases</a>? Augmented reality is actually another great example of how Flash changes the web. AR has been around for years now but it wasn&#8217;t until the recent availability of the <a href="http://www.libspark.org/wiki/saqoosha/FLARToolKit/en" target="_blank">FLARToolkit</a> that the technology was used online and even in campaigns for big brands like <a href="http://kiss-the-future.blogspot.com/2009/04/augmented-reality-in-doritos-sweet.html" target="_blank">Doritos</a>, <a href="http://www.livingsasquatch.com/" target="_blank">Jack Link&#8217;s</a> and <a href="http://sqlug.be/augmentedreality/activate/activate/" target="_blank">Microsoft</a>.</p>
<p>Flash on!</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.webkitchen.be%2F2009%2F06%2F11%2Fthe-power-of-the-flash-platform-part-3-video%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:75px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.webkitchen.be/2009/06/11/the-power-of-the-flash-platform-part-3-video/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>White House streaming live with Flash</title>
		<link>http://www.webkitchen.be/2009/03/26/whitehouse-streaming-live-with-flash/</link>
		<comments>http://www.webkitchen.be/2009/03/26/whitehouse-streaming-live-with-flash/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 16:24:16 +0000</pubDate>
		<dc:creator>Serge Jespers</dc:creator>
				<category><![CDATA[flash video]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[whitehouse]]></category>

		<guid isPermaLink="false">http://www.webkitchen.be/?p=1072</guid>
		<description><![CDATA[Imagine you are the most powerful man on the planet. You want to organize a town hall meeting online so that anyone anywhere can view the meeting online without having to install anything new. Which technology would you choose? The answer is simple: Flash. Barack Obama just started an online town hall meeting where he [...]]]></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.webkitchen.be%2F2009%2F03%2F26%2Fwhitehouse-streaming-live-with-flash%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.webkitchen.be%2F2009%2F03%2F26%2Fwhitehouse-streaming-live-with-flash%2F&amp;source=sjespers&amp;style=normal&amp;service=bit.ly&amp;service_api=R_f11b21ad05448f9b4029b73b124e8d0e&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>Imagine you are the most powerful man on the planet. You want to organize a town hall meeting online so that anyone anywhere can view the meeting online without having to install anything new. Which technology would you choose? The answer is simple: Flash.</p>
<p><img class="alignnone size-full wp-image-1073" title="whitehouse" src="http://www.webkitchen.be/wp-content/uploads/2009/03/whitehouse.jpg" alt="whitehouse" width="640" height="334" /></p>
<p>Barack Obama just started an online town hall meeting where he will answer the questions people could submit and vote for online. I&#8217;m currently on a hotel network and it&#8217;s still streaming in nicely.</p>
<p>They are streaming this using Flash Media Server 3.5 (the latest version of FMS) which does dynamic streaming and even allows you to pause the live broadcast. Check it out on <a href="http://www.whitehouse.gov/openforquestions/" target="_blank">http://www.whitehouse.gov/openforquestions/</a></p>
<p>Flash on!</p>
<iframe id="basic_facebook_social_plugins_likebutton" src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.webkitchen.be%2F2009%2F03%2F26%2Fwhitehouse-streaming-live-with-flash%2F&amp;layout=standard&amp;show_faces=true&amp;width=500&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:75px"></iframe>]]></content:encoded>
			<wfw:commentRss>http://www.webkitchen.be/2009/03/26/whitehouse-streaming-live-with-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

