Open
Bug 1105005
Opened 10 years ago
Updated 2 years ago
urn:ietf:params:rtp-hdrext:sdes:mid support
Categories
(Core :: WebRTC, defect, P4)
Core
WebRTC
Tracking
()
NEW
backlog | webrtc/webaudio+ |
People
(Reporter: bwc, Unassigned)
References
Details
(Whiteboard: [spec][PERC])
We need to support urn:ietf:params:rtp-hdrext:sdes:mid as specified in https://tools.ietf.org/html/draft-ietf-mmusic-sdp-bundle-negotiation-12#section-13
This will require signaling work to emit/receive the SDP attributes, and pass them on to the media code, as well as updating MediaPipelineFilter to work with this extension instead of the old unified-plan stream-correlator.
Reporter | ||
Comment 1•10 years ago
|
||
This also depends on support for this extension in the webrtc.org code, which is not yet present.
Updated•9 years ago
|
backlog: --- → webRTC+
Rank: 35
Priority: -- → P3
Whiteboard: [spec]
Comment 2•8 years ago
|
||
Most recent spec link https://tools.ietf.org/html/draft-ietf-mmusic-sdp-bundle-negotiation-36#section-14
I think this is needed to be able to do simulcast PERC with the unified plan.
Unfortunately it looks like even the 49 webrtc.org landing does not offer any support for this yet (not surprising since Chrome still has no support for unified).
Updated•8 years ago
|
Whiteboard: [spec] → [spec][PERC]
Comment 3•7 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•7 years ago
|
Comment 4•7 years ago
|
||
Note: there is code in JsepSessionImpl.cpp which should get updated once this is resolved
https://searchfox.org/mozilla-central/rev/0b613c3887789f7786cd3131dfe9648398f4a6ac/media/webrtc/signaling/src/jsep/JsepSessionImpl.cpp#1017
Depends on: 1405495
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•