Icecast Metadata Js Versions Save

Browser and NodeJS packages for playing and reading Icecast compatible streaming audio with realtime metadata updates.

icecast-metadata-stats/0.1.7

9 months ago

icecast-metadata-player/1.16.1

1 year ago

Fixes

  • Player constructor typo causing Firefox playback to stop working.
    • Thanks @allquixotic and @solariz9 for reporting it!

Full Changelog: https://github.com/eshaz/icecast-metadata-js/compare/icecast-metadata-player/1.16.0...icecast-metadata-player/1.16.1

icecast-metadata-player/1.16.0

1 year ago

What's Changed

Full Changelog: https://github.com/eshaz/icecast-metadata-js/compare/icecast-metadata-player/1.15.6...icecast-metadata-player/1.16.0

Features

  • Add ability to provide multiple stream endpoints as an array of urls.
  • Resolves #150

Fixes

  • CRC sync method wasn't being invoked.