is there any Simple opensource live audio 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-17T08:35:12Z Indexed on 2010/04/17 8:43 UTC
Read the original article Hit count: 175

Filed under:
|
|
|
|

is there any Simple opensource live audio 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.

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.

BTW: I know some people say WCF is not prepared for live streaming over bacikHTTPbinding but hey! We all need it to, and we ask MS alot so some day they'll make it beter and we all want to be prepared for it.

© Stack Overflow or respective owner

Related posts about wcf

Related posts about c#