Sign In|Join
Home/Silverlight.NET Forums/General Silverlight/Hosting and Streaming/Live Streaming in Silverlight
Last post Dec 20, 2008 11:14 PM by davidezordan
0 Points
1 Post
Dec 17, 2008 09:49 PM | LINK
Hi
We are trying to stream videos live in Silverlight. Here is how it should work:
A user manually logins in to the system (assuming there is a camera/webcam... connected to the system), and clicks on a button to stream live.
During the process, we also want to know the number of users the media is streamed to, video stream length (for each end user).
How do we achieve this?
live streaming
Contributor
6294 Points
957 Posts
Dec 20, 2008 11:14 PM | LINK
Hi,
you can stream the video to the SL client using a Duplex service which periodically sends an image to the client, more information here:
http://msdn.microsoft.com/en-us/library/cc645027(VS.95).aspx
http://msdn.microsoft.com/en-us/library/cc645028(VS.95).aspx
Otherwise you can use a DispatcherTimer on the client to periodically update the image.
Thanks,
letscode_sl
0 Points
1 Post
Live Streaming in Silverlight
Dec 17, 2008 09:49 PM | LINK
Hi
We are trying to stream videos live in Silverlight. Here is how it should work:
A user manually logins in to the system (assuming there is a camera/webcam... connected to the system), and clicks on a button to stream live.
During the process, we also want to know the number of users the media is streamed to, video stream length (for each end user).
How do we achieve this?
live streaming
davidezordan
Contributor
6294 Points
957 Posts
Re: Live Streaming in Silverlight
Dec 20, 2008 11:14 PM | LINK
Hi,
you can stream the video to the SL client using a Duplex service which periodically sends an image to the client, more information here:
http://msdn.microsoft.com/en-us/library/cc645027(VS.95).aspx
http://msdn.microsoft.com/en-us/library/cc645028(VS.95).aspx
Otherwise you can use a DispatcherTimer on the client to periodically update the image.
Thanks,
Silverlight MVP
Blog Twitter Silverlight Experts