Releases: canonical/anbox-streaming-sdk
Releases · canonical/anbox-streaming-sdk
1.24.0
1.23.1
fix(js-sdk): cancel video frame callback when video stream stops When video upscaling is enabled, the video frame is rendered in the way based on the HTMLVideoElement.requestVideoFrameCallback function. However, due to a missing call to HTMLVideoElement.cancelVideoFrameCallback, the AnboxStreamCanvas._render function continued to be called for small period of time even after the video stream had stopped. To resolve this issue, ensure that any registered video frame callbacks are canceled when the video stream stops.
1.23.0
Merge pull request #47 from lorumic/replace-microbox-with-appliance fix(e2e): use edge anbox-cloud-appliance instead of microbox
1.22.0
Merge pull request #24 from adglkh/workflow_dispatch feat(.github): allow manual workflow_dispatch for a specific branch