I need to read somehow stream from my shoutcast server containing VU meter data which looks like this
"0xa5 leftVal rightVal 0xa5 leftVal ..... etc"
Stream is continuous.
I'd like to receive this data and parse it in JavaScript(jQuery) to manage VU meters animations.