Host a streaming video in my client, from a streaming url that is behind a login session?
- by Vin
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?