Streaming live video from WCF service to Silverlight

Posted by Yuval Peled on Stack Overflow See other posts from Stack Overflow or by Yuval Peled
Published on 2010-05-16T00:12:29Z Indexed on 2010/05/16 0:20 UTC
Read the original article Hit count: 704

Filed under:
|
|

Hi, I need to stream live captured data (from a screen/web cam) from a WCF service to a Silverlight client. Since it's live data I don't mind losing packets... More important that it will be real-time data. Any suggestions how can I do it? How does the WCF service transfer it? How does the Silverlight client should consume the stream?

© Stack Overflow or respective owner

Related posts about Silverlight

Related posts about wcf