Disable ingress session flag update#1
Draft
Rajiv91 wants to merge 34 commits into
Draft
Conversation
…t#3299) Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 1.8.1 release * remove entries
* vp8 with dd * make temporal layer selection work with DD * fix test --------- Co-authored-by: boks1971 <raja.gobi@tutanota.com>
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Remove alloc in packet forwarding path. Unlikely logger creation was doing allocs. Replace it with a function like in rtpstats_receiver.go so that allocations do not happen unnecessarily. * variable rename * one more place
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Also remove the connection quality drop prom as it is unused and also adds state/complexity.
1.8.2 was botched as well due to a bad tag
The duplicate was not checking for `nil`. The SSRC is already loaded with proper nil check before.
Old go-sdks with old pion/sctp version can't process unknown parameters.
* Exempt egress participant from track permissions. * test
* move unrolled mime type check for broader use * Use in IsSvcCodec and make MimeType exported * test * tidy branches * tidy --------- Co-authored-by: Paul Wells <paulwe@gmail.com>
Seeing some negative loss count (seems to be when interacting with Firefox, but don't have definitive proof it does not happen with others). Debug logging a bit to understand what could cause it. Also, consolidating some common code to process packet feedback.
* Debug FF TWCC * - TURN off TWCC for Firefox. Seems to fail with VP9 send, i.e. there are no TWCC feedback packets when sending VP9. - Relax thresholds for congestion as staging data is showing oscillations. - Clean up some logging. * debug log a few more signal messages * revert config * revert config * clean up
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Generated by renovateBot Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* Correct off-by-one lost count on a restart. * log sender snap shot ID * metadata cache overflow count per snapshot
* disable temporal layer scaling * remove dummy start * do not add 0 id * remove tests * clean up
Sending 0 ID dependency descriptor was the issue.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on tryiris-ai/Livekit-protocol#1