Skip to content

Conversation

@adamshiervani
Copy link
Contributor

We got reports that the video quality decreased in the last release.

The issue was no default stream quality factor, and therefore it was falling back on 0, which effectively puts the default stream in "Low" mode.

Additionally, when setting and getting the video quality stream, we didn't store the value in the config but updated a local quality variable that was used in the old implementation.

Replaced the static stream factor with a configurable video quality factor. The new implementation saves the updated quality factor to the configuration, ensuring persistence across sessions.
@adamshiervani adamshiervani changed the title Add default video quality bug:Fix video quality Oct 29, 2025
@adamshiervani adamshiervani changed the title bug:Fix video quality Bug: Fix video quality Oct 29, 2025
@adamshiervani adamshiervani changed the title Bug: Fix video quality fix: Fix video quality Oct 29, 2025
@ym ym merged commit 1ce6366 into dev Oct 29, 2025
5 checks passed
@ym ym deleted the fix/default-video-quality branch October 29, 2025 15:11
@adrianmeraz
Copy link
Contributor

Thank goodness it was a bug, the artifacts were driving me crazy!

@adamshiervani
Copy link
Contributor Author

@adrianmeraz Until this is released, you can set it to low and then back to high again, and it should work.

@dseven dseven mentioned this pull request Oct 31, 2025
1 task
ym pushed a commit that referenced this pull request Nov 14, 2025
ym added a commit that referenced this pull request Nov 15, 2025
Co-authored-by: Adam Shiervani <adam.shiervani@gmail.com>
fix: video quality  (#913)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants