<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>John Deutscher</title>
	<atom:link href="http://blog.johndeutscher.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johndeutscher.com</link>
	<description>Ideas on technology and media</description>
	<lastBuildDate>Fri, 05 Mar 2010 01:22:17 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='blog.johndeutscher.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c3afb788d75abc5cd1b624e074539b50?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>John Deutscher</title>
		<link>http://blog.johndeutscher.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.johndeutscher.com/osd.xml" title="John Deutscher" />
	<atom:link rel='hub' href='http://blog.johndeutscher.com/?pushpress=hub'/>
		<item>
		<title>IIS Smooth Streaming Format SDK Beta 1 released</title>
		<link>http://blog.johndeutscher.com/2010/03/04/iis-smooth-streaming-format-sdk-beta-1-released/</link>
		<comments>http://blog.johndeutscher.com/2010/03/04/iis-smooth-streaming-format-sdk-beta-1-released/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 00:47:34 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2010/03/04/iis-smooth-streaming-format-sdk-beta-1-released/</guid>
		<description><![CDATA[Today, I am pleased to announce the release of Beta 1 of the Microsoft IIS Smooth Streaming Format SDK 1.0. 
The IIS Smooth Streaming Format SDK provides application developers the capability to mux encoded video and audio elementary streams into Smooth Streaming fragmented-MP4 format that is compliant with the Smooth Streaming Format and Protected Interoperable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=108&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Today, I am pleased to announce the release of <strong>Beta 1</strong> of the <strong>Microsoft IIS Smooth Streaming Format SDK 1.0</strong>. </p>
<p>The IIS Smooth Streaming Format SDK provides application developers the capability to mux encoded video and audio elementary streams into Smooth Streaming fragmented-MP4 format that is compliant with the Smooth Streaming Format and <a href="http://learn.iis.net/page.aspx/685/protected-interoperable-file-format/" target="_blank">Protected Interoperable File Format (PIFF)</a> specifications. The IIS Smooth Streaming Format SDK includes a native C++ static library that can be linked into your applications to support the muxing of fragmented-MP4 into files or sent live via HTTP POST to a server running Internet Information Services (IIS) 7.0 and IIS Media Services 3.0. The SDK is available for download here – <a href="http://go.microsoft.com/fwlink/?LinkID=183416&amp;clcid=0x409" target="_blank">Download IIS Smooth Streaming</a>.</p>
<p>Documentation for the SDK can be found online here – <a href="http://go.microsoft.com/fwlink/?LinkID=183331&amp;clcid=0x409" target="_blank">IIS Smooth Streaming Format SDK MSDN documentation</a> and the release notes are available here – <a href="http://www.iis.net/downloads/files/smoothstreaming/IIS_Smooth_Streaming_Format_SDK_Beta_1_ReadMe.htm" target="_blank">IIS Smooth Streaming Format SDK Beta 1 Release Notes</a>.</p>
<p>&#160;</p>
<p>The primary purpose of the IIS Smooth Streaming Format SDK is to enable developers to create applications that can generate PIFF compliant Smooth Streaming formatted fragmented-MP4 files for use in video-on-demand and live streaming scenarios. In addition, the SDK can be used to encrypt content using standard AES encryption as required by the PIFF specification (this SDK only supports the PlayReady specific protection headers).</p>
<p>It is expected that the video and audio encoding functionality is done externally from the SDK.&#160; Encoding for VC-1 can be accomplished by using the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=5031c859-e8da-41bc-98e3-c13add5378b0&amp;amp;displaylang=en" target="_blank">Microsoft VC-1 Encoder SDK – Professional</a>. If you wish to do H.264 encoding, you will need to acquire a 3rd party H.264 encoding SDK and AAC audio encoder.&#160; There are lots of encoding library choices available both free and commercial.&#160; </p>
<p>The components of the SDK include: </p>
<ol>
<li>A static-linked packaging library ssfsdk.lib, along with appropriate header files, that delivers f-MP4 wrapping capability to an application for use with the following video and audio codec combinations:
<ul>
<li>Closed GOP encoded VC-1 with Elementary Stream Sequence Headers and WMA Pro, or WMA audio </li>
<li>H.264 (avc1) and AAC-LC audio </li>
</ul>
</li>
<li>Sample source code for a basic on-demand muxing application that uses DirectShow to source from files. </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=183331&amp;clcid=0x409" target="_blank">Link to online MSDN documentation</a>. </li>
</ol>
<p>&#160;</p>
<p>The key features of this Beta 1 release of the Smooth Streaming Format SDK are:</p>
<ul>
<li>Support for Protected Interoperable File Format (PIFF) compliant fragmented-MP4 file output. </li>
<li>Support for ISO Base Media (ISO/IEC 14496-12:2008) spec compliance. </li>
<li>Support for muxing live and on-demand content. </li>
<li>Support for appropriate header boxes and formatting required for live streaming using IIS Media Services. </li>
<li>Support for AES-CTR encryption of VC-1 encoded content for use with PlayReady licensing servers and Silverlight 3.0 or higher. </li>
<li>Support for writing out a compliant server manifest files. </li>
<li>Support for writing out a compliant client manifest files. </li>
</ul>
<p>To give you a peek at the roadmap, some upcoming features planned for Beta 2 include:</p>
<ul>
<li>Subsample encryption support for encrypting H.264 content in compliance with PIFF 1.1 </li>
<li>Multi-language audio muxing </li>
<li>Text tracks </li>
<li>Sparse streams </li>
<li>A sample for live streaming </li>
</ul>
<p>&#160;</p>
<p><strong>NOTE: </strong>Beta 1 of the SDK is provided for evaluation purposes and for use in testing your Smooth Streaming encoding implementations. Beta 1 does not currently give you a “Go-Live” license, so you will need to wait until Beta 2 if you plan to use this in production. </p>
<p>If you have questions on how to use this SDK in your applications, comments, or feedback on the SDK please send them to me directly or to <a href="mailto:smooth@microsoft.com">smooth@microsoft.com</a>.&#160; <br />We are looking forward to incorporating your feedback and ideas into the Beta 2 release. </p>
<p>&#160;</p>
<p>Resources</p>
<ul>
<li>Download the <a href="http://go.microsoft.com/?linkid=9682897">Protected Interoperable File Format specification</a> </li>
<li>Download the <a href="http://go.microsoft.com/?linkid=9682896">IIS Smooth Streaming Transport Protocol Specification</a> </li>
<li><a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=2b1ce605-3b99-49ad-8a26-1250f2acbbf6&amp;displaylang=en">Download IIS Smooth Streaming Player Development Kit 1.0 – Beta 2</a> </li>
<li>More Information on <a href="http://www.iis.net/expand/SmoothPlayer">Smooth Player</a> Development </li>
<li><a href="http://msdn.microsoft.com/en-us/library/microsoft.web.media.smoothstreaming.aspx">API documentation</a> for Smooth Streaming Player SDK </li>
<li>More Information on <a href="http://www.iis.net/extensions/SmoothStreaming">Smooth Streaming</a> </li>
<li>More Information on <a href="http://www.iis.net/extensions/LiveSmoothStreaming">Live Smooth Streaming</a> </li>
<li>Supporting documentation on getting started&#160; with Smooth Streaming
<ul>
<li><a href="http://learn.iis.net/page.aspx/558/smooth-streaming-for-iis-70---getting-started/">Smooth Streaming for IIS 7.0 &#8211; Getting Started</a> </li>
<li><a href="http://learn.iis.net/page.aspx/620/live-smooth-streaming-for-iis-70---getting-started/">Live Smooth Streaming for IIS 7.0 &#8211; Getting Started</a> </li>
<li><a href="http://learn.iis.net/page.aspx/689/smooth-streaming-deployment-guide/">Smooth Streaming Deployment Guide</a> </li>
<li><a href="http://blogs.iis.net/vsood/archive/2009/10/14/building-your-first-smooth-streaming-player.aspx">Building your first Smooth Streaming Player using SSME</a> </li>
</ul>
</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=108&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/03/04/iis-smooth-streaming-format-sdk-beta-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>New Composite Manifest support for building Rough Cut Editing (RCE) scenarios with Smooth Streaming.</title>
		<link>http://blog.johndeutscher.com/2010/01/22/new-composite-manifest-support-for-building-rough-cut-editing-rce-scenarios-with-smooth-streaming/</link>
		<comments>http://blog.johndeutscher.com/2010/01/22/new-composite-manifest-support-for-building-rough-cut-editing-rce-scenarios-with-smooth-streaming/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 01:03:30 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[RCE]]></category>
		<category><![CDATA[SSME]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Smooth Streaming]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2010/01/22/new-composite-manifest-support-for-building-rough-cut-editing-rce-scenarios-with-smooth-streaming/</guid>
		<description><![CDATA[&#160;
Beta 2 of the IIS Smooth Streaming Player Development Kit (SSPDK) contains a very important Silverlight control called the SmoothStreamingMediaElement. This control is the core client side component for making Smooth Streaming work in Silverlight.&#160; 
In the latest release, Vishal Sood and team have added in support for a new manifest format called the Composite [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=107&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Beta 2 of the IIS Smooth Streaming Player Development Kit (SSPDK) contains a very important Silverlight control called the <strong>SmoothStreamingMediaElement. </strong>This control is the core client side component for making Smooth Streaming work in Silverlight.&#160; </p>
<p>In the latest release, Vishal Sood and team have added in support for a new manifest format called the Composite Manifest.&#160; </p>
<p>This new manifest can be used in scenarios where you want to do one of the following:</p>
<ul>
<ul>
<li>Create a new video clip that is composed of many smaller sections of existing content. </li>
<li>Create a single or series of highlight clips from a very long clip (which could be the archive of a live event).</li>
</ul>
</ul>
<p>I view this new Composite Manifest like a new Edit Decision List (EDL) format since I have a background in the broadcast and post production world. This new manifest allows me to create a cuts only EDL file that can be used by the player to dynamically generate new clips without going through the process of re-assembling, re-encoding, or trans-muxing assets.&#160;&#160; </p>
<p>This new manifest enables really cool scenarios where you can create Edit Decision Lists (EDLs) on the fly in a web based RCE tool (more coming on this later…) and generate new assets from existing ones without touching the content.&#160; </p>
<p>Pay close attention to the fact that even though your Smooth Streaming files may have chunks that are 2 seconds in duration, the new Composite Manifest lets you start and end your clips <em>within</em> the boundaries of that chunk. So you are not restricted to making edits at the fragmented-MP4 chunk boundaries.</p>
<p>Read up on the new Composite Manifest format and how to define Clips here:</p>
<p><a title="http://blogs.iis.net/vsood/archive/2010/01/22/composite-manifest-support-for-rough-cut-editing-scenarios-in-ssme.aspx" href="http://blogs.iis.net/vsood/archive/2010/01/22/composite-manifest-support-for-rough-cut-editing-scenarios-in-ssme.aspx">http://blogs.iis.net/vsood/archive/2010/01/22/composite-manifest-support-for-rough-cut-editing-scenarios-in-ssme.aspx</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/107/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/107/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/107/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=107&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/01/22/new-composite-manifest-support-for-building-rough-cut-editing-rce-scenarios-with-smooth-streaming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS Smooth Streaming Player Development Kit Beta 2 Released</title>
		<link>http://blog.johndeutscher.com/2010/01/22/iis-smooth-streaming-player-development-kit-beta-2-released/</link>
		<comments>http://blog.johndeutscher.com/2010/01/22/iis-smooth-streaming-player-development-kit-beta-2-released/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:35:52 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[SSME]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Smooth Format SDK]]></category>
		<category><![CDATA[Smooth Streaming]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2010/01/22/iis-smooth-streaming-player-development-kit-beta-2-released/</guid>
		<description><![CDATA[Vishal Sood posted a new blog entry on the latest release of the Smooth Streaming Player Development Kit Beta 2 last week. 
Read all about the new features in the Player SDK, and download the bits here: http://blogs.iis.net/vsood/archive/2010/01/15/iis-smooth-streaming-player-development-kit-beta-2-released.aspx
Key features include:


Basic Playback controls 

APIs such as Play, Pause, Stop, etc. 
Events for Playback and Diagnostics 
Properties [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=106&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Vishal Sood posted a new blog entry on the latest release of the <strong>Smooth Streaming Player Development Kit Beta 2</strong> last week. </p>
<p>Read all about the new features in the Player SDK, and download the bits here: <a title="http://blogs.iis.net/vsood/archive/2010/01/15/iis-smooth-streaming-player-development-kit-beta-2-released.aspx" href="http://blogs.iis.net/vsood/archive/2010/01/15/iis-smooth-streaming-player-development-kit-beta-2-released.aspx">http://blogs.iis.net/vsood/archive/2010/01/15/iis-smooth-streaming-player-development-kit-beta-2-released.aspx</a></p>
<p>Key features include:</p>
<ul>
<li>
<p>Basic Playback controls </p>
<ul>
<li>APIs such as Play, Pause, Stop, etc. </li>
<li>Events for Playback and Diagnostics </li>
<li>Properties to track position, etc. </li>
</ul>
</li>
<li>Advanced Playback support
<ul>
<li>DVR support for Live Smooth Streaming </li>
<li>Support for keeping track of Live event while in DVR (*<strong>new</strong> in Beta 2*) </li>
<li>Trick Play: Slow Motion </li>
<li>Trick Play: Fast Forward / Rewind (*<strong>new</strong> in Beta 2*) </li>
</ul>
</li>
<li>H.264 / AAC support (*new in Beta 2*) </li>
<li>Monetization
<ul>
<li>Ad Playback integration – scheduling capabilities, tracking Ad progress </li>
<li>Live Ad Insertion with Live Smooth Streaming </li>
<li>Rich Analytics with IIS Advanced Logging </li>
<li>Support for specifying markers/Ad ingestion point outside the main manifest (*<strong>new</strong> in Beta 2*) </li>
</ul>
</li>
<li>Content Protection – PlayReady integration for VC1 content </li>
<li>Composite Manifest Support for scenarios like Rough Cut Editing (*<strong>new</strong> in Beta 2*) </li>
<li>Selecting Tracks for playback (e.g., restrict the bit-rates available, support multiple camera angles in a single stream, etc.) </li>
<li>Support for progressive download Ads/content </li>
<li>SSME is used in Silverlight Media Framework(SMF) and the partnership helps facilitate faster player development </li>
</ul>
<p>&#160;</p>
<p>The <strong>Silverlight Media Framework </strong>has also been updated to version 1.1 which includes the latest <strong>SmoothStreamingMediaElement </strong>from Beta 2 of the Smooth Streaming Player SDK. This includes support for progressive download content in addition to Smooth Streaming format support.</p>
<p>Get the latest drop of the <strong>Silverlight Media Framework 1.1</strong> on Codeplex: <a title="http://smf.codeplex.com/" href="http://smf.codeplex.com/">http://smf.codeplex.com/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=106&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/01/22/iis-smooth-streaming-player-development-kit-beta-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Netflix-like thumbnail scrubbing preview to the SMF Player</title>
		<link>http://blog.johndeutscher.com/2010/01/22/adding-netflix-like-thumbnail-scrubbing-preview-to-the-smf-player/</link>
		<comments>http://blog.johndeutscher.com/2010/01/22/adding-netflix-like-thumbnail-scrubbing-preview-to-the-smf-player/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 00:25:28 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Smooth Streaming]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2010/01/22/adding-netflix-like-thumbnail-scrubbing-preview-to-the-smf-player/</guid>
		<description><![CDATA[&#160;
Michael Scherotter just posted a great sample of creating Netflix style ‘zoetrope’ player thumbnails in Silverlight.
His sample uses the latest version of the Silverlight Media Framework that is posted at http://smf.codeplex.com, and Expression Encoder 3.0. 
We are looking into adding in support for embedded &#34;Zoetrope” tracks to the Smooth Streaming Format SDK and Silverlight Media [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=105&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Michael Scherotter just posted a great sample of creating Netflix style ‘zoetrope’ player thumbnails in Silverlight.</p>
<p>His sample uses the latest version of the Silverlight Media Framework that is posted at <a href="http://smf.codeplex.com">http://smf.codeplex.com</a>, and Expression Encoder 3.0. </p>
<p>We are looking into adding in support for embedded &quot;Zoetrope” tracks to the Smooth Streaming Format SDK and Silverlight Media Framework in a later release.</p>
<p><strong>Article</strong>: <a href="http://blogs.msdn.com/synergist/archive/2010/01/22/scrubbing-with-thumbnails-with-the-smf-player.aspx">http://blogs.msdn.com/synergist/archive/2010/01/22/scrubbing-with-thumbnails-with-the-smf-player.aspx</a></p>
<p><strong>Demo</strong>: <a href="http://xmldocs.net/smf">http://xmldocs.net/smf</a></p>
<p><strong>Source Code</strong>: <a href="http://code.msdn.microsoft.com/SMFThumbnailScrub">http://code.msdn.microsoft.com/SMFThumbnailScrub</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=105&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/01/22/adding-netflix-like-thumbnail-scrubbing-preview-to-the-smf-player/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS Media Services 3.0, including IIS Live Smooth Streaming, has been released</title>
		<link>http://blog.johndeutscher.com/2009/10/12/iis-media-services-3-0-including-iis-live-smooth-streaming-has-been-released/</link>
		<comments>http://blog.johndeutscher.com/2009/10/12/iis-media-services-3-0-including-iis-live-smooth-streaming-has-been-released/#comments</comments>
		<pubDate>Mon, 12 Oct 2009 21:43:36 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IIS Smooth Streaming]]></category>

		<guid isPermaLink="false">http://blog.johndeutscher.com/?p=99</guid>
		<description><![CDATA[We just released IIS Media Services 3.0, a set of extensions for Internet Information Services 7 (IIS) that provide an integrated HTTP-based media delivery platform. This includes the new IIS Live Smooth Streaming and the separate IIS Advanced Logging package.
In addition, we released the beta of the Smooth Streaming Player Development Kit, which allows developers [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=99&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>We just released IIS Media Services 3.0, a set of extensions for Internet Information Services 7 (IIS) that provide an integrated HTTP-based media delivery platform. This includes the new IIS Live Smooth Streaming and the separate IIS Advanced Logging package.</p>
<p>In addition, we released the beta of the Smooth Streaming Player Development Kit, which allows developers to easily create Smooth Streaming experiences using Silverlight. Supported features include PlayReady</p>
<p><a href="http://blogs.iis.net/chriskno/archive/2009/10/12/iis-media-services-3-0-including-iis-live-smooth-streaming-has-been-released.aspx">http://blogs.iis.net/chriskno/archive/2009/10/12/iis-media-services-3-0-including-iis-live-smooth-streaming-has-been-released.aspx</a></p>
<p>See these blog posts to learn more about the key new features that are part of this release:</p>
<ul>
<li>IIS Live Smooth Streaming: <a href="http://blogs.iis.net/jboch/archive/2009/10/09/rtw-of-live-smooth-streaming-is-now-live.aspx">http://blogs.iis.net/jboch/archive/2009/10/09/rtw-of-live-smooth-streaming-is-now-live.aspx</a></li>
<li>IIS Advanced Logging: <a href="http://blogs.iis.net/vsood/archive/2009/10/12/iis-advanced-logging-1-0-released.aspx">http://blogs.iis.net/vsood/archive/2009/10/12/iis-advanced-logging-1-0-released.aspx</a></li>
<li>IIS Smooth Streaming Player Development Kit – Beta 1: <a href="http://blogs.iis.net/vsood/archive/2009/10/09/iis-smooth-streaming-player-development-kit-1-0-beta-1-released.aspx">http://blogs.iis.net/vsood/archive/2009/10/09/iis-smooth-streaming-player-development-kit-1-0-beta-1-released.aspx</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=99&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2009/10/12/iis-media-services-3-0-including-iis-live-smooth-streaming-has-been-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>Expression Encoder 3.0 and PowerShell scripting the API</title>
		<link>http://blog.johndeutscher.com/2009/07/13/expression-encoder-3-0-and-powershell-scripting-the-api/</link>
		<comments>http://blog.johndeutscher.com/2009/07/13/expression-encoder-3-0-and-powershell-scripting-the-api/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 21:35:43 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Expression Encoder]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2009/07/13/expression-encoder-3-0-and-powershell-scripting-the-api/</guid>
		<description><![CDATA[The latest release of Expression Encoder 3.0 is almost ready to ship and has a lot of great enhancements including new presets for H.264, full control of the H.264 encoding parameters, a new Screen Capture tool (which looks fantastic!) and a new object model API that include support for Live Encoding.&#160; 
James Clarke provides a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=87&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>The latest release of Expression Encoder 3.0 is almost ready to ship and has a lot of great enhancements including new presets for H.264, full control of the H.264 encoding parameters, a new Screen Capture tool (which looks fantastic!) and a new object model API that include support for Live Encoding.&#160; </p>
<p>James Clarke provides a great overview of the new features in <a href="http://blogs.msdn.com/expressionencoder/" target="_blank">this blog post</a>.</p>
<p>To check out the Screen Capture tool in action, check out Keith Comb’s HD Screencast demo post <a href="http://blogs.technet.com/keithcombs/archive/2009/07/11/expression-encoder-screen-capture-3-hd-screencast-demonstration.aspx" target="_blank">here</a>.</p>
<p>Today I wanted to check out the new API, particularly the new sample PowerShell 2.0 module that James built out to put into the SDK. </p>
<p>You can locate the new sample PowerShell cmdlet in the Samples directory of the SDK :&#160; C:\Program Files (x86)\Microsoft Expression\Encoder 3\SDK\Samples\EncoderPowerShellModule.</p>
<p>The sample comes as a Visual Studio C# project that you need to compile. I converted the project to a VS 2010 solution and then compiled it quickly without any issues. </p>
<p>Note that there is a post-build script that is run to copy the output into your WindowsPowershell modules folder – watch out for that if you have Powershell configured in a non-default way. </p>
<p>I created a folder called ExpressionEncoder in my Modules folder under WindowsPowershell and deployed the ExpressionEncoder.dll into that folder.</p>
<p><a href="http://johndeutscher.files.wordpress.com/2009/07/image.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johndeutscher.files.wordpress.com/2009/07/image_thumb.png?w=545&#038;h=105" width="545" height="105" /></a>     <br /><a href="http://johndeutscher.files.wordpress.com/2009/07/image1.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johndeutscher.files.wordpress.com/2009/07/image_thumb1.png?w=550&#038;h=200" width="550" height="200" /></a> </p>
<p>&#160;</p>
<p>The big trick if you are running on Windows 7 RC x64, you have to launch the PowerShell (x86) version and not the x64 version or you will get an error message that the Microsoft.Expression.Encoder assembly can’t be found.&#160; That is due to the fact that it is a 32 bit assembly and it can’t be loaded from the x64 version of PowerShell 2.0.</p>
<p><a href="http://johndeutscher.files.wordpress.com/2009/07/image5.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johndeutscher.files.wordpress.com/2009/07/image_thumb5.png?w=543&#038;h=63" width="543" height="63" /></a> </p>
<p>Once you switch over to the x86 version of PowerShell 2.0, you can edit your $profile, and add the following line to it.</p>
<blockquote><p>import-module ExpressionEncoder</p>
</blockquote>
<p>Now you can do something like the following to batch convert a folder of media to a specific profile template:</p>
<p>ls &#8216;C:\users\Public\Videos\Samples&#8217; | Convert-Media -VC1IISSmoothStreamingSD480pVBR -TemplateBlackGlass -Output $home\desktop</p>
<p>This example runs all files in a folder through the Zune HD Profile for H.264 and outputs it to a directory.</p>
<p><a href="http://johndeutscher.files.wordpress.com/2009/07/image6.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johndeutscher.files.wordpress.com/2009/07/image_thumb6.png?w=564&#038;h=32" width="564" height="32" /></a> </p>
<p>Once the encoding is kicked off, you will see the progress in your PowerShell console.&#160;&#160; It will display the current clip, progress percentage, the current pass and a progress bar will be displayed as well.</p>
<p><a href="http://johndeutscher.files.wordpress.com/2009/07/image7.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="image" border="0" alt="image" src="http://johndeutscher.files.wordpress.com/2009/07/image_thumb7.png?w=581&#038;h=52" width="581" height="52" /></a> </p>
<p>Now, you can get more complex and write some very handy PowerShell scripts to generate media in your own workflows! I love Powershell, and I’m looking forward to using this a lot in my own work.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=87&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2009/07/13/expression-encoder-3-0-and-powershell-scripting-the-api/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2009/07/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2009/07/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2009/07/image_thumb5.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2009/07/image_thumb6.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2009/07/image_thumb7.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing and booting Windows 7 or Server R2 from a .wim into a VHD</title>
		<link>http://blog.johndeutscher.com/2009/06/04/installing-and-booting-windows-7-or-server-r2-from-a-wim-into-a-vhd/</link>
		<comments>http://blog.johndeutscher.com/2009/06/04/installing-and-booting-windows-7-or-server-r2-from-a-wim-into-a-vhd/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 01:04:07 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2009/06/04/installing-and-booting-windows-7-or-server-r2-from-a-wim-into-a-vhd/</guid>
		<description><![CDATA[I just learned about this&#160; fantastic way to run a second copy of Windows 7 on your Win 7 developer workstation and have a dual boot setup. 
The new virtualization technology in Windows 7 allows you to create a VHD drive as a secondary boot drive, and then run that as a virtual disk with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=75&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>I just learned about this&#160; fantastic way to run a second copy of Windows 7 on your Win 7 developer workstation and have a dual boot setup. </p>
<p>The new virtualization technology in Windows 7 allows you to create a VHD drive as a secondary boot drive, and then run that as a virtual disk with full access to your hardware and devices. I love this, as I often run lots of beta software, including latest bleeding edge builds of Visual Studio and other media software that over time can just kill my main home or office workstation. Now I can just set up a VHD with a copy of Windows 7, add a differencing disk and then mess it up all I want, then delete the differencing disk and reboot the machine and I’m back to a clean installation. </p>
<p>In order to set this up, I followed the steps documented in the guide that is distributed along with this great PowerShell 2 script called <a href="http://code.msdn.microsoft.com/InstallWindowsImage/Release/ProjectReleases.aspx?ReleaseId=2662" target="_blank">Install-WindowsImage</a>.&#160; </p>
<p>The <a href="http://code.msdn.microsoft.com/InstallWindowsImage/Release/ProjectReleases.aspx?ReleaseId=2662" target="_blank">documentation</a> for this handy PowerShell script walks you through how to set up a fresh VHD in Windows 7, and how to load a Windows Image onto that VHD.</p>
<p>I’m going to create VHD’s for both Windows 7 and Server R2 so that I have fresh environments to try out new things in!</p>
<p>Also you might want to check out the WIM2VHD project that is also available at <a href="http://code.msdn.microsoft.com/wim2vhd">http://code.msdn.microsoft.com/wim2vhd</a></p>
<p>The Windows Image to Virtual Hard Disk (WIM2VHD) command-line tool can be used to automate many of the steps above. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=75&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2009/06/04/installing-and-booting-windows-7-or-server-r2-from-a-wim-into-a-vhd/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>Smooth Streaming &#8211; How to start, stop and shutdown publishing points programmatically</title>
		<link>http://blog.johndeutscher.com/2009/04/16/smooth-streaming-how-to-start-stop-and-shutdown-publishing-points-programatically/</link>
		<comments>http://blog.johndeutscher.com/2009/04/16/smooth-streaming-how-to-start-stop-and-shutdown-publishing-points-programatically/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 16:21:42 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Smooth Streaming]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2009/04/16/smooth-streaming-how-to-start-stop-and-shutdown-publishing-points-programatically/</guid>
		<description><![CDATA[One of my favorite Silverlight developers (who is working on our Rough Cut Editor project )&#160; Ezequiel Jadib who works at SouthWorks in Buenos Aires posted an awesome article on how to start, stop, and shutdown smooth streaming publishing points.&#160; 
He did a great job of digging through the API in Reflector and figuring things [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=73&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>One of my favorite Silverlight developers (who is working on our Rough Cut Editor project )&#160; Ezequiel Jadib who works at SouthWorks in Buenos Aires posted an awesome article on how to start, stop, and shutdown smooth streaming publishing points.&#160; </p>
<p>He did a great job of digging through the API in Reflector and figuring things out quickly. </p>
<p><a href="http://blogs.southworks.net/ejadib/2009/04/16/live-smooth-streaming-how-to-start-stop-shutdown-a-publishing-point-programmatically/">http://blogs.southworks.net/ejadib/2009/04/16/live-smooth-streaming-how-to-start-stop-shutdown-a-publishing-point-programmatically/</a></p>
<p>The nice part about this is that we had a scenario on one of our test servers where we wanted to constantly loop a video on a publishing point so that it appeared to be a Live stream (since in these economic times we were too cheap to set up a live encoder).&#160; So E-Z (I call him that because he makes my life easy) used the tools in the Smooth Stream SDK to play back a 10 minute clip and restart the publishing point infinitely.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/73/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/73/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/73/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=73&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2009/04/16/smooth-streaming-how-to-start-stop-and-shutdown-publishing-points-programatically/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
		<item>
		<title>New book Semantic Web for Dummies mentions IMM team</title>
		<link>http://blog.johndeutscher.com/2009/03/19/new-book-semantic-web-for-dummies-mentions-imm-team/</link>
		<comments>http://blog.johndeutscher.com/2009/03/19/new-book-semantic-web-for-dummies-mentions-imm-team/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 17:09:13 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2009/03/19/new-book-semantic-web-for-dummies-mentions-imm-team/</guid>
		<description><![CDATA[
Jeffrey Pollock’s new book “Semantic Web for Dummies” mentions the work that my team did on the IMM solution. Well, just a little bit.  &#160; see pg.391.
Microsoft:&#160; Try asking for the media Management software group.&#160; The group has used an embedded RDF database that runs on Microsoft SQL Server

Oh, well… we made it into [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=70&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><img style="display:inline;margin-left:0;margin-right:0;" align="left" src="http://ecx.images-amazon.com/images/I/51E6h9sL-TL._SS500_.jpg" width="140" height="140" /></p>
<p>Jeffrey Pollock’s new book “<a href="http://www.amazon.com/Semantic-Web-Dummies-Computer-Tech/dp/0470396792" target="_blank">Semantic Web for Dummies</a>” mentions the work that my team did on the IMM solution. Well, just a little bit. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#160; see pg.391.</p>
<blockquote><p><b>Microsoft</b>:&#160; Try asking for the media Management software group.&#160; The group has used an embedded RDF database that runs on Microsoft SQL Server</p>
</blockquote>
<p>Oh, well… we made it into a dummies book. I guess that make me officially a dummy.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=70&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2009/03/19/new-book-semantic-web-for-dummies-mentions-imm-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>

		<media:content url="http://ecx.images-amazon.com/images/I/51E6h9sL-TL._SS500_.jpg" medium="image" />
	</item>
		<item>
		<title>20 years since Tim Berners-Lee invented the web &#8211; his next job is Linked Data.</title>
		<link>http://blog.johndeutscher.com/2009/03/13/20-years-since-tim-berners-lee-invented-the-web-his-next-job-is-linked-data/</link>
		<comments>http://blog.johndeutscher.com/2009/03/13/20-years-since-tim-berners-lee-invented-the-web-his-next-job-is-linked-data/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 16:36:55 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Linked Data]]></category>
		<category><![CDATA[Semantic Web]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2009/03/13/20-years-since-tim-berners-lee-invented-the-web-his-next-job-is-linked-data/</guid>
		<description><![CDATA[&#160;
It’s been 20 years since Tim Berners-Lee invented the hypertext markup language that we use today to write applications on the web.&#160; What’s he doing now?&#160; Check out the latest TED talk on his vision for Linked Data and the work he is doing now to make that vision a reality.
He outlines his three rules:
1.) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=67&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>It’s been 20 years since Tim Berners-Lee invented the hypertext markup language that we use today to write applications on the web.&#160; What’s he doing now?&#160; Check out the latest <a href="http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html" target="_blank">TED talk</a> on his vision for <a href="http://linkeddata.org" target="_blank">Linked Data</a> and the work he is doing now to make that vision a reality.</p>
<p>He outlines his three rules:</p>
<p>1.) Everything is an http:// URL</p>
<p>2.) When I browse it,&#160; I should get back important information about what I asked for.</p>
<p>3.) I should also get back relationships about the thing I asked for.</p>
<p><a title="http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html" href="http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html">http://www.ted.com/talks/tim_berners_lee_on_the_next_web.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=67&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2009/03/13/20-years-since-tim-berners-lee-invented-the-web-his-next-job-is-linked-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4859b99a7d6b27093c197f284b331295?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=PG" medium="image">
			<media:title type="html">johndeu</media:title>
		</media:content>
	</item>
	</channel>
</rss>