Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

2.5.3

Compare
Choose a tag to compare
@dolbyio-release-bot dolbyio-release-bot released this 14 Jun 11:14
· 10 commits to main since this release
9c016e7

Bug Fixes

  • Fixed an issue on Windows platforms where setting the custom allocator would cause the SDK, the media library, or the video processor to crash on program exit.
  • Fixed an issue on macOS platforms where the frame size reported in the video frame handler callbacks were incorrect.
  • Fixed an issue on Windows platforms where UTF-8 characters in paths were not properly parsed when locating the DNR library and models.
  • Fixed an issue where closing the window being screen shared would result in no information provided to the application that the window no longer exists.
    • To fix this issue, we introduced a new screen share error event which is emitted to the application in such situations.
    • Applications can subscribe to this event and should always call stop screen share upon receiving this event.
    • In the case of permanent errors, the SDK automatically stops capturing from the closed window, thus the application must call stop screen share.