<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: IIS Media Services 3.0 and Player SDK released!</title>
	<atom:link href="http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/</link>
	<description>Microsoft Media Platform, streaming video, Silverlight, VC-1, H.264, Smooth Streaming, Windows Media</description>
	<lastBuildDate>Thu, 19 Apr 2012 07:50:11 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Neeraj Sharma</title>
		<link>http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/comment-page-1/#comment-9284</link>
		<dc:creator>Neeraj Sharma</dc:creator>
		<pubDate>Thu, 07 Jan 2010 11:15:29 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=118#comment-9284</guid>
		<description>Hi Alex, Thanks for the nice blog over Windows Media and Silverlight.
I want to develop a capture application for live streaming using H.264. I have earlier worked on Windows Media Encoder SDK and Format SDK, but I could not figure out how I can connect H.264 encoder directshow graph to Windows Media Services. I want to leverage the benefits of Smooth Streaming.
Thanks,
Neeraj</description>
		<content:encoded><![CDATA[<p>Hi Alex, Thanks for the nice blog over Windows Media and Silverlight.<br />
I want to develop a capture application for live streaming using H.264. I have earlier worked on Windows Media Encoder SDK and Format SDK, but I could not figure out how I can connect H.264 encoder directshow graph to Windows Media Services. I want to leverage the benefits of Smooth Streaming.<br />
Thanks,<br />
Neeraj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/comment-page-1/#comment-8767</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 10 Dec 2009 17:05:27 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=118#comment-8767</guid>
		<description>That makes a lot of sense, thanks. Do you have any sample code for how to accomplish this? I know the Player SDK has this functionality of smooth streaming sources but we are just dealing with progressive downloaders. I looked through the Player SDK code, but wasn&#039;t able to get a great grasp on it since it was obfuscated.

It seems counter-productive for us to re-write a WMV file format parser if you guys already have one written. Is that something you could share? Let me know if you want to take the conversation offline.</description>
		<content:encoded><![CDATA[<p>That makes a lot of sense, thanks. Do you have any sample code for how to accomplish this? I know the Player SDK has this functionality of smooth streaming sources but we are just dealing with progressive downloaders. I looked through the Player SDK code, but wasn&#8217;t able to get a great grasp on it since it was obfuscated.</p>
<p>It seems counter-productive for us to re-write a WMV file format parser if you guys already have one written. Is that something you could share? Let me know if you want to take the conversation offline.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ezequiel Jadib&#8217;s Blog &#187; Slow Motion using the Smooth Streaming Media Element (SSME)</title>
		<link>http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/comment-page-1/#comment-6713</link>
		<dc:creator>Ezequiel Jadib&#8217;s Blog &#187; Slow Motion using the Smooth Streaming Media Element (SSME)</dc:creator>
		<pubDate>Fri, 16 Oct 2009 18:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=118#comment-6713</guid>
		<description>[...] IIS Media Services 3.0 and Player SDK released! – Alex Zambelli [...]</description>
		<content:encoded><![CDATA[<p>[...] IIS Media Services 3.0 and Player SDK released! – Alex Zambelli [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Zambelli</title>
		<link>http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/comment-page-1/#comment-6653</link>
		<dc:creator>Alex Zambelli</dc:creator>
		<pubDate>Fri, 16 Oct 2009 07:03:50 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=118#comment-6653</guid>
		<description>All trick play in SSME is done client-side. Smooth Streaming server is a completely stateless HTTP server.

Slow motion is easy to do because on the lowest level SSME is implemented using the MediaStreamSource API which requires the video/audio samples to be parsed from the file format the container and fed to the MediaStreamSource interface to be decoded and rendered. You can set any timestamp on the video samples, so if you want to play a 30 fps source at 10 fps, all you have to do is change the timestamps so they&#039;re 100 msec apart.</description>
		<content:encoded><![CDATA[<p>All trick play in SSME is done client-side. Smooth Streaming server is a completely stateless HTTP server.</p>
<p>Slow motion is easy to do because on the lowest level SSME is implemented using the MediaStreamSource API which requires the video/audio samples to be parsed from the file format the container and fed to the MediaStreamSource interface to be decoded and rendered. You can set any timestamp on the video samples, so if you want to play a 30 fps source at 10 fps, all you have to do is change the timestamps so they&#8217;re 100 msec apart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://alexzambelli.com/blog/2009/10/12/iis-media-services-3-0-and-player-sdk-released/comment-page-1/#comment-6453</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 13 Oct 2009 19:27:03 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=118#comment-6453</guid>
		<description>Alex - very exciting stuff! How is the Slow Motion trick play done? Is that now possible with a standard SL MediaElement or is it all handled server side?</description>
		<content:encoded><![CDATA[<p>Alex &#8211; very exciting stuff! How is the Slow Motion trick play done? Is that now possible with a standard SL MediaElement or is it all handled server side?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

