TooTallNate / node-icy

Node.js module for parsing and/or injecting ICY metadata
MIT License
291 stars 48 forks source link

Will the streaming be in sync? #4

Closed ghost closed 12 years ago

ghost commented 12 years ago

If the port is open in two different tabs/browsers at different times, will the streaming of mp3 file go in sync in both the browsers?

TooTallNate commented 12 years ago

It really depends on your definition on "in sync", but the short answer is probably no. Icecast is not a realtime streaming protocol, it's just an endless stream of audio data. Any syncronization you want to do between clients needs to be done on your own.