<?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 for Alex Zambelli&#039;s Silverlight Media Blog</title>
	<atom:link href="http://alexzambelli.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alexzambelli.com/blog</link>
	<description>Silverlight, streaming media, Windows Media, VC-1, H.264, Smooth Streaming</description>
	<lastBuildDate>Fri, 05 Feb 2010 10:51:14 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Smooth Streaming Architecture by Duncan Smart</title>
		<link>http://alexzambelli.com/blog/2009/02/10/smooth-streaming-architecture/comment-page-1/#comment-9813</link>
		<dc:creator>Duncan Smart</dc:creator>
		<pubDate>Fri, 05 Feb 2010 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=36#comment-9813</guid>
		<description>Saw this over at Scott Hanselman&#039;s blog... any idea why HTTP byte range requests weren&#039;t used? e.g:

GET /blah HTTP/1.1
Range: bytes=0-999
...
HTTP/1.0 206 Partial Content
Content-Length: 1000
Content-Range: bytes 0-999/10000
...

This is what the iPhone/iPod Touch does: no special software required on the server - it&#039;s plain old HTTP 1.1.</description>
		<content:encoded><![CDATA[<p>Saw this over at Scott Hanselman&#8217;s blog&#8230; any idea why HTTP byte range requests weren&#8217;t used? e.g:</p>
<p>GET /blah HTTP/1.1<br />
Range: bytes=0-999<br />
&#8230;<br />
HTTP/1.0 206 Partial Content<br />
Content-Length: 1000<br />
Content-Range: bytes 0-999/10000<br />
&#8230;</p>
<p>This is what the iPhone/iPod Touch does: no special software required on the server &#8211; it&#8217;s plain old HTTP 1.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth Streaming Architecture by Developit &#187; Installing and Setting Up and Encoding for IIS 7 Smooth Streaming and Silverlight</title>
		<link>http://alexzambelli.com/blog/2009/02/10/smooth-streaming-architecture/comment-page-1/#comment-9805</link>
		<dc:creator>Developit &#187; Installing and Setting Up and Encoding for IIS 7 Smooth Streaming and Silverlight</dc:creator>
		<pubDate>Fri, 05 Feb 2010 08:41:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=36#comment-9805</guid>
		<description>[...] Alex&#8217;s blog: A typical Smooth Streaming media asset therefore consists of the following [...]</description>
		<content:encoded><![CDATA[<p>[...] Alex&#8217;s blog: A typical Smooth Streaming media asset therefore consists of the following [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth Streaming Architecture by Scott Hanselman's Computer Zen - Installing and Setting Up and Encoding for IIS 7 Smooth Streaming and Silverlight</title>
		<link>http://alexzambelli.com/blog/2009/02/10/smooth-streaming-architecture/comment-page-1/#comment-9803</link>
		<dc:creator>Scott Hanselman's Computer Zen - Installing and Setting Up and Encoding for IIS 7 Smooth Streaming and Silverlight</dc:creator>
		<pubDate>Fri, 05 Feb 2010 07:17:36 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=36#comment-9803</guid>
		<description>[...] From Alex&#039;s blog: [...]</description>
		<content:encoded><![CDATA[<p>[...] From Alex&#39;s blog: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IIS Media Services 3.0 and Player SDK released! 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>Comment on Smooth Streaming Architecture by Sushil</title>
		<link>http://alexzambelli.com/blog/2009/02/10/smooth-streaming-architecture/comment-page-1/#comment-9122</link>
		<dc:creator>Sushil</dc:creator>
		<pubDate>Wed, 30 Dec 2009 13:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=36#comment-9122</guid>
		<description>Hi Alex,

Can you point me to some resource on how live ad insertion is done or for that matter how to provide text streams dynamically.
The scenario is I have a pre-encoded smooth streaming content and need to append metadata dynamically. e.g. Announcements etc., without having to encode the content again.

Thanks in advance.
- Sushil</description>
		<content:encoded><![CDATA[<p>Hi Alex,</p>
<p>Can you point me to some resource on how live ad insertion is done or for that matter how to provide text streams dynamically.<br />
The scenario is I have a pre-encoded smooth streaming content and need to append metadata dynamically. e.g. Announcements etc., without having to encode the content again.</p>
<p>Thanks in advance.<br />
- Sushil</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Birth of Smooth Streaming by domain kaydi</title>
		<link>http://alexzambelli.com/blog/2009/02/04/the-birth-of-smooth-streaming/comment-page-1/#comment-9119</link>
		<dc:creator>domain kaydi</dc:creator>
		<pubDate>Wed, 30 Dec 2009 07:32:31 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=21#comment-9119</guid>
		<description>thank you for this article. Ive looked at the end.</description>
		<content:encoded><![CDATA[<p>thank you for this article. Ive looked at the end.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MediaStreamSource Takes On a New Life by buchi</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-9019</link>
		<dc:creator>buchi</dc:creator>
		<pubDate>Thu, 24 Dec 2009 20:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-9019</guid>
		<description>youve got a nice blog here buddy, bookmark it already. ^_^</description>
		<content:encoded><![CDATA[<p>youve got a nice blog here buddy, bookmark it already. ^_^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IIS Media Services 3.0 and Player SDK released! 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>Comment on MediaStreamSource Takes On a New Life by LEE CHUL SUNG</title>
		<link>http://alexzambelli.com/blog/2009/03/26/mediastreamsource-takes-on-a-new-life/comment-page-1/#comment-7503</link>
		<dc:creator>LEE CHUL SUNG</dc:creator>
		<pubDate>Fri, 30 Oct 2009 02:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://alexzambelli.com/blog/?p=93#comment-7503</guid>
		<description>I try using MediaStreamSource for VC-1 Playback speed. 

Playback speed is very important for korean students. (I&#039;m korean)

Korean Students study very very hard. they have no time for normal speed, online lecture. usually they play vod lecture 1.5 or 2x speed.

but I found out yesterday that I have no chance for using Silverlight Decoder output.

If I don&#039;t use raw a/v, silverlight decoder, I must make(or port) a decoder. but  performance issue.

May I have any method, access raw a/v ?</description>
		<content:encoded><![CDATA[<p>I try using MediaStreamSource for VC-1 Playback speed. </p>
<p>Playback speed is very important for korean students. (I&#8217;m korean)</p>
<p>Korean Students study very very hard. they have no time for normal speed, online lecture. usually they play vod lecture 1.5 or 2x speed.</p>
<p>but I found out yesterday that I have no chance for using Silverlight Decoder output.</p>
<p>If I don&#8217;t use raw a/v, silverlight decoder, I must make(or port) a decoder. but  performance issue.</p>
<p>May I have any method, access raw a/v ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IIS Media Services 3.0 and Player SDK released! 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>
</channel>
</rss>
