Closed
Bug 1225877
Opened 10 years ago
Closed 6 years ago
Parse latest a=simulcast and a=rid
Categories
(Core :: WebRTC: Signaling, defect, P2)
Core
WebRTC: Signaling
Tracking
()
RESOLVED
FIXED
mozilla68
| backlog | webrtc/webaudio+ |
People
(Reporter: bwc, Assigned: bwc)
References
Details
Attachments
(2 files, 2 obsolete files)
No description provided.
Updated•10 years ago
|
Assignee: nobody → docfaraday
Rank: 10
Priority: -- → P1
Updated•10 years ago
|
backlog: --- → webrtc/webaudio+
Comment 1•9 years ago
|
||
Byron -- What else remains to be done on this bug?
I've lowered this to a Rank of 15, but if this is just about spec clean up, perhaps it should be lower. Let me know what you think.
Rank: 10 → 15
Flags: needinfo?(docfaraday)
| Assignee | ||
Comment 2•9 years ago
|
||
It depends on what kinds of changes we expect to see; there is no 04 yet.
Flags: needinfo?(docfaraday)
Comment 3•9 years ago
|
||
Ok, thanks - I see this as "file all necessary bugs once Simulcast-04 is available" and there's no action until then.
| Assignee | ||
Updated•9 years ago
|
Summary: Update a=simulcast to 04 draft → Update a=simulcast to 04 draft and a=rid to 05 draft
| Assignee | ||
Comment 4•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/52575/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52575/
Attachment #8752385 -
Flags: review?(drno)
Attachment #8752386 -
Flags: review?(drno)
| Assignee | ||
Comment 5•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/52577/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/52577/
Comment 6•9 years ago
|
||
Comment on attachment 8752385 [details]
MozReview Request: Bug 1225877 - Part 1: Update simulcast ABNF. r?drno
https://reviewboard.mozilla.org/r/52575/#review49768
Attachment #8752385 -
Flags: review?(drno) → review+
Comment 7•9 years ago
|
||
Comment on attachment 8752386 [details]
MozReview Request: Bug 1225877 - Part 2: Handle paused rids (basically just ignore that they're paused for now). r?drno
https://reviewboard.mozilla.org/r/52577/#review49806
::: media/webrtc/signaling/src/jsep/JsepTrack.cpp:190
(Diff revision 1)
> rid.id = constraints.rid;
> rid.direction = direction;
> rids->mRids.push_back(rid);
>
> SdpSimulcastAttribute::Version version;
> - version.choices.push_back(constraints.rid);
> + SdpSimulcastAttribute::Version::Choice choice = {false, constraints.rid};
A TODO with a bug number might be helpful here.
::: media/webrtc/signaling/src/peerconnection/PeerConnectionImpl.cpp:2480
(Diff revision 1)
> for (auto& encoding : aParameters.mEncodings.Value()) {
> JsepTrack::JsConstraints constraint;
> if (encoding.mRid.WasPassed()) {
> constraint.rid = NS_ConvertUTF16toUTF8(encoding.mRid.Value()).get();
> }
> + constraint.paused = false;
Same TODO with bug number
Attachment #8752386 -
Flags: review?(drno) → review+
Comment 8•8 years ago
|
||
Mass change P1->P2 to align with new Mozilla triage process
Priority: P1 → P2
| Assignee | ||
Updated•7 years ago
|
Summary: Update a=simulcast to 04 draft and a=rid to 05 draft → Update a=simulcast and a=rid to latest drafts
| Assignee | ||
Updated•6 years ago
|
Summary: Update a=simulcast and a=rid to latest drafts → Parse latest a=simulcast and a=rid
| Assignee | ||
Updated•6 years ago
|
Attachment #8752385 -
Attachment is obsolete: true
| Assignee | ||
Updated•6 years ago
|
Attachment #8752386 -
Attachment is obsolete: true
| Assignee | ||
Comment 10•6 years ago
|
||
| Assignee | ||
Comment 11•6 years ago
|
||
Depends on D28243
| Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Pushed by bcampen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/17c6c03c439e
Part 0: Test-case updates. r=mjf
https://hg.mozilla.org/integration/autoland/rev/1fb8d0d598d0
Part 1: Parse simulcast without rid= or pt= r=mjf
Comment 14•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/17c6c03c439e
https://hg.mozilla.org/mozilla-central/rev/1fb8d0d598d0
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•6 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•