NullPointer
26th October 2002, 21:51
I'm trying to develop a Java Servlet which outputs streaming audio. I got it to work by writing the URL in WinAmp's location window (CTRL + L) but I can't get it to work through my browser. Other commercial streaming audio links open up my winamp automatically while my server asks me to save the file. Any idea what header information I need to specify in order to tell the broswer to load with Winamp ???
Also, my information tags are non-existent. When I play audio through my servlet, it does not display the song name or even the length. I guess I have to also specify certain headers for this as well, any ideas which?
thanks for any help
Also, my information tags are non-existent. When I play audio through my servlet, it does not display the song name or even the length. I guess I have to also specify certain headers for this as well, any ideas which?
thanks for any help