Closed
Bug 1210660
Opened 8 years ago
Closed 7 years ago
Change vp8 threshold for static images in screensharing mode
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla50
backlog | webrtc/webaudio+ |
People
(Reporter: jesup, Assigned: dminor)
Details
Attachments
(2 files)
1.02 KB,
patch
|
derf
:
review+
|
Details | Diff | Splinter Review |
58 bytes,
text/x-review-board-request
|
jesup
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
https://code.google.com/p/webrtc/issues/detail?id=5015 This is for cherry-picking the patch into our tree to improve screensharing, especially for 'static' content like slides.
Reporter | ||
Updated•8 years ago
|
backlog: --- → webrtc/webaudio+
Rank: 25
Priority: -- → P2
Reporter | ||
Comment 1•8 years ago
|
||
FYI, I checked to be sure and we do set kScreensharing in MediaPipelineFactory.cpp
Attachment #8668765 -
Flags: review?(tterribe)
Updated•8 years ago
|
Attachment #8668765 -
Flags: review?(tterribe) → review+
Assignee | ||
Updated•7 years ago
|
Assignee: rjesup → dminor
Assignee | ||
Comment 2•7 years ago
|
||
This changes the static threshold in screensharing mode and ensures that the screensharing mode is in fact passed to the codec. This also causes the peer connection to update the media pipelines when a track is replaced to cause the codec to be notified that the source has changed and to change settings appropriately. It seems to be a common use case to have a camera track be replaced by a screenshare track during a call. Review commit: https://reviewboard.mozilla.org/r/58974/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/58974/
Attachment #8762090 -
Flags: review?(rjesup)
Assignee | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•7 years ago
|
||
Try run here: https://treeherder.mozilla.org/#/jobs?repo=try&revision=dc5727270eb376d9803b76cf4fc113e318a72188
Reporter | ||
Comment 4•7 years ago
|
||
Comment on attachment 8762090 [details] Bug 1210660 - Change vp8 threshold for static images in screensharing mode; https://reviewboard.mozilla.org/r/58974/#review55976
Attachment #8762090 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 5•7 years ago
|
||
Comment on attachment 8762090 [details] Bug 1210660 - Change vp8 threshold for static images in screensharing mode; Review request updated; see interdiff: https://reviewboard.mozilla.org/r/58974/diff/1-2/
Pushed by dminor@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/0ff8e745ca48 Change vp8 threshold for static images in screensharing mode; r=jesup
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0ff8e745ca48
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 8•7 years ago
|
||
Randell -- Since Dan is on PTO, can you ask for uplift on this to Fx 49?
Flags: needinfo?(rjesup)
Reporter | ||
Comment 9•7 years ago
|
||
Comment on attachment 8762090 [details] Bug 1210660 - Change vp8 threshold for static images in screensharing mode; Approval Request Comment [Feature/regressing bug #]: N/A [User impact if declined]: greatly increased bandwidth use (or lower quality for other streams) when sharing static or mostly-static screens/windows/etc. [Describe test coverage new/current, TreeHerder]: Manual testing. Used upstream by Chrome; this is an port over of what they did. [Risks and why]: extremely low risk; just bookkeeping to know if it's a screenshare, and a parameter adjustment to the encoder. [String/UUID change made/needed]: none
Flags: needinfo?(rjesup)
Attachment #8762090 -
Flags: approval-mozilla-aurora?
Comment 10•7 years ago
|
||
Comment on attachment 8762090 [details] Bug 1210660 - Change vp8 threshold for static images in screensharing mode; This patch improves the bandwidth when sharing static images. Take it in aurora.
Attachment #8762090 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•7 years ago
|
status-firefox49:
--- → affected
Comment 11•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/ad0fd95d4831
You need to log in
before you can comment on or make changes to this bug.
Description
•