views:

257

answers:

2

i would like a webpage which streams audio. However i do not want the user to DL the stream everytime he listens. I would like it to work like youtube where you can listen to it as often as you like as long as you dont leave the page (or longer). How would i program that. I would be streaming the common formats, mp3, m4a, ogg, (maybe) aac and FLAC.

A: 

I'm searching for this kind of webpage too. Is there something like this?

Goran
this is better as a comment, but maybe you cant leave a comment ATM?. I havent sound anything like that yet. I have seen web request for jumping in flv streams in the form as file.flv?start=byteoffset. This is while jumping in a .swf container. I ended up using SoundManager. It doesnt allow you to jump ahead but it allows you to go seek what has been loaded. Sound files load quickly so it isnt much of an issue.
acidzombie24
A: 

SoundManager2. Not what you want since it cant jump to sound that isnt loaded but allows most/all formats mentioned.

acidzombie24