Host a streaming video in my client, from a streaming url that is behind a login session?

Posted by Vin on Stack Overflow See other posts from Stack Overflow or by Vin
Published on 2010-03-26T01:38:29Z Indexed on 2010/03/26 1:43 UTC
Read the original article Hit count: 443

Filed under:
|
|
|
|

I am building a Silverlight 4 desktop client to show streaming video from a site that is login based.

So that website has a Silverlight player that does streaming video, the player is behind a login sesion, so just by getting the url from fiddler and trying to play it in my Silverlight 4 desktop client won't work.

Actually after that, I want to build a Windows Media Center plugin to build a Netflix-like client, that allows login through WMC and then allows you to watch streaming video.

Any pointers on how to go about doing any of this?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about Windows