i need to give an audio output from my servlet....i have an application that will produce the sound in wave format.....when i use
resp.setContentType("audio/wav");
it will open the real one player and gives me error
i dont know what the problem
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12267
1
posted
0
will open the real one player and gives me error
It would have been more helpful if you had included the text of the error. Without any more information, I can only guess that you need to include the content-length as well as the content type. Also, are you doing output with an OutputStream or a Writer? Binary data must use OutputStream. Bill
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.