I want to play sound files (wav, aiff, mp3, ogg,..) of size 50-100 MB through the network.
I have to use other libraries such (tritonous) to add support for mp3 and ogg.
I am using the Java Sound API with its SourceDataLine-Interface
and created a applet which is embedded in JSF.
When I start the browser from localhost, then all works well -
but when starting the browser from another host, the sound stutters and hangs (even I use SourceDataLine instead of Clip)