I am studying about live streaming of Microsoft Smooth Streaming now..
The server side can set the specific DVRWindowLength.
How long DVRWindowLength can Silverlight handle/treat ?
(How long DVRWindowLength can I set on server side ?)
If DVRWindowLength is very big, The size of Manifest file become big.(I guess)
I used "smoothstreamingplayer-2.2010.1001.1.zip" and
http://demo.anevia.com:3128/live/disk1/live1/ss-ss/manifest
I saw this page."http://www.iis.net/learn/media/on-demand-smooth-streaming/getting-started-with-iis-smooth-streaming".
--> Getting Started with IIS Smooth Streaming
smoothstreamingplayer-2-2010.1001.1,zip has SmoothStreamingplayer.html
I got SmoothStreamingPlayer.html from this page.
DVRWindowLength of the manifest file of this sample is 600000000.
This means DVRWindowLength is 60 sec.
This is small value, so,, I think/guess that Silverlight can handle/treate this sample.
The 1 chunk of video is 4 sec.
so, this manifest file has 15 chunck of video.
Does Silverlight have any limit about DVRWindoLength ?
Would you give your comment ? if it is possible...
and then,,
I have additional question about the other client software.
--> Do you know the "Smooth Streaming Client Porting Kit" ?
Does this Porting kit have the limit same as Silverlight about DVRWindowLength ?
Would you give your comment ? if it is possible...
Best Regards.