Merge upstream changes to v1.4.0. [Previously was v1.1.2 from Jan 17, 2023]#5
Open
Prendo93 wants to merge 412 commits into
Open
Merge upstream changes to v1.4.0. [Previously was v1.1.2 from Jan 17, 2023]#5Prendo93 wants to merge 412 commits into
Prendo93 wants to merge 412 commits into
Conversation
An incompatibilty between kernel and libasan leads to random crashes as soon as binaries are being executed. For more context: https://stackoverflow.com/questions/77826203/addresssanitizer-randomly-throws-sigsegv-with-no-explanation
which was pointing to a renamed file
When enabled per-connection, RTCP Sender Reports use the original
capture timestamp (from the abs-capture-time RTP extension) instead
of Janus wall-clock time. This preserves correct A/V sync when audio
and video arrive at Janus with interleave skew from the source.
Opt-in via the streaming plugin watch API: {"abs_capture_time_sr": true}.
Defaults to off, preserving existing behaviour for all connections.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Merge upstream changes.
Motivation for this is to get access to the abs-capture-time RTP Header Extension.
Most important are rtp_sync related changes in commit 2b621dd
#6 shows the diff more clearly.
Open to discussion if v1.4.0 is the one we actually want given that it was released on Feb 6th.
All commit messages below:
getBitrate. meetecho/janus-gateway#3325)TrackOption.capturetype to allowMediaStreamTrack(FixTrackOption.capturetype to allowMediaStreamTrackmeetecho/janus-gateway#3574)