Closed
Bug 1592289
Opened 5 years ago
Closed 5 years ago
Implement muting/unmuting behavior and events for HTMLMediaElement captureStream
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: pehrsons, Assigned: pehrsons)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Tracks should be muted while the media element is not playing, and unmuted otherwise.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D52816
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D52817
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6384b4d39a5a
Update test_streams_element_capture_reset.html to test mute/unmute. r=jib
https://hg.mozilla.org/integration/autoland/rev/32cdf5bcfd84
Implement mute/unmute events for media element capture. r=padenot
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6384b4d39a5a
https://hg.mozilla.org/mozilla-central/rev/32cdf5bcfd84
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Comment 5•5 years ago
|
||
Note, MediaStreamTrack
of canvas.captureStream()
does not fire mute
, unmute
, or ended
events in any case that have tried. https://bugzilla.mozilla.org/show_bug.cgi?id=1598237#c3. The image from the canvas
when ImageBitmapRenderingContext
is used does not appear to transmit the underlying media to the MediaStreamTrack
whatsoever.
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•