Displaying 1 result from an estimated 1 matches for "rpplayer".
Did you mean:
replayer
2006 Oct 30
0
Streaming WAV / Converting WAV to a streamable format on the fly
...ct>
because the user can copy-paste the file location from the source code, and
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 a...