vote up 1 vote down star

Is it possible to do pseudo-streaming(eg start playback at any point) with wmv files and silverlight?

This is possible using Flash in a progressive download setup but can it be done on the Microsoft track?

flag

75% accept rate

3 Answers

vote up 0 vote down check

Since asking this question, Microsoft has released Smooth Streaming, which is exactly what I was asking for and more.

Clearly this is the best Silverlight solution although you do need Windows Server 2008 on the backend.

link|flag
vote up 0 vote down

No reason you couldn't stream it like any other HTTP video; it basically just expects the file to be a correct WMV file. You would need to have a server that supports the seeking, though.

link|flag
vote up 1 vote down

You can use Windows Media Services 2008. It enables you to actually stream WMV to Silverlight interface.

link|flag
I know that works but I am looking for a progressive download solution. – geoff Sep 24 '08 at 13:01
As far as I know this is the only simple solution at the moment. And it's free if you have WInServer license. – artur02 Sep 25 '08 at 19:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.