
<?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; insight and opinions</title>
	<atom:link href="http://blog.marcellus.tv/category/get-into-our-minds/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>P2Peer-ing into the online video landscape</title>
		<link>http://blog.marcellus.tv/p2peer-ing-into-the-online-video-landscape/</link>
		<comments>http://blog.marcellus.tv/p2peer-ing-into-the-online-video-landscape/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 10:07:54 +0000</pubDate>
		<dc:creator>preetam</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=474</guid>
		<description><![CDATA[The (impending) arrival of Giraffic, with its Peer-2-Peer content delivery technology, raises some interesting thoughts about online video models.
Obviously, the first question to strike me was: what if YouTube was powered by a P2P delivery network? Imagine a distribution network comprising hundreds of millions of &#8220;mini&#8221;servers, serving up over a billion video views every day.
It&#8217;s [...]]]></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%2Fp2peer-ing-into-the-online-video-landscape%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fp2peer-ing-into-the-online-video-landscape%2F" height="61" width="51" /></a></div><p>The (impending) arrival of <a href="http://www.giraffic.com/" target="_blank">Giraffic</a>, with its Peer-2-Peer content delivery technology, raises some interesting thoughts about online video models.</p>
<p>Obviously, the first question to strike me was: what if YouTube was powered by a P2P delivery network? Imagine a distribution network <a href="http://bits.blogs.nytimes.com/2009/10/09/youtube-were-bigger-than-you-thought/" target="_blank">comprising hundreds of millions</a> of &#8220;mini&#8221;servers, serving up over a billion video views every day.</p>
<p>It&#8217;s a WOW factor on too many levels. I won&#8217;t even bother going into the cost-savings that would result from a scenario like this. Bandwidth costs could be halved, at least.</p>
<p>But even more exciting than the cost savings is how this could drive a fundamental change in new media business models. Now, you have millions of &#8220;distributors&#8221; who are not just pointing people to your content, but actually serving up the content as well. As a content owner, you benefit. As a content consumer, you benefit.</p>
<p>As a CDN, you&#8217;re scared stiff, and as a video platform, you&#8217;re ensuring QoS and reliability, perhaps giving the CDNs a comforting pat in the back.</p>
<p>- &#8211; -</p>
<p>A few harsh realities that stand in the way, nonetheless.</p>
<p>P2P delivery happens in chunks, so for users to help deliver those chunks, data will need to be downloaded/cached on their local machines first. This is obviously antithetic to streaming video, and a big argument in favor of progressive downloading.</p>
<p>Along the same lines, the local P2P client would be  the Flash player. Every time a user refreshes a page/navigates away from a page, the P2P network loses a seed. This is in stark contrast to a traditional BitTorrent client, which is &#8220;always on&#8221;.</p>
<p>- &#8211; -</p>
<p>Nonetheless, P2P delivery of online video is a very interesting conversation to have.  Adobe is definitely thinking hard about it, with <a href="http://en.wikipedia.org/wiki/Real_Time_Media_Flow_Protocol" target="_blank">RTMFP</a> (Real Time Media Flow Protocol), supported by the Flash 10 Player. Joost gave it a shot, but failed.</p>
<p>I think this is one disruption that will completely depend on timing, more than execution. Now&#8217;s not the time for it, but 2010&#8230;who knows?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/p2peer-ing-into-the-online-video-landscape/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Art of Listening</title>
		<link>http://blog.marcellus.tv/the-art-of-listening/</link>
		<comments>http://blog.marcellus.tv/the-art-of-listening/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 07:42:24 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[everything marcellus]]></category>
		<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[art of listening]]></category>
		<category><![CDATA[customer success]]></category>
		<category><![CDATA[eric ries]]></category>
		<category><![CDATA[feedback]]></category>
		<category><![CDATA[saas]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=470</guid>
		<description><![CDATA[A title Guy Kawasaki can use&#8230; but the inspiration comes from Umair Haque &#8211; &#8220;listening beats talking.&#8221;
The most significant aspect of a SaaS experience is the relationship that a service provider has with the subscriber. More aptly, the most important control point (for a service provider) is the relationship that the subscriber has with the [...]]]></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-art-of-listening%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fthe-art-of-listening%2F" height="61" width="51" /></a></div><p>A title Guy Kawasaki can use&#8230; but the inspiration comes from Umair Haque &#8211; <a href="http://discussionleader.hbsp.com/haque/2008/04/edge_principles_listening_beat_1.html">&#8220;listening beats talking.&#8221;</a></p>
<p>The most significant aspect of a SaaS experience is the relationship that a service provider has with the subscriber. More aptly, the most important control point (for a service provider) is the relationship that the subscriber has with the service.</p>
<p>A sure way to make that relationship a successful one is to let it be driven by customer feedback. It is better to be <a href="http://mystarbucksidea.force.com/">proactive</a> (in getting that feedback), than having to look <a href="http://mashable.com/2009/02/16/facebook-tos-response/">reactive</a> (in responding to critique).  The most important thing I took away from the recent post featuring Marcellus <a href="http://marcellus.tv/">(NOSTEALTH)</a> on <a href="http://www.techcrunch.com/2009/12/19/stealth-startupsget-over-yourselves-nobody-cares-about-your-secrets/#comment-3166765">Techcrunch </a>was that <strong>you lose out on interacting with customers when you are in the self-imposed <a href="http://www.relativitycorp.com/images/Coming-soon.jpg">&#8220;stealth mode.&#8221; </a></strong></p>
<p>One of the more practical methods of practicing the art of listening is to set up a <a href="http://www.startuplessonslearned.com/2009/10/real-customer-advisory-board.html">customer advisory board</a>. If that is impractical for you, then there are tools like <a href="http://getsatisfaction.com/">Getsatisfaction </a>that make active listening easy. Regardless of how you choose to do it, the ability to listen to validated feedback is your most important weapon. It is practically chapter 1 of your survival guide for SaaS success.</p>
<p>You increase the odds of success in your favor by letting the service be driven by those who are paying to adopt it&#8230; your paid customers. Eric Ries made an interesting point in the discussion that ensued the posting:</p>
<blockquote><p><em>Customers don’t usually know what they want, but that doesn’t mean it’s not helpful to talk to them to learn about what they need</em></p></blockquote>
<p>While Marcellus has a unique product perspective of its own, we also love to listen &#8230;a lot of the features in production and in the lab are also customer success stories.</p>
<p>And it is something we are very proud of.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/the-art-of-listening/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>20 Questions with Dr. Dre(y) of VidCompare: Part 2</title>
		<link>http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-2/</link>
		<comments>http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-2/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 12:46:22 +0000</pubDate>
		<dc:creator>preetam</dc:creator>
				<category><![CDATA[insight and opinions]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=458</guid>
		<description><![CDATA[A couple of days ago, I posted the first part in the &#8220;20 Questions with Dr. Dre(y)&#8221; series.
Something Kris said caught my attention, and this second question is directed at that.
#2. Very interesting point, re: “Platforms are beginning to narrow their focus on core competencies”.
As we see the emergence of more end-to-end platforms, where would [...]]]></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%2F20-questions-with-dr-drey-of-vidcompare-part-2%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2F20-questions-with-dr-drey-of-vidcompare-part-2%2F" height="61" width="51" /></a></div><p>A couple of days ago, <a href="http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-1/" target="_blank">I posted the first part</a> in the &#8220;20 Questions with Dr. Dre(y)&#8221; series.</p>
<p>Something <a href="http://twitter.com/vidcompare" target="_blank">Kris</a> said caught my attention, and this second question is directed at that.</p>
<p><strong><span style="color: #3366ff;">#2. </span>Very interesting point, re: “</strong><strong><em>Platforms are beginning to narrow their focus on core competencies</em>”.<br />
As we see the emergence of more end-to-end platforms, where would that leave pure-play offerings like Tube Mogul (syndication only) and Encoding.com (encoding only)?<br />
The way I see it, both form a piece of a bigger puzzle, and if there are vendors emerging that not only solve that larger puzzle, but also focus on specific core competencies, then it’s probably not going to be very good news for the other pure-play folks.</strong></p>
<p><strong>What&#8217;s your take on this?</strong></p>
<p><strong><br />
</strong></p>
<p>Kris Drey:</p>
<p>I see the pure plays as a very distinct piece of the OVP puzzle, some having come directly from the platform world.</p>
<p>Encoding.com was once an OVP until they changed their business model one year ago this month.<br />
VideoEgg changed gears back in 2007 from being an online video platform to that of online “engagement advertising” development.</p>
<p>The pure-plays have a very significant role in the big picture, focusing their time on a specific function which adds value to everyone in the form of third-party relationships.</p>
<p>As mentioned in <a href="http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-1/" target="_blank">question 1</a>, the partner programs include these pure plays which save the top-to-bottom platform providers time and money offering win/win relationships as add-ons for the end customer.</p>
<p>&#8211;</p>
<p>Preetam:</p>
<p>Yes, and No.</p>
<p>These pure plays *could* save top &gt; bottom providers time and money if they were able to offer <em>easy </em>hooks into their service that make a particular task(for example..video encoding) <em>economical</em>.</p>
<p>Most of them have an API that can facilitate the hook, but very few of them offer clear economic value in deviating from an on-premise solution.</p>
<p>Case in point, <a href="http://www.marcellus.tv" target="_blank">Marcellus</a> uses the Amazon Cloud for video encoding, storage, and delivery. Not only does Amazon provide a seriously awesome API for us to be able to pull that off, they also offer a usage-based model starting at pennies, which makes adoption/integration a no-brainer.</p>
<p>On the other hand, we have a company like <a href="http://www.encoding.com" target="_blank">Encoding.com</a>. It&#8217;s a great service that seems like a clear complement to our offering..on paper. We were even considering leveraging their API to off-load our video encoding. But the economics simply didn&#8217;t make sense to us, and we ended up building up our own encoding engine.</p>
<p>In theory, it&#8217;s all a nice value-chain. But in reality, there&#8217;s very little opportunity for forging fast, on-demand relationships. Which is why I feel like the pure play service providers need to start thinking about interoperability from an economic standpoint&#8230;moving beyond simply providing an API.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>20 Questions with Dr. Dre(y) of VidCompare: Part 1</title>
		<link>http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-1/</link>
		<comments>http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-1/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 06:44:04 +0000</pubDate>
		<dc:creator>preetam</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>
		<category><![CDATA[Brightcove]]></category>
		<category><![CDATA[feedroom]]></category>
		<category><![CDATA[fliqz]]></category>
		<category><![CDATA[kaltura]]></category>
		<category><![CDATA[kris drey]]></category>
		<category><![CDATA[marcellus]]></category>
		<category><![CDATA[online video]]></category>
		<category><![CDATA[ooyala]]></category>
		<category><![CDATA[ovpsummit]]></category>
		<category><![CDATA[theplatform]]></category>
		<category><![CDATA[vidcompare]]></category>
		<category><![CDATA[vzaar]]></category>
		<category><![CDATA[wistia]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=454</guid>
		<description><![CDATA[Over the next few weeks, I&#8217;ll be publishing a series of posts under the title: &#8220;20 Questions with Dr. Dre(y)&#8221;. 
These are conversations I&#8217;ve had with Kris Drey, the founder of VidCompare.com-  an online service that helps folks find the perfect online video platform provider suited to their needs. Kris is also Vice President (Product [...]]]></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%2F20-questions-with-dr-drey-of-vidcompare-part-1%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2F20-questions-with-dr-drey-of-vidcompare-part-1%2F" height="61" width="51" /></a></div><p><em>Over the next few weeks, I&#8217;ll be publishing a series of posts under the title: &#8220;20 Questions with Dr. Dre(y)&#8221;. </em></p>
<p><em>These are conversations I&#8217;ve had with <a href="http://www.linkedin.com/in/kristopherdrey" target="_blank">Kris Drey</a>, the founder of <a href="http://www.vidcompare.com" target="_blank">VidCompare.com</a>-  an online service that helps folks find the perfect online video platform provider suited to their needs. Kris is also Vice President (Product Marketing and Management) at <a href="http://www.fliqz.com" target="_blank">Fliqz</a>, which is also an excellent online video hosting and delivery service. </em></p>
<p><em>Kris happens to be one of the under-mentioned stalwarts of the online video space, IMHO. His perspectives on online video are very clear, grounded in reality, and create a good balance between innovating vs. catering to demand. We are totally delighted to have Kris talk to us and share his thoughts, so after a round of profuse thanks, and without further ado: </em></p>
<p><strong><span style="color: #0000ff;"><span style="color: #3366ff;">#1:</span> </span></strong><strong>Kris, you’re the founder of a terrific site that compares video platforms, VidCompare. It’s surprising that in the 10-odd years of streaming media being around, there hasn’t been a site like VidCompare. Why do you think that is?</strong></p>
<p>Kris Drey:</p>
<p>The key reason for the lack of an OVP comparison site until now is that online video has not been in the mainstream for long, we’re still in our infancy. But thanks to massive broadband penetration and the birth of <a href="http://www.youtube.com" target="_blank">YouTube</a>, online video has become a world-wide phenomenon pushing viewership numbers to astronomical levels with and astounding 21.4 billion views in July ’09, in the US alone. This staggering number proves the fact that online video is no fad, much like email has become a permanent and daily part of our lives.</p>
<p>Consumers and enterprises alike have come to realize the power of online video in the form of entertainment, shrinking television viewing, and as a highly effective marketing tool. OV is no longer just a competitive advantage but is rapidly becoming a table stake for any online marketer.</p>
<p>The OVP space is looking more and more like the CDN space every day as feature sets expand and prices retract. Platforms are beginning to narrow their focus on core competencies such as video SEO, syndication, and analytics for example. The fight for differentiation is fierce as business deals are struck with third parties forming deep partnership programs offering a wide array of solutions, and internal technologies advance bringing about unique offerings such as <a href="http://www.kaltura.com" target="_blank">Kaltura</a>’s open source platform.</p>
<p>Now, more than ever, as marketers look for new ways to drive high quality leads, online video is proving to be at the top of the list of every strategic roadmap. This fervency has sparked a fire that has yet to be contained in the growth of the OVP space. Innovators such as <a href="http://www.feedroom.com/" target="_blank">The Feedroom</a>, <a href="http://www.brightcove.com" target="_blank">Brightcove</a>, and <a href="http://www.theplatform.com/" target="_blank">thePlatform </a>are joined by a wave of new players like <a href="http://www.marcellus.tv" target="_blank">Marcellus</a>, <a href="http://wistia.com/" target="_blank">Wistia</a>, and <a href="http://www.vzaar.com" target="_blank">vzaar </a>and we’re still seeing new players come into the fray like the recently launched <a href="http://www.quick.tv/" target="_blank">Quick.tv</a>.</p>
<p>This is where initiatives like the <a href="http://www.ovpsummit.com" target="_blank">OVPSummit </a>and <a href="http://www.vidcompare.com" target="_blank">VidCompare </a>come in play. The mission of VidCompare is to help first-time buyers of video, such as VPs of Marketing and CEOs, understand the options available to them, and to assist them in choosing the right platform provider for their business needs.</p>
<p>&#8212;</p>
<p>Burning question for OVPSummit/VidCompare audiences:</p>
<p>How do you use Vid Compare? What&#8217;s the one feature/service missing on the site currently that would simplify the evaluation process for you?<br />
Fire away in the comments section below.</p>
<p>&#8212;</p>
<p><span style="color: #333333;"><em><strong>Every </strong></em>valid response will a free BASIC account at <a href="http://www.marcellus.tv" target="_blank">Marcellus </a>for 30-days, in addition to the 30-day evaluation- a $25 value!<br />
Be sure to leave your e-mail address, and rest assured that we will never ever give it out to anyone else, or use it for any purpose except for this one specific e-mail sending you instructions on redeeming this offer. </span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/20-questions-with-dr-drey-of-vidcompare-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Top 10 things we&#8217;ve learned about online video</title>
		<link>http://blog.marcellus.tv/top-10-things-we-learned-about-online-video/</link>
		<comments>http://blog.marcellus.tv/top-10-things-we-learned-about-online-video/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 08:29:46 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>
		<category><![CDATA[rants 'n raves]]></category>
		<category><![CDATA[online video]]></category>
		<category><![CDATA[things to know]]></category>
		<category><![CDATA[top 10]]></category>
		<category><![CDATA[video publishing]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=431</guid>
		<description><![CDATA[Here is something you probably don&#8217;t know about Marcellus: we&#8217;ve tried our hand at content publishing.
Yesssirreee! The Marcellus team was exactly where you, the content publisher, is today: looking for venues/channels/mediums to distribute/monetize/publicize our content.
And honestly, we were not mighty successful at it&#8230; so with the deepest respect for you, and a first-person understanding of [...]]]></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%2Ftop-10-things-we-learned-about-online-video%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Ftop-10-things-we-learned-about-online-video%2F" height="61" width="51" /></a></div><p>Here is something you probably don&#8217;t know about Marcellus: we&#8217;ve tried our hand at content publishing.</p>
<p>Yesssirreee! The Marcellus team was exactly where you, the content publisher, is today: looking for venues/channels/mediums to distribute/monetize/publicize our content.</p>
<p>And honestly, we were not mighty successful at it&#8230; so with the deepest respect for you, and a first-person understanding of your needs, we decided to stick to what we do best: design the tools to help you dig the gold.</p>
<p>What are the 10 things we learned about online video:</p>
<p>1. Online video is online first and video second.</p>
<p>2. Online video is driven by consumption, not adoption.</p>
<p>3. Online video is essentially a niche business.</p>
<p>4. You can compromise on the meaning, but you cannot compromise on quality.</p>
<p>5. Context is king; content is the king-maker.</p>
<p>6. Unless you are in the porn-business, people are willing to pay$0 for video.</p>
<p>7. Youtube is, and will increasingly become, the TV Guide channel.</p>
<p>8. Finding your audience is easy, keeping it is hard.</p>
<p>9. The name of the game is: accessibility.</p>
<p>10. It helps to have an online video platform that places its bets on your success.</p>
<p>Okay, the last one was a plug for Marcellus&#8230; so I will give you another one:</p>
<p>10. You only define the price, the users decide the value of your content.</p>
<p>Happy Streaming.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/top-10-things-we-learned-about-online-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video as a monetiz(able)ed social media object</title>
		<link>http://blog.marcellus.tv/video-as-a-monetizableed-social-media-object/</link>
		<comments>http://blog.marcellus.tv/video-as-a-monetizableed-social-media-object/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 06:36:17 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=413</guid>
		<description><![CDATA[I do this post and then this one emerges.
Defining the problem &#8211; content is treated differently under different contexts.
People tend to treat social networks with a certain level of attention deficiency, compared to content/portal sites, which is understandable.
Reading CNN requires more attention (for the most part) than reading your friend&#8217;s status message (though I do [...]]]></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%2Fvideo-as-a-monetizableed-social-media-object%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fvideo-as-a-monetizableed-social-media-object%2F" height="61" width="51" /></a></div><p>I do this <a href="http://blog.marcellus.tv/video-as-a-social-media-object/">post</a> and then this one <a href="http://www.dmwmedia.com/news/2009/11/23/study%3A-online-video-ads-less-effective-social-networks" target="_blank">emerges.</a></p>
<p>Defining the problem &#8211; <em>content is treated differently under different contexts</em>.<br />
People tend to treat social networks with a certain level of attention deficiency, compared to content/portal sites, which is understandable.<br />
Reading CNN requires more attention (for the most part) than reading your friend&#8217;s status message (though I do not know how can you not pay attention to &#8211; &#8220;John is growing purple blisters. They may burst open any time&#8221;).</p>
<p>Hence, the need to create more engaging social media experiences on social networks.<br />
Can you do it with interactive video? Yes.<br />
Can you do it with contextual based advertising within video? Yes.<br />
Can you do it with personalized recommendations? Yes.</p>
<p>But I still do believe and would like to harp on respecting the context of the content.<br />
Content will play significantly differently in social networks when compared to content portals because the core user needs that are being satiated are different. Content owners will have to recognize that.</p>
<p>And OVP providers will need to provide tools that help slice &#8216;n dice content into meaningful micro content that can be re-purposed and/or redistributed and tracked easily. Sell the car and sell the parts of the same car &#8211; bling bling.</p>
<p>It is a brave new world.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/video-as-a-monetizableed-social-media-object/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video as a Social Media Object</title>
		<link>http://blog.marcellus.tv/video-as-a-social-media-object/</link>
		<comments>http://blog.marcellus.tv/video-as-a-social-media-object/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 09:02:51 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=398</guid>
		<description><![CDATA[Facebook&#8217;s dramatic rise as video site further exemplifies the importance of video as a social media object.
Instead of the linear/one-to-one relationship that video plays in traditional media, video has the increasing potential of becoming a major driver in an ecosystem of creators, promoters, re-mixers, consumers and enthusiasts.
Not sure that this signals a new trend &#8220;where [...]]]></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%2Fvideo-as-a-social-media-object%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fvideo-as-a-social-media-object%2F" height="61" width="51" /></a></div><p><a href="http://www.webtvwire.com/facebook-becomes-third-largest-video-site-in-u-s-youtube-beats-hulu-by-a-huge-margin/" target="_blank">Facebook&#8217;s dramatic rise as video site</a> further exemplifies the importance of video as a social media object.</p>
<p>Instead of the linear/one-to-one relationship that video plays in traditional media, video has the increasing potential of becoming a major driver in an ecosystem of creators, promoters, re-mixers, consumers and enthusiasts.</p>
<p>Not sure that this signals a new trend &#8220;where <a href="http://www.webtvwire.com/category/companies/youtube/">YouTube</a> is being abandoned in favor for the social networking site&#8221;, because YouTube is making its own moves to <a href="http://youtube-global.blogspot.com/2009/11/connecting-citizens-and-journalists.html" target="_blank">create new avenues for creation and consumption</a>, for example, with <a href="http://www.youtube.com/direct" target="_blank">YouTube Direct</a>.</p>
<p>But the bigger point: video is rapidly turning into a highly pervasive social media object, and has the ability to carry tremendous amounts of context + conversations &gt; subsequent earning potential with it. Be it Hulu, Facebook, or YouTube, online video is shaping the next frontier of social media.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/video-as-a-social-media-object/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google to buy Brightcove. Not.</title>
		<link>http://blog.marcellus.tv/google-to-buy-brightcove-not/</link>
		<comments>http://blog.marcellus.tv/google-to-buy-brightcove-not/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 04:10:52 +0000</pubDate>
		<dc:creator>Riff Khan</dc:creator>
				<category><![CDATA[insight and opinions]]></category>
		<category><![CDATA[online video industry news]]></category>
		<category><![CDATA[Brightcove]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[rumors]]></category>

		<guid isPermaLink="false">http://blog.marcellus.tv/?p=290</guid>
		<description><![CDATA[I got my first email at 12:28 pm &#8211; &#8220;rumor: Google to buy Brightcove.&#8221;
I got my second email at 1:07 pm &#8211; &#8220;rumor false: Google to buy Brightcove.&#8221;
I spent the time during those emails scratching my head &#8211; What is wrong with the Brin/Page/Schmidt triumvirate? Does it really make sense for Google to invest in [...]]]></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%2Fgoogle-to-buy-brightcove-not%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fblog.marcellus.tv%2Fgoogle-to-buy-brightcove-not%2F" height="61" width="51" /></a></div><p>I got my first email at 12:28 pm &#8211; &#8220;rumor: Google to buy Brightcove.&#8221;</p>
<p>I got my second email at 1:07 pm &#8211; &#8220;rumor false: Google to buy Brightcove.&#8221;</p>
<p>I spent the time during those emails scratching my head &#8211; What is wrong with the Brin/Page/Schmidt triumvirate? Does it really make sense for Google to invest in an up-market (at those price points Brightcove is no Walmart) white-label video streaming provider?</p>
<p>Google has an audacious goal &#8211; organize the world&#8217;s information. I guess it does make sense for Google to acquire tools that publish that information&#8230; but Brightcove? Seriously? <a href="http://venturebeat.com/2009/09/16/report-google-to-acquire-brightcove-for-500-to-700-million/">Some reports </a>went on to expand that it would create synergies with Youtube. Um&#8230; you mean the same synergy that Brightcove and Brightcove TV created?</p>
<p>Sometimes the sum of the parts is less than the parts themselves&#8230; what these speculators are missing out on is: the white-label video platform space is different than the UGC video portal space. Publishers in the white-label video have different needs &#8211; they are not looking for platforms that market their content.</p>
<p>They are looking for tools that let them publish, manage and track their content at affordable price points. Then they are looking for a platform that lets them scale up and scale down on-demand. Simply put, IMHO &#8211; Google + Brightcove makes as much sense as Pizza + Ketchup. Sounds exciting for 39 minutes&#8230; and then you wake up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.marcellus.tv/google-to-buy-brightcove-not/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

