<?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>marcellus &#187; adobe</title>
	<atom:link href="http://blog.marcellus.tv/tag/adobe/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.marcellus.tv</link>
	<description>the marcellus blog</description>
	<lastBuildDate>Thu, 04 Feb 2010 03:11:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How does Flash Work?</title>
		<link>http://blog.marcellus.tv/the-anatomy-of-flash/</link>
		<comments>http://blog.marcellus.tv/the-anatomy-of-flash/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 06:55:08 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[miscellaneous]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[anatomy flash]]></category>
		<category><![CDATA[flash video]]></category>
		<category><![CDATA[how to use flash]]></category>
		<category><![CDATA[live streaming]]></category>
		<category><![CDATA[on demand streaming]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=500</guid>
		<description><![CDATA[The following is an article written by Wes Simpson for DV.com. The original posting can be found here. So thank you Wes and DV for this very relevant posting from the readers of the Marcellus Blog:
&#8212;&#8212;&#8212;-
Flash video is a technology that is widely used on Web sites throughout the Internet for delivering video (and other) [...]]]></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%2Fblog.marcellus.tv%2Fthe-anatomy-of-flash%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fthe-anatomy-of-flash%2F" height="61" width="51" /></a></div><p>The following is an article written by Wes Simpson for DV.com. The original posting can be found <a href="http://www.dv.com/article/90736">here.</a> So thank you Wes and DV for this very relevant posting from the readers of the Marcellus Blog:</p>
<p>&#8212;&#8212;&#8212;-</p>
<p>Flash video is a technology that is widely used on Web sites throughout the Internet for delivering video (and other) signals to a wide variety of different devices.</p>
<p>Flash video files and live streams can be displayed on handheld devices (such as the new Droid from Verizon Wireless), all types of laptops, netbooks and desktop PCs as well as a growing number of televisions that have Ethernet ports for displaying content from sites such as YouTube. Originally created by a company called Macromedia, Flash is now a product of Adobe Corp.</p>
<p><strong>WHY USE FLASH?</strong><br />
Flash’s big advantage is the widespread distribution of the software required to play Flash content on a variety of devices throughout the online world. Adobe claims on their Web site that 98 percent of Internet-enabled desktops worldwide have the Flash player installed, and so do hundreds of millions of other devices.</p>
<p>Having the support of the dominant online video providers is obviously a big plus for market penetration, but Flash has a number of technical benefits as well.</p>
<p>Flash is particularly strong in Web sites that combine both vector animation and bit-mapped raster graphics. Vector graphics require much less data compared to sending frame after frame of data describing the changes to hundreds of pixels, even using advanced compression technologies.</p>
<p>Flash also supports H.264 compression, which is used around the world for video recording and delivery. Ideally, this would allow video that was already compressed using H.264 to be directly imported and streamed without much manipulation, or for video to be exported easily to other players.</p>
<p>Unfortunately, Flash’s advanced stream management techniques, coupled with the variable bit-rate control methods used, make this impractical. Instead, videos normally require transcoding before they can be streamed using Flash, and similar manipulations are needed to export Flash files for playback in other formats. This is a double-edged sword — Flash can deliver high-quality images to users on many different platforms, but it has the drawback of requiring unique file structures.</p>
<p><strong>HOW DOES IT WORK?</strong><br />
Flash video is delivered to clients by way of a Flash server, either from a pre-recorded file or as a live stream. In either case, the process is quite similar.</p>
<p>It begins when a user decides to view Flash content. The user can request the content through a Web page hosted by the Flash server, or, much more commonly, the request is made through another Web page that redirects the user’s request for content to the Flash server.</p>
<p>In either case, the user’s device (client) sends two messages to the server to initiate the client-server handshake. Adobe recently published the protocol used in this process, called RTMP (for Real Time Messaging Protocol). Once this handshake is complete, the resulting connection is used to deliver video, audio and other content.</p>
<p>Decoding and displaying the content on the user’s device is performed by Adobe Flash Player software that must be installed on the user’s device before display or playback can begin. This software is typically configured as a plug-in to a Web browser, which means that the browser is responsible for activating the player software and for facilitating the flow of data between the server and the player.</p>
<p>One major benefit of plug-ins is that they can be updated without requiring any changes to the browser software, allowing for rapid innovation. In addition, a plug-in can contain proprietary code or tools for handling encrypted content that do not need to be incorporated into the browser.</p>
<p>Flash plug-ins also support the ActionScript Virtual Machine (AVSM), a software construct that implements a set of common, well-defined behaviors, enabling developers to write a single application that can run on a variety of different platforms, such as Microsoft, Apple and Linux.</p>
<p>Scripts can contain a number of actions for many different types of behavior, such as user interaction, stream management, Web site access and other functions. The ASVM gives Flash a lot of power that can be harnessed by developers to create rich multimedia experiences and even to create games that are written entirely in ActionScript.</p>
<p><strong>CREATING THE VIDEO</strong><br />
Creating a Flash video can be deceptively simple — many Web sites will accept video files in any of a number of different source formats and create a Web page containing that video in a matter of minutes. Similarly, self-contained, portable Webcasting appliances can be used to convert live video signals directly into streams. However, several steps must occur to produce the final product — either a live stream or a file that can be hosted on a server and streamed on demand.</p>
<p>The first step in the process is acquisition, where the source video signal is brought into the appliance for processing. When the signal is a composite/component/SDI video source originating from a camera, tape machine or similar device, this process is known as capture, wherein the video signal is fed into a specially designed interface board that converts the signal into a form suitable for further processing within the appliance.</p>
<p>In the case of video content that is already in a file, the process begins by copying the video clip or file into the appliance, which is often called file capture or upload.</p>
<p>The next step in the process is compression. This needs to be done using one of the compression formats support by Flash technology, such as those provided by Sorenson, On2 or the standard H.264 format (available since the launch of Version 9 of Adobe Flash). Scaling is often also done during this step, whereby the size of the original video frame is adjusted to fit the size of the destination video device, either through stretching or squeezing the video image (normally) or through cropping (rarely).</p>
<p>The final step in the process is to apply a “wrapper” to the video content that helps the playback device understand how the video and related audio or other content is to be interpreted. This wrapper contains information (metadata) about the video image format; lists the compression codecs used to create the data; and describes any other signals such as audio or text that will form part of the output of the viewer. Wrappers, which are also called “containers,” provide a common format for communicating the relevant information about the stream, thereby enabling the playback device to quickly and easily determine how the bits within the stream are to be decoded and displayed.</p>
<p><strong>DELIVERING THE VIDEO</strong><br />
Two methods are frequently used for delivering Flash video to viewers: real-time streaming and on-demand streaming. With real-time streaming a video signal is delivered to one or more viewers from a single source, which can be live or pre-recorded video. This technique is often used for broadcasting live news on Web sites such as CNN.com, and the viewer “tunes-in” to the ongoing program while it is playing.</p>
<p>In contrast, with on-demand streaming, each viewer receives a stream that is custom-delivered to his or her viewing device, on a time schedule that is controlled by the viewer, who can pause, rewind and fast-forward the video. YouTube and many other sites use this technique. Two different, but related, technologies are used to support these two delivery methods.</p>
<p>In real-time streaming, the big challenge is to make a copy of the source stream for each of the viewers who is currently watching. Because the public Internet and many private networks are not multicast-enabled, each viewer’s device must receive a unique sequence of data packets addressed specifically to the user’s device IP address.</p>
<p>To accomplish this task, a “reflecting server” is used to take a single incoming stream and generate multiple output streams.</p>
<p><img class="aligncenter size-full wp-image-501" title="Flash-Basics-1" src="http://blog.marcellus.tv/wp-content/uploads/2010/01/Flash-Basics-1.gif" alt="Flash-Basics-1" width="864" height="274" /></p>
<p>As shown in Figure 1 (above), video is fed from a source to a Webcasting device, which captures the video, compresses it, and places it into the Flash stream wrapper and format. The reflecting server then replicates this stream for each client device.</p>
<p>In parallel, a portal Web site is often set up that serves as a landing page for user devices to get information about available streams. Clients that navigate to this page are redirected to the reflecting server to actually receive the stream.</p>
<p><img class="aligncenter size-full wp-image-503" title="Flash-Basics-2" src="http://blog.marcellus.tv/wp-content/uploads/2010/01/Flash-Basics-21.gif" alt="Flash-Basics-2" width="864" height="287" /><span id="ctl00_ContentPlaceHolder2_lblContentBottom">The process for on-demand streaming is shown in Figure 2 (above). First, the video content must be created and uploaded to a Flash server. Inside the Flash server, content files are transcoded as necessary into the final Flash streaming format and stored. In parallel, the author of the content will often create a Web page that contains an ActionScript that tells viewers about the available content and give them controls to begin video playback.</span></p>
<p>These Web pages will redirect the client devices to the Flash server to actually receive the streams. Typically, these Web pages will display a thumbnail that is a single frame selected from the video to illustrate the contents.</p>
<p><strong>GETTING STARTED</strong><br />
A large ecosystem of software and systems has grown up to serve the Flash video market. One of the easiest ways to begin real-time streaming is to rent or purchase Webcasting equipment that is available from a number of suppliers. These self-contained units have video and audio inputs and Ethernet outputs that deliver one or more fully compliant Flash streams. Also, the services of a reflecting server can be purchased or rented as needed to replicate the stream to many viewers. Companies using this approach can get on the air quickly without a huge expenditure of time or money for purchasing systems and training. So what are you waiting for?</p>
<p><span>&#8212;&#8212;&#8211;</span></p>
<p><span>Again &#8211; thank you Wes and DV.com<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/the-anatomy-of-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Silverlight versus Flash &#8211; as an Application Platform</title>
		<link>http://blog.marcellus.tv/silverlight-versus-flash-as-an-application-platform/</link>
		<comments>http://blog.marcellus.tv/silverlight-versus-flash-as-an-application-platform/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 04:06:23 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[app platforms]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[silverlight]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=479</guid>
		<description><![CDATA[Silverlight aficionados will tell you that comparing Silverlight and Flash makes as much sense as a comparison between a Moto Razr and the iPhone. They will tell you that Silverlight was created for a far bigger purpose;  to light up the web (to use Microsoft&#8217;s marketing lingo) in the same way as Windows Presentation Foundation [...]]]></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%2Fblog.marcellus.tv%2Fsilverlight-versus-flash-as-an-application-platform%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fsilverlight-versus-flash-as-an-application-platform%2F" height="61" width="51" /></a></div><p>Silverlight aficionados will tell you that comparing Silverlight and Flash makes as much sense as a comparison between a Moto Razr and the iPhone. They will tell you that Silverlight was created for a far bigger purpose;  to <a href="http://blogs.zdnet.com/microsoft/?p=3666">light up the web </a>(to use Microsoft&#8217;s marketing lingo) in the same way as Windows Presentation Foundation (formerly Avalon &#8211; I just love Microsoft&#8217;s system of nomenclature. Which genius thought of Vista though?) was to light up the Windows Platform. Maybe they are right &#8211; Silverlight might have a more audacious goal (which Microsoft product doesn&#8217;t?), but with Microsoft trying to eat up some of the ubiquitous Flash market a comparison is valid.</p>
<p>Before we begin to start comparing them as media clients, let us examine them as application platforms from the perspective of the one trying to play <a href="http://www.youtube.com/watch?v=NrGeOHpEGk0">ketchup</a>, i.e. Silverlight:</p>
<p><strong>Security</strong></p>
<p>Silverlight stepped out of the browser with Silverlight 3 and brought with it the same sandbox environment as it had within the broswer. Unlike Adobe Air applications (Flash&#8217;s flavor for desktop applications), Silverlight apps do not require elevated privileges to run, which makes for a more secure environment. But then, with elevated privileges Air apps can do so much more.</p>
<p><strong>Offline Browser Support</strong></p>
<p>Speaking of more, Adobe Air has better offline browser support with an included webkit; whereas, with Silverlight if the app requires HTML or a script running within the browser, then too bad &#8211; you can&#8217;t do it. Air also has local database support with embedded SQLite, Silverlight does not.</p>
<p><strong>Remote Data Access</strong></p>
<p>Silverlight 3 does address remote data access shortcomings; Ajax apps (and Silverlight apps) will be able to to retrieve remote-data which will come down in the default JSON format.</p>
<p><strong>SEO Friendly</strong></p>
<p>Silverlight 3 is also looking to be more SEO friendly by permitting deep linking URLs to point to places within the application.  To make things even more exciting for search engine crawlers, an ASP add on mirrors dynamic content into HTML for easy indexing.</p>
<p><strong>3 D</strong></p>
<p>Things become easier in the 3rd dimension with Silverlight, where you can apply a 3 D effect to any media object with a 3 D API.</p>
<p>Oh and here&#8217;s the closer: multi-touch support is available with Silverlight 3&#8230; but only on Windows 7 (did I mention this was a Microsoft product?!)</p>
<p>&#8212;-</p>
<p>To summarize: Microsoft seems to have done a great job with Silverlight 3 and promises much more with <a href="http://silverlight.net/getstarted/silverlight-4-beta/">Silverlight 4. </a>But how can it convince developers to ignore the ubiquity of Flash (installed on 95% of web browsers) remains the big challenge for Microsoft.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/silverlight-versus-flash-as-an-application-platform/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Adobe adds adaptive bandwidth streaming to Flash player 10</title>
		<link>http://blog.marcellus.tv/adobe-adds-adaptive-bandwidth-streaming-to-flash-player-10/</link>
		<comments>http://blog.marcellus.tv/adobe-adds-adaptive-bandwidth-streaming-to-flash-player-10/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 14:36:49 +0000</pubDate>
		<dc:creator>Preetam</dc:creator>
				<category><![CDATA[online video industry news]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[flash 10]]></category>

		<guid isPermaLink="false">http://marcellusblog.wordpress.com/?p=90</guid>
		<description><![CDATA[Just learned, via NewTeeVee that Adobe just launched Flash (Player) 10..with the capability to deliver adaptive bandwidth streaming.
I assume that bit is useful only for folks using Flash media server(or a comparative streaming server like Wowza/Red5) to stream their content. Of course, we&#8217;ll do some more looking into this now, and see how we can [...]]]></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%2Fblog.marcellus.tv%2Fadobe-adds-adaptive-bandwidth-streaming-to-flash-player-10%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fadobe-adds-adaptive-bandwidth-streaming-to-flash-player-10%2F" height="61" width="51" /></a></div><p>Just learned, via <a href="http://newteevee.com/2008/10/14/adobe-adds-dynamic-streaming-and-more-to-flash-player/">NewTeeVee</a> that Adobe just launched Flash (Player) 10..with the capability to deliver adaptive bandwidth streaming.</p>
<p>I assume that bit is useful only for folks using Flash media server(or a comparative streaming server like Wowza/Red5) to stream their content. Of course, we&#8217;ll do some more looking into this now, and see how we can leverage Flash 10.</p>
<p>In the meantime, if you want to give it a shot(I was up and running with Flash 10 in about 45 seconds, from download to installation), head on over to the <a href="http://www.adobe.com/go/getflash">Flash 10 download page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/adobe-adds-adaptive-bandwidth-streaming-to-flash-player-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
