Closed
Bug 1232046
Opened 10 years ago
Closed 9 years ago
Small videos with low framerate may fail to send over peerconnection
Categories
(Core :: WebRTC: Audio/Video, defect, P1)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla46
| Tracking | Status | |
|---|---|---|
| firefox46 | --- | fixed |
| backlog | webrtc/webaudio+ |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
()
Details
Attachments
(1 file, 1 obsolete file)
|
2.09 KB,
patch
|
pehrsons
:
review+
|
Details | Diff | Splinter Review |
When a video track sent over a peerconnection changes resolution we reconfigure the encoder. If the video has recently had a very low framerate and the new resolution is low enough, we might be telling the encoder to use a minimum bitrate that is lower than a constant value defined by webrtc.org code.
In the fiddle at [1] we can reproduce this. Run per the below to see the error logged:
> NSPR_LOG_MODULES=webrtc_trace:65535 WEBRTC_TRACE_FILE=nspr ./mach run
[1] http://jsfiddle.net/ot29yhy4/
| Assignee | ||
Comment 1•10 years ago
|
||
Updated•10 years ago
|
Attachment #8697697 -
Flags: review?(rjesup) → review+
Updated•10 years ago
|
Comment 2•10 years ago
|
||
Hi, this failed to apply: renamed 1232046 -> 0001-Bug-1232046-Do-not-set-a-too-low-send-bitrate-in-Vid.patch
applying 0001-Bug-1232046-Do-not-set-a-too-low-send-bitrate-in-Vid.patch
patching file media/webrtc/signaling/src/media-conduit/VideoConduit.cpp
Hunk #2 FAILED at 1017
1 out of 2 hunks FAILED -- saving rejects to file media/webrtc/signaling/src/media-conduit/VideoConduit.cpp.rej
patch failed, unable to continue (try -v)
patch failed, rejects left in working directory
errors during apply, please fix and qrefresh 0001-Bug-1232046-Do-not-set-a-too-low-send-bitrate-in-Vid.patch
Flags: needinfo?(pehrsons)
Updated•10 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 3•9 years ago
|
||
Rebased on current m-c. Carries forward r=jesup.
Attachment #8697697 -
Attachment is obsolete: true
Flags: needinfo?(pehrsons)
Attachment #8700891 -
Flags: review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → 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
•