Closed
Bug 1402242
Opened 8 years ago
Closed 8 years ago
Always use 2 bytes VP8 PictureId
Categories
(Core :: WebRTC: Audio/Video, enhancement, P2)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: ibc, Assigned: jesup)
Details
Attachments
(1 file)
|
11.13 KB,
patch
|
dminor
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•8 years ago
|
||
Same as Chrome did recently:
https://bugs.chromium.org/p/webrtc/issues/detail?id=7877
By forcing the PictureId in VP8 payload to always be 2 bytes (regardless it's less than 0x80), SFUs servers don't need to perform a memmove on the payload when it comes to rewrite the PictureId field.
https://chromium.googlesource.com/external/webrtc.git/+/eb94436b386afb7165d91724893b6085365ca1ad%5E%21/#F0
Updated•8 years ago
|
Rank: 19
Priority: -- → P2
| Assignee | ||
Comment 2•8 years ago
|
||
needed to modify the test changes slightly due to differences between upstream head and rev 57; you may want to run the upstream unittests by hand to check that it's right
Attachment #8911151 -
Flags: review?(dminor)
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → rjesup
Status: NEW → ASSIGNED
Comment 3•8 years ago
|
||
Comment on attachment 8911151 [details] [diff] [review]
use 2-byte vp8 picture ids always (cherrypick of issue 7877)
LGTM. I ran the tests locally and the changes are fine.
Attachment #8911151 -
Flags: review?(dminor) → review+
Pushed by rjesup@wgate.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0d8a4ea4b268
use 2-byte vp8 picture ids always (cherrypick of issue 7877) r=dminor
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla58
| Reporter | ||
Comment 6•8 years ago
|
||
Thanks :)
You need to log in
before you can comment on or make changes to this bug.
Description
•