Skip to content

Releases: millicast/millicast-sdk

next-0.3.0-rc-6

19 Sep 02:02
1e19119
Compare
Choose a tag to compare
next-0.3.0-rc-6 Pre-release
Pre-release

What's Changed

  • Fixed issue: excessive waiting time to resume the video playback when it becomes active from inactive

next-0.3.0-rc-5

17 Sep 04:12
bb8de6f
Compare
Choose a tag to compare
next-0.3.0-rc-5 Pre-release
Pre-release

What's Changed

  • Initialize worker on drm track to avoid error thrown
  • Refactored webrtc and signaling events management

next-0.3.0-rc-4

06 Sep 23:36
8072bf8
Compare
Choose a tag to compare
next-0.3.0-rc-4 Pre-release
Pre-release

What's Changed

Full Changelog: next-0.3.0-rc-2...next-0.3.0-rc-4

0.3.0-RC-2

19 Aug 23:20
d97ed9c
Compare
Choose a tag to compare
0.3.0-RC-2 Pre-release
Pre-release

What's Changed

  • Support DRM
  • Bug fix

0.3.0-RC-1

19 Aug 22:59
43582cf
Compare
Choose a tag to compare
0.3.0-RC-1 Pre-release
Pre-release

What's Changed

  • DRM support
  • Bug fix

Release v0.2.1

14 Aug 17:35
ff6d9f5
Compare
Choose a tag to compare

Features

  • Add connection duration timestamp to Diagnose response.

Fixes

  • Added bitrateBitsPerSecond stats attribute. Now bitrate attribute is shown in Bytes per second and bitrateBitsPerSecond in bits per second.
  • Fix security vulnerabilities.
  • Viewer - The metadata.uuid param is now optional.

View the v0.2.1 release tag for the complete list of changes.

For more details, instructions and tutorials on using the latest releases, please visit:
https://docs.dolby.io/streaming-apis/changelog/changelog-web-platform

Release v0.2.0

17 Jul 15:31
bf4aeb0
Compare
Choose a tag to compare

This latest release introduces major improvements.

Features

  • Stats frequency is now configurable by app developers.
  • SDK-published metadata messages now also contain a timecode. (Only works if the UUID is not overwritten).
  • The updated broadcast event will be captured by default. Listen for this event to detect when a new media track is added or removed to an existing feed.

Fixes

  • SDK does not crash on simulcast=true && audioOnly.
  • The viewer can no longer invoke the updateBitrate() function because it isn't functionality they should be able to control.
  • The incorrectly set deprecation message on the Publish and View class constructor is now fixed.
  • SEI unregistered are returned as Byte arrays now if they can't be converted into JSON objects.

Deprecations

  • The onMetadata event has now been superceded by the metadata event. The SDK will continue to publish both the events until it is removed in v0.3.0.

View the v0.2.0 release tag for the complete list of changes.

For more details, instructions and tutorials on using the latest releases, please visit:
https://docs.dolby.io/streaming-apis/changelog/changelog-web-platform

Release v0.1.46

17 Jun 18:24
fbd8a08
Compare
Choose a tag to compare

Features

  • With sendMetadata() you can publish metadata captured during broadcast and make it available at playback to synchronize events in your player with frame-level accuracy.
  • The diagnose() function can be used to troubleshoot the end-user quality of experience while gathering client analytics and important streaming metrics.

Fixes

  • You can now enable simulcast (both viewing and publishing) on all chromium-based browsers, including Edge. The codec limitation still applies, however.

Deprecations

  • The streamName parameter in the Publish and Viewer class constructors has been marked as deprecated. The value supplied to the tokenGenerator object will be the one used by the SDK to connect to a stream. This will be removed in a future version of the SDK.
  • There is no need to invoke PeerConnection.initStats() anymore, as it's now done automatically when View.connect(), Publish.connect() or PeerConnection.createRTCPeer() is invoked.

Release v0.1.44

11 Mar 19:18
567d56a
Compare
Choose a tag to compare

Features

  • Added Logger.diagnose(statsCount) function to get useful debugging information

Improvements

  • Added changesets for changelog control

Fixes

  • Added missed layer info in view command

Release v0.1.43

22 Jan 21:47
567d779
Compare
Choose a tag to compare

Features

  • Access to the current SDK version through Logger.VERSION in console.
  • Added priority option in broadcast options.

Improvements

  • Update in documentation for better navigation and understanding.
  • Added trackIdentifier as an RTP inbound stat.

Fixes

  • Fixed slow network connection in Safari based users.
  • Fixed circular dependency between files.