Is there anyway to create live streaming Server using WCF? (see specification below)
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-04-17T13:38:07Z
Indexed on
2010/04/17
13:43 UTC
Read the original article
Hit count: 196
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.
© Stack Overflow or respective owner