Live streaming

Hi all, I am learning JSP/servlets and when i tried creating a site with links to all the music files in my system, it starts to download the song...i would better like if it streams and plays in any of the player...like other commercial music sites....can someone tell me what should i do to accomplish this....

Thanks in advance...

[346 byte] By [pradeep@echa] at [2007-11-27 2:41:16]
# 1
use an applet for example that downloads an audio file from the server and reads it on the client side.you'll need a servlet listen for the applet connections.
java_2006a at 2007-7-12 3:04:53 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...