I have an array of bytes which comes on the regular interval on the web server using web service from the client.
Now, I want to play that byte array which is actually an audio on the client as soon as I get on the server specifically in Silverlight.
Would it be possible to get byte stream and play it directly continously without affecting the stream?
In other words, can I append bytes to file or stream and play it simultaneously in silverlight or in .NET?
Please see IIS Smooth Streaming. Or see Http polling duplex or comet technology. see Here