views:

134

answers:

0

Is there any way to create live streaming Server using WCF? I need it to have simple structure: it should listen to some url format like http://example.com/service/stream?write&id=ANY_STRING and if any data comes to such address format it'll start making it avaliable by something like this http://example.com/service/stream?read&id=ANY_STRING

Main thing here to be able to stream live data thru WCF service not buffering it just sharing stream. I need code examples or OpenSource projects.

So can please any one help me with such idea? I think not only I have seen such problem with WCF alot on different sites so answer will help the WCF comunyty alot. I hope.

AND! I ment LIVE streaming. Infinit data. We recive byte we send it. I can use only basicHttpBinding.