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