-
-
Notifications
You must be signed in to change notification settings - Fork 409
Tentative first pass at making simulcast egest possible #312
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
Draft
robashton
wants to merge
38
commits into
webrtc-rs:master
Choose a base branch
from
robashton:simulcast-egest
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from 2 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
2742632
Tentative first pass at making simulcast egest possible
robashton d4160e1
Fix the tests (for now)
robashton 9fdf70b
clippy warnings (I guess I need to update/downgrade my rust)
robashton ec670b4
Re-instate changes from #217
robashton 4974cf4
Replace the mutex on track_encodings with a RwLock
robashton 379f403
Initial feedback from PR
robashton 21607ac
Make Rid an Option<String> and see how that falls out
robashton a3c2a20
revert change to log (that I did when I was debugging my own stuff\!)
robashton d6ff71d
unique track ids in stats
robashton d4c27fc
debug impl for TrackLocalContext
robashton 19fc8e9
ensure we only do simulcast send directives if we're doing a send on …
robashton acef0fd
apparently format! is a thing
robashton ac59df1
a few things in rtp_sender that we didn't ike
robashton 4b04180
unnecessary clone now it's an option
robashton 246044e
typo (got vimmed)
robashton 850fcb5
Tentative first pass at making simulcast egest possible
robashton e20c15d
Fix the tests (for now)
robashton 866965e
clippy warnings (I guess I need to update/downgrade my rust)
robashton 25cedc0
Re-instate changes from #217
robashton 2972dd5
Replace the mutex on track_encodings with a RwLock
robashton 55bc75c
Initial feedback from PR
robashton 8a59116
Make Rid an Option<String> and see how that falls out
robashton f780884
revert change to log (that I did when I was debugging my own stuff\!)
robashton 9707863
unique track ids in stats
robashton ffad0b5
debug impl for TrackLocalContext
robashton 6b23661
ensure we only do simulcast send directives if we're doing a send on …
robashton 7853a8d
apparently format! is a thing
robashton afe4dcb
a few things in rtp_sender that we didn't ike
robashton b64f163
unnecessary clone now it's an option
robashton 6a24250
typo (got vimmed)
robashton fd84deb
don't hold onto that lock, or we hang
robashton f5857dd
some more tweaks
robashton 5aa6864
merge from upstream
robashton 6996968
Merge branch 'simulcast-egest' of github.com:robashton/webrtc into si…
robashton 7da6936
removed comments
robashton 5007093
revert method order
robashton 7114d5e
remove read_simulcast_rtcp as we can't see a reason why it needs to e…
robashton 7c03a11
Option<String> on structs, Option<&str> on traits (for rid anyway)
robashton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.