Closed Bug 1230197 Opened 9 years ago Closed 9 years ago

Plumb simulcast from JsepTrack to webrtc.org

Categories

(Core :: WebRTC: Audio/Video, defect, P1)

defect

Tracking

()

RESOLVED FIXED
mozilla46
Tracking Status
firefox45 --- affected
firefox46 --- fixed

People

(Reporter: bwc, Assigned: bwc)

References

Details

Attachments

(1 file, 1 obsolete file)

This covers the work of configuring simulcast in the webrtc.org code based on the negotiated details in JsepTrack.
Bug 1230197: (WIP) Plumb negotiated simulcast down to webrtc.org, without RID.
Depends on: 1210170
Blocks: 1231507
Comment on attachment 8697034 [details] MozReview Request: Bug 1230197: Plumb negotiated simulcast down to webrtc.org. r?jesup Review request updated; see interdiff: https://reviewboard.mozilla.org/r/27491/diff/1-2/
Attachment #8697034 - Attachment description: MozReview Request: Bug 1230197: (WIP) Plumb negotiated simulcast down to webrtc.org, without RID. → MozReview Request: Bug 1230197: (WIP) Plumb negotiated simulcast down to webrtc.org.
Bug 1231507 - Part 1: selectSsrc chrome-only API for SSRC-based filtering of receive tracks.
Attachment #8697034 - Flags: feedback?(rjesup)
Attachment #8697314 - Attachment is obsolete: true
Comment on attachment 8697034 [details] MozReview Request: Bug 1230197: Plumb negotiated simulcast down to webrtc.org. r?jesup https://reviewboard.mozilla.org/r/27491/#review24845 ::: media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1807 (Diff revision 2) > + stream.numberOfTemporalLayers = 1; // TODO: Ask jesup about this 1 is correct ::: media/webrtc/signaling/src/media-conduit/VideoConduit.cpp:1813 (Diff revision 2) > + stream.rid[sizeof(stream.rid) - 1] = 0; We did memset to 0 the buffer; this isn't strictly necessary - but I don't mind the minor redundancy; it makes it less fragile. Up to you
Attachment #8697034 - Flags: review+
Attachment #8697034 - Flags: review+
Attachment #8697034 - Flags: feedback?(rjesup)
Attachment #8697034 - Flags: feedback+
Comment on attachment 8697034 [details] MozReview Request: Bug 1230197: Plumb negotiated simulcast down to webrtc.org. r?jesup Review request updated; see interdiff: https://reviewboard.mozilla.org/r/27491/diff/2-3/
Attachment #8697034 - Attachment description: MozReview Request: Bug 1230197: (WIP) Plumb negotiated simulcast down to webrtc.org. → MozReview Request: Bug 1230197: Plumb negotiated simulcast down to webrtc.org. r?jesup
Attachment #8697034 - Flags: feedback+ → review?(rjesup)
Comment on attachment 8697034 [details] MozReview Request: Bug 1230197: Plumb negotiated simulcast down to webrtc.org. r?jesup https://reviewboard.mozilla.org/r/27491/#review24861
Attachment #8697034 - Flags: review?(rjesup) → review+
backlog: --- → webrtc/webaudio+
Rank: 15
Priority: -- → P1
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Depends on: 1314667
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: