<?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 &#187; Smooth Format SDK</title>
	<atom:link href="http://blog.johndeutscher.com/category/silverlight/smooth-streaming/smooth-format-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johndeutscher.com</link>
	<description>Ideas on technology and media</description>
	<lastBuildDate>Tue, 27 Jul 2010 18:51:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<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 &#187; Smooth Format SDK</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 2</title>
		<link>http://blog.johndeutscher.com/2010/06/18/iis-smooth-streaming-format-sdk-beta-2/</link>
		<comments>http://blog.johndeutscher.com/2010/06/18/iis-smooth-streaming-format-sdk-beta-2/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 15:26:28 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Smooth Format SDK]]></category>
		<category><![CDATA[Smooth Streaming]]></category>

		<guid isPermaLink="false">https://johndeutscher.wordpress.com/2010/06/18/iis-smooth-streaming-format-sdk-beta-2/</guid>
		<description><![CDATA[Today we released Beta 2 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 File Format (PIFF) specifications. The IIS [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=139&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Today we released <strong>Beta 2</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/">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 and IIS Media Services 4.0 Beta 1. The SDK is available for download <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1131db16-e278-4664-bb58-37cc8bf46593&amp;displaylang=en">here</a>. </p>
<p>Documentation for the SDK can be found online here – <a href="http://go.microsoft.com/fwlink/?LinkID=183331&amp;clcid=0x409">IIS Smooth Streaming Format SDK MSDN documentation</a> and the release notes are available here – <a href="http://www.iis.net/community/files/media/smoothformatsdk_readme.htm">IIS Smooth Streaming Format SDK Beta 2 Release Notes</a>.</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">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 closed-GOP streams only with IDR frames at the first sample of a GOP – must not be an Annex B stream. PPS and SPS NAL units are not supported in the stream) </li>
<li>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">Link to online MSDN documentation</a>. </li>
</ol>
<p>Updates included in the Beta 2 release of the Smooth Streaming Format SDK are:</p>
<ul>
<li>H.264 PlayReady sub-sample encryption support. </li>
<li>PIFF 1.1 spec compliance. </li>
<li>Multi-language audio muxing. </li>
<li>Text stream and TTML track muxing support. </li>
</ul>
<p>This is in addition to the following supported features:</p>
<ul>
<li>Support for Protected Interoperable File Format (PIFF) 1.1 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 and H.264 encoded content for use with PlayReady licensing servers and Silverlight 4.0 or higher. </li>
<li>Support for writing out a compliant Smooth Streaming Transport Protocol server manifest files. </li>
<li>Support for writing out a compliant Smooth Streaming Transport Protocol client manifest files. </li>
</ul>
<p><strong>     <br />NOTE: </strong>Beta 2 includes a <strong>“Go-Live”</strong> license if you would like to use this SDK in production applications. </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; </p>
<p><strong>Download the Smooth Streaming Format SDK Beta 2 <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=1131db16-e278-4664-bb58-37cc8bf46593&amp;displaylang=en">here</a>:</strong></p>
<blockquote><p><a href="http://download.microsoft.com/download/B/4/5/B450659A-BD25-4EA5-A18A-4FDB2384E513/SSFSDK_64.msi">SSFSDK_64.msi</a></p>
<p><a href="http://download.microsoft.com/download/B/4/5/B450659A-BD25-4EA5-A18A-4FDB2384E513/SSFSDK_32.msi">SSFSDK_32.msi</a></p>
</blockquote>
<p><strong>Resources</strong></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>Download the <a href="http://www.iis.net/download/SmoothClient">Smooth Streaming Client 1.0</a> </li>
<li><a href="http://msdn.microsoft.com/en-us/library/microsoft.web.media.smoothstreaming.aspx">API documentation</a> for Smooth Streaming Client </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/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=139&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/06/18/iis-smooth-streaming-format-sdk-beta-2/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 4 Beta 1 &#8211; Encode once &amp; deliver to (more-than) three screens across multiple file formats &amp; protocols</title>
		<link>http://blog.johndeutscher.com/2010/06/10/iis-media-services-4-beta-1-encode-once-deliver-to-more-than-three-screens-across-multiple-file-formats-protocols/</link>
		<comments>http://blog.johndeutscher.com/2010/06/10/iis-media-services-4-beta-1-encode-once-deliver-to-more-than-three-screens-across-multiple-file-formats-protocols/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 09:00:00 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[Live Smooth Streaming]]></category>
		<category><![CDATA[Smooth Format SDK]]></category>
		<category><![CDATA[Smooth Streaming]]></category>
		<category><![CDATA[Transform Manager]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">https://johndeutscher.wordpress.com/2010/06/10/iis-media-services-4-beta-1-encode-once-deliver-to-more-than-three-screens-across-multiple-file-formats-protocols/</guid>
		<description><![CDATA[Today begins the next wave of updates to IIS Media Services.  We released our first beta of Media Services 4 which includes the new support for live and on-demand streaming to Apple devices including the iPod, iPhone, and iPad using the same encoded elementary streams that are targeted at your Silverlight clients.  We have also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=133&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Today begins the next wave of updates to IIS Media Services.  We released our first beta of Media Services 4 which includes the new support for live and on-demand streaming to Apple devices including the iPod, iPhone, and iPad using the same encoded elementary streams that are targeted at your Silverlight clients.  We have also added a number of improvements to IIS Live Smooth Streaming to Silverlight.  In this post, I’ll quickly cover all of the new stuff we released today, point you to our new walkthroughs and give you a preview of the upcoming features and more in-depth walkthroughs we are planning.</p>
<h2>IIS Media Services 4 Beta 1- Now with iPhone and iPad streaming support!</h2>
<p>IIS Smooth Streaming has been the leading platform for broadcasting live events using adaptive HTTP streaming on the internet.  It was first used to deliver the 2008 Summer Olympics, and more recently was used for the 2010 Winter Olympics, March Madness, and the 2010 French Open. </p>
<p>The new capabilities of Media Services 4 will extend the reach of these live events to even more devices using the same set of encoded elementary streams.   We can now encode a spectrum of bitrates in H.264 and AAC-LC in IIS Smooth Streaming format, push them to the IIS Server and deliver out to Silverlight clients on Mac, PC and Linux, Windows Phone 7, iPhone, iPad, iPod touch, Nokia s60, Broadcom and Intel set-top-boxes.   That’s an incredibly wide range of screens to hit with a single set of multi-bitrate streams! IIS Media Services will simply unwrap the incoming fragmented-MP4 containers, extract the encoded H.264 and AAC-LC elementary streams, and re-packing them inside MPEG-2 Transport Stream containers for delivery to Apple devices.  This means that you only encode the content once, and IIS handles the “packaging” of that content for distribution to multiple endpoints.  For you Seinfeld fans out there, you can think of this process as “re-gifting” to your Apple friends, although this is definitely not a “label maker”.  I’ll be posting guidance soon on how to broadcast to all of these screens using a range of encoding settings and bitrates.  </p>
<p><a href="http://www.microsoft.com/expression/products/EncoderPro_Overview.aspx">Expression Encoder 4 Pro,</a> which launched earlier this week and will be available for purchase at the <a href="http://www.microsoft.com/expression/products/Purchase.aspx">Microsoft online store</a>, also includes new templates for broadcasting live H.264 streams to IIS Media Services for delivery to multiple device profiles including the iPhone, iPad, and Nokia devices. For an introduction to Live Smooth Streaming with EE4, check out <a href="http://expression.microsoft.com/en-us/ee426915.aspx?=expnl">Sam Wookey’s blog post and walkthrough</a>.</p>
<h2>New! Transform Manager</h2>
<p>In addition we are launching a new feature of IIS Media Services called <a href="http://go.microsoft.com/fwlink/?LinkID=186388">Transform Manager</a>, which provides simple integrated video encoding and batch conversion of video files to IIS Smooth Streaming format and the MPEG-2 Transport Stream adaptive streaming format supported by Apple devices. Transform Manager also integrates directly with Expression Encoder 4 Pro to allow you to use “watch folders” to queue up multiple encoding jobs on your server and deliver them directly to IIS Media Services 4 web folders as IIS Smooth Streaming presentations, complete with Silverlight player templates. </p>
<p>Transform Manager can also convert your IIS Smooth Streaming presentations directly into MPEG-2 Transport Streams and .m3u8 manifests for delivering content to Apple devices.  We ship Transform Manager with several example Job Templates and Watch Folder configurations that enable you to drag-and-drop WMV and MP4 files into watch folders (or <a href="http://www.iis.net/download/FTP">set up FTP</a> or <a href="http://www.iis.net/download/Webdav">WebDav</a> on your IIS server to upload content to your watch folders) and Transform Manager will automate the encoding to Smooth Streaming file format using Expression Encoder 4 Pro, transmux the output from EE4 to MPEG-2 Transport stream and create .m3u8 playlists, and then copy your generated media files to a uniquely named IIS web site for immediate playback.</p>
<p>We have also released a new <a href="http://go.microsoft.com/fwlink/?LinkID=186391">SDK with Transform Manager</a> so that you can write your own plug-in “tasks” that can be used with Transform Manager to support custom actions, third-party encoders, or your own encoding applications.</p>
<p>This alpha release of the Transform Manager feature currently only supports operating on a single IIS server and uses the local Task Scheduler for job management. In our future releases, we will be expanding the capabilities of the scheduler to support scaling-out Transform Manager. </p>
<h2>IIS Smooth Streaming Client 1.0 RTW</h2>
<p>Also released today is the IIS Smooth Streaming Client 1.0 RTW. This is the development kit that most of you already refer to as the SSME (Smooth Streaming Media Element). It is the core component that enables Smooth Streaming support for Silverlight clients.  The Silverlight Media Framework 2.0 is built on top of this component.   The new client development kit enables developers and designers to custom Silverlight players from the ground-up.  You can build custom players that support full DVR-style time shifting, live ad insertion, multiple camera angles, closed captioning, and custom metadata tracks. </p>
<p>If you use the new <a href="http://smf.codeplex.com/">Silverlight Media Framework (smf.codeplex.com)</a> you get all of theses great features built into an open source player that you can extend upon.  The new SMF 2.0 player has a more modular architecture,  supports Timed Text Markup Language text tracks, support for VAST and MAST, support for the <a href="http://msaf.codeplex.com/">Microsoft Silverlight Analytics Framework</a> and a plug-in API  .</p>
<h2>IIS Smooth Streaming Format SDK 1.0 Beta 2</h2>
<p>And there is more! The IIS Smooth Streaming Format SDK 1.0 Beta 2 will be released to the web next week. This SDK is provided as a C++ static library for building in support to your own encoder applications for muxing IIS Smooth Streaming and PIFF 1.1 compliant streams, and also delivering to IIS Media Services.  This update includes bug fixes to the Beta 1 features plus the following additional features:</p>
<ul>
<li>Muxing of properly-encoded VC-1 and H.264 video to PIFF 1.1 compliant output for live and On-demand.</li>
<li>Creation of PIFF 1.1 compliant manifest files</li>
<li>Support for PlayReady sub-sample encryption to support encrypted H.264</li>
<li>Multi-language audio muxing support</li>
<li>Text-streams to allow for creation of Timed Text Markup Language tracks</li>
</ul>
<h2>Coming soon…</h2>
<p>Even with all of these great releases and new features, the team refuse to stop for breath (hey, there is no Summer in Seattle this year anyways, so let’s just keep working on new features!).   Coming later this year you will see the following additional features added to IIS Media Services.</p>
<ul>
<li>The Apple HTTP streaming support will expand to include AES encryption, DVR “sliding window” support and segmented archives similar to the standard Smooth Streaming support in Media Services to bring parity across both features.  We will be doing the work necessary to make sure that everyone can broadcast to all their devices 24/7 if desired.</li>
<li>Multicast Smooth Streaming. Yes, it is coming… be patient.</li>
<li>PlayReady DRM will be built into IIS Media Services and the Transform Manager to provide easy-to-use and highly robust content protection for live and on-demand Smooth Streaming to Silverlight clients.  You will be able to simply click a check box on your publishing point to enable encrypted Live broadcasts, and Transform Manager will batch-encrypt your on-demand files for use with PlayReady DRM, or the Apple spec supported simple AES encryption (which is not a DRM system, just a wire line encryption – so keep that in mind.)</li>
<li>Transform Manager scale-out will be supported through integration with a new scalable scheduler architecture. We will also be expanding our API to support integration with the task editing user interface to allow custom task developers to implement their own task setup and editing user interfaces.   </li>
<li><strong>More</strong> <strong>Walkthroughs</strong>!  I’ll be working on expanding our walkthroughs for both the iPhone/iPad broadcasting, Transform Manager API usage, Transform Manager integration with 3rd party encoders, using TTML, multi-language audio support, and new metadata support in Media Services.</li>
</ul>
<h2>Resources</h2>
<p>Get the new IIS Media Services bits now using the Web Platform Installer link <a href="http://iis.net/media">here</a>!</p>
<p><strong>New Walkthroughs:</strong><br />
<a title="Transform Manager Walkthrough" href="http://learn.iis.net/page.aspx/857/encode-and-deliver-on-demand-smooth-streams-with-iis-transform-manager-and-iis-media-services-4/" target="_self">Transform Manager Walkthrough</a><br />
<a href="http://learn.iis.net/page.aspx/854/live-smooth-streaming-for-iis-7---apple-http-live-streaming/" target="_self">Live Broadcasting to iPhone and iPad with IIS Media Services Walkthrough</a></p>
<p>For more details on this release of IIS Media Services, check out the following links:</p>
<ul>
<li><a href="http://www.iis.net/media)">IIS Media homepage</a></li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=186388">Transform Manager homepage</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/ee729229(WS.10).aspx">Media Services help documentation on TechNet</a></li>
<li><a href="http://technet.microsoft.com/en-us/library/ff730179(WS.10).aspx">Transform Manager help documentation on TechNet</a></li>
<li><a href="http://www.iis.net/download/SmoothStreaming">On-Demand Smooth Streaming</a></li>
<li><a href="http://www.iis.net/download/LiveSmoothStreaming">Live Smooth Streaming</a></li>
<li><a href="http://www.iis.net/download/AdvancedLogging">Advanced Logging</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=133&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/06/10/iis-media-services-4-beta-1-encode-once-deliver-to-more-than-three-screens-across-multiple-file-formats-protocols/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>NAB 2010 and IIS Media Services</title>
		<link>http://blog.johndeutscher.com/2010/04/17/nab-2010-and-iis-media-services/</link>
		<comments>http://blog.johndeutscher.com/2010/04/17/nab-2010-and-iis-media-services/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 18:25:18 +0000</pubDate>
		<dc:creator>John Deutscher</dc:creator>
				<category><![CDATA[RCE]]></category>
		<category><![CDATA[SSME]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Smooth Format SDK]]></category>
		<category><![CDATA[Smooth Streaming]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://johndeutscher.wordpress.com/2010/04/17/nab-2010-and-iis-media-services/</guid>
		<description><![CDATA[It was a great week at the National Association of Broadcasters (NAB) convention in Las Vegas this year.&#160; It’s always fantastic to run into the extended family of friends, partners, and customers from around the world.&#160; We had a lot of great new technology announcements and demonstrations this year and too many partner announcements to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=128&subd=johndeutscher&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://johndeutscher.files.wordpress.com/2010/04/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/2010/04/image_thumb.png?w=245&#038;h=73" width="245" height="73" /></a> </p>
<p>It was a great week at the <a href="http://www.nabshow.com/2010/">National Association of Broadcasters (NAB)</a> convention in Las Vegas this year.&#160; It’s always fantastic to run into the extended family of friends, partners, and customers from around the world.&#160; We had a lot of great new technology announcements and demonstrations this year and too many partner announcements to cover in a quick blog post, but here is a recap of the highlights.    </p>
<p><img style="display:inline;margin-left:0;margin-right:0;" align="right" src="http://i3.iis.net/resources/images-css/media_overview2.png?cdn_id=52867178005" width="137" height="120" /></p>
<p><a href="http://www.iis.net/expand/smoothplayer">IIS Smooth Streaming Client</a> and <a href="http://www.iis.net/expand/smoothplayer">Silverlight Media Framework</a> (SMF) – showcased demos with Multiple audio languages and subtitles using SMF and the demos worked flawless. We demoed how you could build a player with less than 10 lines of code using SMF.&#160; In addition the latest version of the SMF player now supports <a href="http://www.w3.org/TR/2010/CR-ttaf1-dfxp-20100223/">Timed Text Markup language (TTML)</a> for displaying captions and subtitles.&#160; We now support “textstream” tracks that work similar to the fragmented MP4 video and audio, but contain caption text in TTML format.&#160; We also demonstrated multi-language audio support.&#160; You can now seamlessly switch between audio tracks in the player.&#160;&#160; We also announced several new encoding partners that are adopting the Smooth Streaming Format SDK, and several partners who have integrated TTML caption conversion from 608/708 and Teletext, multi-language audio, and ad-insertion using SCTE-35 signaling via sparse stream events.     </p>
<p><a href="http://blogs.iis.net/johndeu/archive/2010/03/04/iis-smooth-streaming-format-sdk-beta-1-released.aspx">The Smooth Streaming Format SDK Beta 1</a> is available as of early March this year, and we will be shipping Beta 2 at the end of May which includes additional support for multi-language audio, Text Streams, and H264 PlayReady sub-sample encryption (per the PIFF 1.1 specification).</p>
<p>&#160;</p>
<p><a href="http://team.silverlight.net/announcement/demos-not-to-miss-next-week-at-nab-3d-video-in-silverlight-1080p-h-264-running-on-a-netbook/">IIS Smooth Streaming in 3D</a> – this demo was a crowd puller. It may be the colored 3D glasses but people loved watching 3D content in a browser and the same content was also demoed on a TV connected to a set top box running Silverlight. This demo was done working very closely with <a href="http://www.level3.com/">Level 3</a>. Alex Zambelli, who put this demo together, has more details <a href="http://alexzambelli.com/blog/2010/04/16/smooth-streaming-3d-shown-at-nab/">here</a>.     </p>
<p><img title="NAB 2010 Smooth 3D workflow" alt="" src="http://team.silverlight.net/files/media/Live_3D_Sheet_Side.jpg" width="488" height="347" />    </p>
<p></p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image1.png"><img style="border-bottom:0;border-left:0;display:inline;margin-left:0;border-top:0;margin-right:0;border-right:0;" title="image" border="0" alt="image" align="right" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb1.png?w=179&#038;h=55" width="179" height="55" /></a> The Silverlight <a href="http://code.msdn.microsoft.com/RCE">Rough Cut Editor</a> tool – I’ve talked about this project in the past. This was originally a project that I started on the IMM team for use as a web part in SharePoint. Since the IMM project was closed down, we have kept revising this tool and used it in many Live events including the Winter Olympics. Now the RCE code is available for you to download from the <a href="http://code.msdn.microsoft.com/RCE">Code Gallery site on MSDN</a>. You can create a new source by combing portions of multiple individual sources (including live Smooth Streaming sources) in a matter of a few minutes. The tool is really easy to use and super useful in creating highlights. It’s also easy to customize and extend since it is based on the PRISM framework. You can integrate the tool easily into your own MAM and DAM or custom database systems to create an end-to-end workflow.     </p>
<p><a href="http://code.msdn.microsoft.com/RCE"><img alt="rough-cut-editor-silverlight-350x204.jpg" src="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=RCE&amp;DownloadId=10138" /></a></p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image2.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 0 0 5px;" title="image" border="0" alt="image" align="right" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb2.png?w=135&#038;h=61" width="135" height="61" /></a> </p>
<p><a href="http://msaf.codeplex.com/">Microsoft Silverlight Analytics Framework</a> (MSAF) and visualizations of data using Pivot / Azure (<a href="http://www.silverlytics.com/Content/Home.aspx">Silverlytics</a>) – SAF already integrates<strong> </strong>top analytics providers and enables easy analytics integration for Silverlight applications including the ones that use IIS Smooth Streaming. The folks at Location 3 Media used MSAF and <a href="http://www.getpivot.com/">Microsoft Pivot</a> to create some super cool visualizations for real-time analytics data.     </p>
<p></p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image3.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 15px 0 0;" title="image" border="0" alt="image" align="left" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb3.png?w=118&#038;h=68" width="118" height="68" /></a> </p>
<p>Silverlight Enhanced Movie Framework – this framework allows for rich Blu-ray like experiences with offline Silverlight apps. The demos included the movie “The Hangover” among others at the booth. This will be the future of movie delivery for me. I don’t even own a Blu-ray player because I prefer not to collect plastic landfill discs!&#160; </p>
<p>&#160;  </p>
<p><a href="http://public.blu.livefilestore.com/y1pFDYZWimo18ZzV4dqT9OqdVcqLVoNx4a6tIDC0HUiuxwn-BIMW75olQ8GQeKc6w3bxEH0vW78n90X5UZ92wnOfQ/blog4.jpg"><img style="display:inline;margin:0 10px 0 0;" alt="" align="left" src="http://public.blu.livefilestore.com/y1p9mzdm0zQXtiCnUp2OlK8EE1Pak7hQUFVNhDXPxrb57DDc1KTYibs7Ekg1dVoIEI1MU9kw9SwNROpzW0YLML8Hw/blog4.jpg" width="190" height="253" /></a>At the booth we demoed live IIS Smooth Streaming to an iPhone and iPad. The streams were generated by Expression Encoder 4.0 that was sending 10 different bitrates to multiple clients.&#160; This new feature allows you to enable on-the-fly transmuxing at the IIS Media Services publishing point. All you need to do is send the usual Smooth Streaming fragmented-MP4 streams to the publishing point in H.264/AAC at the right profiles and we will re-wrap to MPEG2 Transport Stream and segment the video on the fly.&#160;&#160; The same streams can also be consumed from the publishing point in their fragmented MP4 format using Silverlight on multiple clients, including Mac, Windows, Linux, Windows Phone 7, Nokia S60, and the Broadcom and Intel set-top boxes.&#160;&#160; This feature is going to be included in IIS Media Services 4.0 Beta 1 in June.&#160; </p>
<p>&#160;</p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image4.png"><img style="border-bottom:0;border-left:0;display:inline;margin-left:0;border-top:0;margin-right:0;border-right:0;" title="image" border="0" alt="image" align="right" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb4.png?w=128&#038;h=52" width="128" height="52" /></a> </p>
<p>IIS Smooth Streaming for Windows Phone 7 – using the exact same streams that we are sending to the iPad we are able to deliver to Windows Phone 7, which is now running Silverlight and a version of the Smooth Streaming Media Element. The Windows Phone 7 is capable of decoding H264 and AAC at even higher profile settings than Apple’s IPad recommendations, and we should see some even higher quality presets coming soon for Expression Encoder 4.0.</p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image5.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 10px 0 0;" title="image" border="0" alt="image" align="left" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb5.png?w=130&#038;h=51" width="130" height="51" /></a> </p>
<p>IIS Smooth Streaming for Nokia S60 devices </p>
<p></p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image6.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0;" title="image" border="0" alt="image" align="right" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb6.png?w=170&#038;h=47" width="170" height="47" /></a> </p>
<p>Expression Encoder 4 (EE4) – we demoed encoding and delivering HD content using IIS Smooth Streaming and EE4 running on the same machine. EE4 is going to be a great tool when it ships.&#160; It now has support for Live Smooth Streaming!&#160; We had a 24 core Intel server streaming 10 bitrates of Live Smooth Streaming (from 6Mb down to 200kbps) along with a second instance of EE4 running with 3 streams targeted at the IPad profile settings. Fantastic!   </p>
<p><a href="http://johndeutscher.files.wordpress.com/2010/04/image7.png"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;margin:0 20px 0 0;" title="image" border="0" alt="image" align="left" src="http://johndeutscher.files.wordpress.com/2010/04/image_thumb7.png?w=62&#038;h=60" width="62" height="60" /></a> In addition to all of this great news, we announced that Silverlight adoption has reached 60% globally, on Tuesday just down the street from the NAB convention we launched Visual Studio 2010, and on Thursday we launched <a href="http://www.silverlight.net/">Silverlight 4.0</a>. </p>
<p>Here is the full <a href="http://www.microsoft.com/Presspass/press/2010/apr10/04-13NAB10PR.mspx">Microsoft press release</a> for more details.</p>
<p>I’m looking forward to seeing everyone at IBC in Amsterdam at the end of the Summer with a lot more cool demos!&#160; We have some fantastic stuff in the works. </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/johndeutscher.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/johndeutscher.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/johndeutscher.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/johndeutscher.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/johndeutscher.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/johndeutscher.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/johndeutscher.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/johndeutscher.wordpress.com/128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/johndeutscher.wordpress.com/128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/johndeutscher.wordpress.com/128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.johndeutscher.com&blog=6240445&post=128&subd=johndeutscher&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://blog.johndeutscher.com/2010/04/17/nab-2010-and-iis-media-services/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>

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

		<media:content url="http://i3.iis.net/resources/images-css/media_overview2.png?cdn_id=52867178005" medium="image" />

		<media:content url="http://team.silverlight.net/files/media/Live_3D_Sheet_Side.jpg" medium="image">
			<media:title type="html">NAB 2010 Smooth 3D workflow</media:title>
		</media:content>

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

		<media:content url="http://code.msdn.microsoft.com/Project/Download/FileDownload.aspx?ProjectName=RCE&#38;DownloadId=10138" medium="image">
			<media:title type="html">rough-cut-editor-silverlight-350x204.jpg</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2010/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://johndeutscher.files.wordpress.com/2010/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://public.blu.livefilestore.com/y1p9mzdm0zQXtiCnUp2OlK8EE1Pak7hQUFVNhDXPxrb57DDc1KTYibs7Ekg1dVoIEI1MU9kw9SwNROpzW0YLML8Hw/blog4.jpg" medium="image" />

		<media:content url="http://johndeutscher.files.wordpress.com/2010/04/image_thumb4.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

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

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

		<media:content url="http://johndeutscher.files.wordpress.com/2010/04/image_thumb7.png" medium="image">
			<media:title type="html">image</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 [...]<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>
	</channel>
</rss>