The asp.net control SilverlightStreamingMediaPlayer that comes with the Windows Live 2008 CTP lets me connect to the Silverlight streaming site and stream video I have uploaded there. I'd like to know if there is a similar way to do this for my Silverlight application so I don't have to use the asp.net control / aspx page perhaps simply using a <MediaElement / > and pointing it to the video stream? But I can't just point to the wmv because of the credntials that are required to access the content. Any ideas?
Thanks