Page view counter
SilverlightStreamingMediaPlayer for Silverlight?
Last post 04-02-2008 12:31 AM by Frogs69. 2 replies.
Sort Posts:
03-21-2008 4:36 PM
SilverlightStreamingMediaPlayer for Silverlight?

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
 

digitalml

Loading...
Joined on 01-17-2008
Posts 25
03-25-2008 8:55 AM
Re: SilverlightStreamingMediaPlayer for Silverlight?

Hi,

 did you ever get any response to your request?  I too am looking to host my own MediaElement based Silverlight control, but can't see how to access my SLS content with the Source property.

cheers

Kev

KevMoore123

Loading...
Joined on 03-17-2008
Posts 4
04-02-2008 12:31 AM
Re: SilverlightStreamingMediaPlayer for Silverlight?

Sorry folks, but there no direct way to set the MediaElement to a WMV file hosted in SLS right now. This is because SLS doesn't provide an http endpoint to a WMV file hosted in the service. The closest thing to manipulating WMV files directly from a Silverlight app is by using the initParams as described on http://dev.live.com/silverlight/initparams. It is not ideal, but it does the job provided you know which video files you want to manipulate in your control at initialization time.

Cheers.

Frogs69

Loading...
Joined on 04-30-2007
Redmond, WA
Posts 218
Microsoft Communities