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

Attach simulcast offer sendEncodings to suitable (addTrack) transceiver. #2155

Merged
merged 3 commits into from
Apr 4, 2019

Conversation

jan-ivar
Copy link
Member

@jan-ivar jan-ivar commented Apr 1, 2019

Fixes #2147.


Preview | Diff

@jan-ivar jan-ivar self-assigned this Apr 1, 2019
webrtc.html Show resolved Hide resolved
webrtc.html Show resolved Hide resolved
@alvestrand
Copy link
Contributor

I like where this is going.

webrtc.html Outdated Show resolved Hide resolved
webrtc.html Show resolved Hide resolved
Copy link
Contributor

@henbos henbos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM % comments

@henbos henbos added the Needs Test Needs a WPT test label Apr 4, 2019
@jan-ivar
Copy link
Member Author

jan-ivar commented Apr 4, 2019

Updated. Thanks for the feedback!

<var>transceiver</var>.<a>[[\Sender]]</a>.<a>[[\sendEncodings]]</a>
to <var>sendEncodings</var>, and set
<var>transceiver</var>.<a>[[\Sender]]</a>.<a>[[\LastReturnedParameters]]</a>
to <code>null</code>.</p>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean we allow modifying sendEncodings in subsequent offers for transceivers that already exist?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, suitable = unused. See #2147 (comment).

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ack!

@alvestrand alvestrand merged commit 42b2757 into w3c:master Apr 4, 2019
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Feb 17, 2020
adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Feb 18, 2020
adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Feb 18, 2020
adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Feb 18, 2020
adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#742134}
chromium-wpt-export-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Feb 18, 2020
adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#742134}
@jan-ivar jan-ivar deleted the addtracksimulcast branch February 18, 2020 14:43
@jan-ivar jan-ivar removed the Needs Test Needs a WPT test label Feb 18, 2020
pull bot pushed a commit to FreddyZeng/chromium that referenced this pull request Feb 18, 2020
adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#742134}
xeonchen pushed a commit to xeonchen/gecko that referenced this pull request Feb 21, 2020
…ceiver in simulcast, a=testonly

Automatic update from web-platform-tests
webrtc wpt: add test for reusing a transceiver in simulcast

adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#742134}

--

wpt-commits: 7f0a51b8417a3008d998403d3a3360ef9a4ca621
wpt-pr: 21841
moz-v2v-gh pushed a commit to mozilla/gecko-dev that referenced this pull request Feb 21, 2020
…ceiver in simulcast, a=testonly

Automatic update from web-platform-tests
webrtc wpt: add test for reusing a transceiver in simulcast

adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <hta@chromium.org>
Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com>
Cr-Commit-Position: refs/heads/master@{#742134}

--

wpt-commits: 7f0a51b8417a3008d998403d3a3360ef9a4ca621
wpt-pr: 21841
gecko-dev-updater pushed a commit to marco-c/gecko-dev-comments-removed that referenced this pull request Feb 23, 2020
…ceiver in simulcast, a=testonly

Automatic update from web-platform-tests
webrtc wpt: add test for reusing a transceiver in simulcast

adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <htachromium.org>
Commit-Queue: Philipp Hancke <philipp.hanckegooglemail.com>
Cr-Commit-Position: refs/heads/master{#742134}

--

wpt-commits: 7f0a51b8417a3008d998403d3a3360ef9a4ca621
wpt-pr: 21841

UltraBlame original commit: ee113878703ea43bfce676e738d40b2f8f655ff9
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified that referenced this pull request Feb 23, 2020
…ceiver in simulcast, a=testonly

Automatic update from web-platform-tests
webrtc wpt: add test for reusing a transceiver in simulcast

adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <htachromium.org>
Commit-Queue: Philipp Hancke <philipp.hanckegooglemail.com>
Cr-Commit-Position: refs/heads/master{#742134}

--

wpt-commits: 7f0a51b8417a3008d998403d3a3360ef9a4ca621
wpt-pr: 21841

UltraBlame original commit: ee113878703ea43bfce676e738d40b2f8f655ff9
gecko-dev-updater pushed a commit to marco-c/gecko-dev-wordified-and-comments-removed that referenced this pull request Feb 23, 2020
…ceiver in simulcast, a=testonly

Automatic update from web-platform-tests
webrtc wpt: add test for reusing a transceiver in simulcast

adds a test case for
  w3c/webrtc-pc#2155

BUG=944821

Change-Id: Idee2e83cd6dbd217802698db46fe94b6ca0f0791
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059972
Reviewed-by: Harald Alvestrand <htachromium.org>
Commit-Queue: Philipp Hancke <philipp.hanckegooglemail.com>
Cr-Commit-Position: refs/heads/master{#742134}

--

wpt-commits: 7f0a51b8417a3008d998403d3a3360ef9a4ca621
wpt-pr: 21841

UltraBlame original commit: ee113878703ea43bfce676e738d40b2f8f655ff9
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.

simulcast offer doesn't work with addTrack. An omission
4 participants