Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FlatBuffers to 24.3.6-1 (fix cannot set temporal layer 0) #1348

Merged
merged 10 commits into from
Mar 8, 2024

Conversation

ibc
Copy link
Member

@ibc ibc commented Feb 29, 2024

ibc added 2 commits February 29, 2024 16:45
- Due to an issue in Flatbuffers (google/flatbuffers#8245) when we call `consumer.setPreferredLayers()` with `temporalLayer: 0`, we are NOT passing `temporalLayer` to the worker so it selects the highest available temporal layer instead.
- This PR tests that use case in both Node and Rust, and tests should fail until the Flatbuffers issue is resolved.
- BTW the Flatbuffers issue was already fixed long ago (google/flatbuffers#8245) but well, maintainers have not released a new version since May 2023 because whatever inexplicable reason.
@ibc ibc requested review from jmillan and nazar-pc February 29, 2024 15:57
@ibc ibc changed the title Add tests for consumer.setPreferredLayers() with temporal layer = 0 Add tests for consumer.setPreferredLayers() with temporal layer 0 Feb 29, 2024
@ibc
Copy link
Member Author

ibc commented Mar 7, 2024

FlatBuffers 24.3.6 (with the fix) has been released. The NPM version is already available. Ongoing work in Meson WrapDB to update FlatBuffers there: mesonbuild/wrapdb#1441

ibc added 6 commits March 7, 2024 12:26
- Due to an issue in Flatbuffers (google/flatbuffers#8245) when we call `consumer.setPreferredLayers()` with `temporalLayer: 0`, we are NOT passing `temporalLayer` to the worker so it selects the highest available temporal layer instead.
- This PR tests that use case in both Node and Rust, and tests should fail until the Flatbuffers issue is resolved.
- BTW the Flatbuffers issue was already fixed long ago (google/flatbuffers#8245) but well, maintainers have not released a new version since May 2023 because whatever inexplicable reason.
…a/mediasoup into test-preferred-temporal-layer-0
@ibc ibc changed the title Add tests for consumer.setPreferredLayers() with temporal layer 0 Update FlatBuffers to 24.3.6-1 (fix cannot set temporal layer 0) Mar 8, 2024
@ibc ibc merged commit 564b3ac into v3 Mar 8, 2024
23 checks passed
@ibc ibc deleted the test-preferred-temporal-layer-0 branch March 8, 2024 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants