Hopefully someone can help me out with this.
I\'m playing around with a node.js server that streams audio to a client, and I want to create an HTML5 player. Right no
have a look here http://www.scottandrew.com/pub/html5audioplayer/, I used this and it plays while it is downloading the file. It waits a little bit for the buffer but then plays. Never tried seeking though but I would start by trying to set the "aud.currentTime" in his code if that can be done.
Good luck