Skip to content

Releases: eshaz/icecast-metadata-js

icecast-metadata-player/1.17.6

15 Nov 22:54
Compare
Choose a tag to compare

Full Changelog: icecast-metadata-player/1.17.5...icecast-metadata-player/1.17.6

Fixes

  • Workaround for Safari Desktop dissallowing range header in request, regardless of range being a safelisted CORS header.

icecast-metadata-player/1.17.5

15 Nov 21:54
Compare
Choose a tag to compare

Full Changelog: icecast-metadata-player/1.17.4...icecast-metadata-player/1.17.5

Fixes

  • Add failover logic to try another MediaSource container type if more than one are supported.

icecast-metadata-stats/0.1.12

14 Nov 04:52
Compare
Choose a tag to compare
chore(icecast-metadata-stats): update deps

icecast-metadata-player/1.17.4

14 Nov 04:50
Compare
Choose a tag to compare

Full Changelog: icecast-metadata-player/1.17.3...icecast-metadata-player/1.17.4

  • Default to using MSEAudioWrapper wrapped audio first for MediaSource playback. This solves some compatibility issues with AAC and webkit.

icecast-metadata-js/1.2.9

14 Nov 04:51
Compare
Choose a tag to compare
chore(icecast-metadata-stats): update deps

icecast-metadata-player/1.17.3

13 May 17:00
Compare
Choose a tag to compare

What's Changed

  • Fix #198 by adding the Range: bytes=0- header in the request.

Full Changelog: icecast-metadata-player/1.17.2...icecast-metadata-player/1.17.3

icecast-metadata-player/1.17.2

26 Nov 17:50
Compare
Choose a tag to compare

Fixes

  • Export types.d.ts using package.json exports field

Full Changelog: icecast-metadata-player/1.17.1...icecast-metadata-player/1.17.2

icecast-metadata-stats/0.1.11

21 Oct 18:04
581ce48
Compare
Choose a tag to compare

What's Changed

  • Add IcecastMetadataStats NodeJS Support by @eshaz in #189

Full Changelog: icecast-metadata-stats/0.1.10...icecast-metadata-stats/0.1.11

Features

  • Add NodeJS Support for icy, ogg, icestats, and 7.html
    • Resolves #182
    • stats and nextsongs are currently not supported in NodeJS since there isn't a built in XML parser for NodeJS.
  • Add unit tests to assert NodeJS support

icecast-metadata-player/1.17.1

21 Oct 18:05
581ce48
Compare
Choose a tag to compare

icecast-metadata-js/1.2.8

21 Oct 18:06
581ce48
Compare
Choose a tag to compare

What's Changed

  • Add IcecastMetadataStats NodeJS Support by @eshaz in #189

Full Changelog: icecast-metadata-js/1.2.7...icecast-metadata-js/1.2.8

Features

  • Export IcecastReadableStream for NodeJS since fetch and ReadableStream support has been available since Node 18.x