G
Guest
I have some audio data in a proprietary format (that is, to prevent unauthorised access to audio data) residing on server. I have to create an ASP.NET app to read this data and give it to browser without any temporary file (.wav for example). Moreover, the client browser should be able to jump forward and backward, pause and resume playback, so I think it is necessary to implement a sort of streaming between browser and server. Any idea how to accomplish this task? I don't know how to implement streaming and I don't know how to playback in internet explorer (how to receive audio data from server and how to send it to sound card). Please help. If there are articles related to something like this, I'll be happy to read them. Thanks.