Displaying 1 result from an estimated 1 matches for "cfcdaa03".
2006 Oct 30
0
Streaming WAV / Converting WAV to a streamable format on the fly
...d
easilly download the file.
Because of requirement 3 and 4, pseudo streaming like the following (an
asp.net example) is NOT allowed, because the complete file is still
downloaded to the client:
<object id="RPPlayer" height="200" width="220"
classid="CLSID:CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA">
<param name="type" value="audio/wav" />
<param name="src" value="audioStream.aspx" />
</object>
code-behind page of audioStream.aspx:
...
Response.ContentType = "audio/wav"
Response.AddHea...