Skip to content

Release v14.0.0-beta.1

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 19:38
· 4 commits to refs/heads/main since this release
81baf84

14.0.0-beta.1

  • Fixed next/latest tag selection in publish workflow.

14.0.0-beta.0

  • Switched to workflow-based releases with version as part of source.
    This means that each PR has to have an update of the package.json version
    number and update the CHANGELOG.md file.
  • BREAKING: Move player and overlay packages into the media-stream-library package.
    These can be imported as media-stream-library/player and media-stream-library/overlay.
  • BREAKING: Only export ES modules (including minified bundles with external dependencies).
  • BREAKING: Replaced Node.js Buffer with Uint8Array.
  • BREAKING: Replaced Node.js Stream module with Web Streams API.
    Components and pipelines are redesigned completely, check the source
    and examples for details on how to migrate.
  • BREAKING: Replaced debug package with internal log module.
    Set msl-streams-debug, msl-player-debug, and msl-overlay-debug
    localStorage keys to "true" instead for logging.
  • BREAKING: Removed CommonJS support and separation of Node.js
    and Browser exports.
  • Added AAC test audio to the default RTSP H.264 test video.