开发者

Streaming live video from WCF service to Silverlight

开发者 https://www.devze.com 2022-12-31 11:21 出处:网络
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... Mo开发者_StackOverflowre important that it

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... Mo开发者_StackOverflowre 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?


Did you check expression encoder? I haven't used it myself but it think this one of the ways to go :)

0

精彩评论

暂无评论...
验证码 换一张
取 消