Closed
Bug 1210170
Opened 9 years ago
Closed 9 years ago
webrtc.org simulcast support
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla46
backlog | webrtc/webaudio+ |
People
(Reporter: bwc, Assigned: jesup)
References
Details
Attachments
(2 files, 2 obsolete files)
2.34 KB,
patch
|
Details | Diff | Splinter Review | |
44.73 KB,
patch
|
pkerr
:
review+
|
Details | Diff | Splinter Review |
webrtc.org will need to be taught a couple of new tricks:
1) To support the sending of the RID RTP header extension that is soon to be defined in the mmusic rid draft, and API that allows the RID value to be set on a given simulcast stream.
2) To support setting the payload type on a given simulcast stream (right now, it is set only on the channel as a whole).
Assignee | ||
Comment 1•9 years ago
|
||
Taking for breakdown
Assignee: nobody → rjesup
backlog: --- → webrtc/webaudio+
Rank: 10
Priority: -- → P1
Assignee | ||
Comment 2•9 years ago
|
||
Works! Some rough edges, and a kludge around how it interacts with simulcast streams (need to talk to Byron about the API
Assignee | ||
Comment 3•9 years ago
|
||
Ugly/simple test patch
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
I kept the interface for setting the rid on a single stream because it's easy, and may be handy for testing or other uses
Attachment #8697380 -
Flags: review?(pkerr)
Assignee | ||
Updated•9 years ago
|
Attachment #8696188 -
Attachment is obsolete: true
Reporter | ||
Comment 6•9 years ago
|
||
Comment 7•9 years ago
|
||
Comment on attachment 8697380 [details] [diff] [review]
WIP patch to add RID send/receive/query support to webrtc.org code
Review of attachment 8697380 [details] [diff] [review]:
-----------------------------------------------------------------
See my comment on strlen() usage. Is the comment wrong on that line?
::: media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/rtp_sender.cc
@@ +1427,5 @@
> + // Not registered.
> + return 0;
> + }
> + size_t pos = 0;
> + const uint8_t len = strlen(rid_); // not null-terminated
rid_ is not null-terminated? How is strlen() handling this?
Attachment #8697380 -
Flags: review?(pkerr) → review+
Assignee | ||
Comment 8•9 years ago
|
||
Comment on attachment 8697078 [details] [diff] [review]
WIP patch to add rid settings to simulcast structure
merged into the other patch
Attachment #8697078 -
Attachment is obsolete: true
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•