Hosting and Streaminghttp://forums.silverlight.net//15.aspx/1?Hosting+and+StreamingDiscussions about hosting and streaming Silverlight applications Mon, 01 Jan 0001 00:00:00 -050015149431http://forums.silverlight.net//p/59434/149431.aspx/1?Live+Streaming+in+SilverlightLive Streaming in Silverlight <p>Hi</p> <p>We are trying to stream videos live in Silverlight. Here is how it should work: </p> <p>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. </p> <p>During the process, we also want to know the number of users the media is streamed to,&nbsp;video stream length&nbsp;(for each end user). </p> <p>How do we achieve this?</p> 2008-12-17T20:49:38-05:00150771http://forums.silverlight.net//p/59434/150771.aspx/1?Re+Live+Streaming+in+SilverlightRe: Live Streaming in Silverlight <p>Hi,</p> <p>you can stream the video to the SL client using a Duplex service which periodically sends an image to the client, more information here:</p> <p><a href="http://msdn.microsoft.com/en-us/library/cc645027(VS.95).aspx">http://msdn.microsoft.com/en-us/library/cc645027(VS.95).aspx</a></p> <p><a href="http://msdn.microsoft.com/en-us/library/cc645028(VS.95).aspx">http://msdn.microsoft.com/en-us/library/cc645028(VS.95).aspx</a></p> <p>Otherwise you can use a DispatcherTimer on the client to periodically update the image.</p> <p>Thanks,</p> 2008-12-20T22:14:16-05:00