Live Streaming Video from WCF Service to Silverlight

I need to stream live recorded data (from screen / webcam) from WCF service to Silverlight client. Since this is live data, I don't mind packet loss ... More importantly, it will be real time data. Any suggestions how I can do this? How does the WCF service transfer it? How should a Silverlight client consume a stream?

+2


a source to share


1 answer


Have you checked the encoder expression? I haven't used it myself, but I think this is one way to go :)



+1


a source







All Articles