In addition to progressive downloads, MediaElement supports live and on-demand streaming from a Windows Media Server. If the file URI specifies the mms protocol, the
MediaElement attempts to stream the file first. If the file can't be streamed, it downloads the file progressively. If the file URI specifies another protocol, such as http or https, the
MediaElement attempts a progressive download first. If that fails, the
MediaElement attempts to stream the file.
Note that live streaming media cannot be paused--calling the
Pause method has no effect.
bryant
Star
10113 Points
1662 Posts
Re: Live Streams
May 01, 2007 08:59 PM | LINK
Check out this page in the SDK:
http://msdn2.microsoft.com/en-us/library/bb412386.aspx
streaming
Blog | Twitter
_________________
Dont forget to click "Mark as Answer" on the post that helped you.