Closed
Bug 1323079
Opened 7 years ago
Closed 7 years ago
Intermittent dom/media/tests/mochitest/test_peerConnection_trackDisabling_clones.html | Test timed out.
Categories
(Core :: WebRTC, defect, P2)
Core
WebRTC
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox51 | --- | unaffected |
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: pehrsons)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: philringnalda [at] gmail.com https://treeherder.mozilla.org/logviewer.html#?job_id=40500709&repo=mozilla-inbound https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-win32/1481573265/mozilla-inbound_win7_vm_test-mochitest-media-bm139-tests1-windows-build163.txt.gz
Assignee | ||
Comment 1•7 years ago
|
||
This is timing out when checking remote video for being black while disabled locally. After disabling we only send one disabled frame. We might have to change that to send more, at a lower rate perhaps, since with packet loss the remote side might never receive the black frame, or with high load on the sender or with low bandwidth it might never get sent.
Rank: 35
Priority: -- → P3
Comment 2•7 years ago
|
||
Having disable get a black frame across is moderately important; bumping to low p2
Rank: 35 → 27
Priority: P3 → P2
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → pehrson
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 6•7 years ago
|
||
mozreview-review |
Comment on attachment 8822195 [details] Bug 1323079 - Send disabled frames no more often than 1 FPS over WebRTC. https://reviewboard.mozilla.org/r/101174/#review102920 ::: media/webrtc/signaling/src/mediapipeline/MediaPipeline.cpp:199 (Diff revision 1) > return; > } > > - disabled_frame_sent_ = true; > + disabled_frame_sent_ = t; > } else { > - disabled_frame_sent_ = false; > + // This sets it to the null moment. "to the Null time"
Attachment #8822195 -
Flags: review?(rjesup) → review+
Comment hidden (mozreview-request) |
Pushed by pehrsons@gmail.com: https://hg.mozilla.org/integration/autoland/rev/4d0fd553e1d0 Send disabled frames no more often than 1 FPS over WebRTC. r=jesup
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4d0fd553e1d0
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•7 years ago
|
status-firefox51:
--- → unaffected
status-firefox52:
--- → unaffected
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•