WCF service to stream buffer frame by frame to all client

184 Views Asked by At

I am looking for a way to write a wcf service which stream frame by frame buffer to all client. I do not want to use soap envelops and make it possible to consume the same service from all platforms like windows, android and iPhone clients. I want to control the media stream manually. Like, in my client side form application, I can control the streaming by start and stop button. Also I want to manage all kind of error handling.

I have been googling a lot for my requirements but I ended up no where. I have considered nettcpbinding but it also uses soap envelop. Here I want persistent connection like basic tcp socket.

0

There are 0 best solutions below