jsantell / dancer.js

high-level audio API, designed to make sweet visualizations
jsantell.github.com/dancer.js
MIT License
2.11k stars 209 forks source link

Add support for livestream (eg: shoutcast, ogg livestream, etc) #30

Closed dimassony closed 11 years ago

Yahav commented 12 years ago

Live streams actually supported. i've tested it under Chrome and Firefox(using flash), with Icecast mp3 streams and it works.

jsantell commented 12 years ago

You're using v0.2.x, correct? When webkit uses XHR and pulls down a buffer, not the later versions which use an audio source? Post up a demo page of it if you can and I'll rework the XHR back into the current version for streams

Yahav commented 11 years ago

This has been fixed, probably in the last version of Chrome. anyway it now work for me even with live Shoutcast/Icecast streams, cheers. (not the xhr version)

jsantell commented 11 years ago

Excellent! Good to hear, and would love to see a link of in action!