Hi all,

we bought some device which recieve mp3 streams via udp (raw) as a prototype. 
Now we want to build an app which streams some raw udp data to this device.

I wrote some quick code with mina. The good news is that it play some sound, 
the bad is that the sound seems to stuck and is not in the right order. 

I tried to use StreamWriteFilter to write directly the given InputStream. I 
think I need to suspend the write when the buffer of the device is full. But 
how can i detect this ?

Any idea ?

The second problem which is that I have no idea howto calculate the paket sizes 
which i need to use for the various mp3 bitrates. 

Any help is welcome :-)

bye
Norman

Reply via email to