Closed
Bug 1247138
Opened 9 years ago
Closed 9 years ago
Handle MSE audio configuration change
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: jya, Assigned: jya)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: meta)
Attachments
(2 files)
Change during playback of the audio format isn't supported (either change in the number of channels, change in the sampling rate etc).
We should support it.
Hi, I noticed this was "unassigned"; is there anyway to actually get someone to work on it? Thanks :)
Assignee | ||
Comment 3•9 years ago
|
||
no need. it will be worked on and assigned to the relevant person when this task will be started (hopefully soon)
Priority: -- → P2
Assignee | ||
Comment 5•9 years ago
|
||
For now, the plan will be to always downmix the audio to stereo (or upmix to audio if the stream is mono)
If the audio sampling rate changes, then it will be resampled to the first sampling rate seen (or maybe use a constant one like either 44.1 or 48kHz, so that if the first sampling rate seen is 8kHz we don't end up sounding awful even with higher quality audio)
Assignee | ||
Updated•9 years ago
|
Summary: Handle audio configuration change → Handle MSE audio configuration change
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jyavenard
Assignee | ||
Comment 6•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/46369/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46369/
Attachment #8741307 -
Flags: review?(gsquelart)
Comment on attachment 8741307 [details]
MozReview Request: Bug 1247138: [MSE] P1. Allow change of audio format. r?gerald
https://reviewboard.mozilla.org/r/46369/#review42943
Attachment #8741307 -
Flags: review?(gsquelart) → review+
Assignee | ||
Comment 8•9 years ago
|
||
2nd media segment also exercise bug 1264622 resolution
Review commit: https://reviewboard.mozilla.org/r/46575/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46575/
Attachment #8741569 -
Flags: review?(gsquelart)
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8741307 [details]
MozReview Request: Bug 1247138: [MSE] P1. Allow change of audio format. r?gerald
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/46369/diff/1-2/
Comment on attachment 8741569 [details]
MozReview Request: Bug 1247138: [MSE] P2. Add mochitest. r?gerald
https://reviewboard.mozilla.org/r/46575/#review43223
Attachment #8741569 -
Flags: review?(gsquelart) → review+
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8741307 [details]
MozReview Request: Bug 1247138: [MSE] P1. Allow change of audio format. r?gerald
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/46369/diff/2-3/
Assignee | ||
Comment 12•9 years ago
|
||
Comment on attachment 8741569 [details]
MozReview Request: Bug 1247138: [MSE] P2. Add mochitest. r?gerald
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/46575/diff/1-2/
Comment 13•9 years ago
|
||
Comment 14•9 years ago
|
||
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fbcd1815776a
https://hg.mozilla.org/mozilla-central/rev/34f5a7144be3
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
Backed out in https://hg.mozilla.org/mozilla-central/rev/a4790cb5d540 for apparently making media mochitests on OSX 10.6 permafail like https://treeherder.mozilla.org/logviewer.html#?job_id=26185066&repo=mozilla-inbound
Status: RESOLVED → REOPENED
Flags: needinfo?(jyavenard)
Resolution: FIXED → ---
Comment 18•9 years ago
|
||
Comment 19•9 years ago
|
||
backed out for backout in bug 1264199
Comment 20•9 years ago
|
||
Comment 21•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Flags: needinfo?(jyavenard)
Comment 22•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/39842e4e5553
https://hg.mozilla.org/mozilla-central/rev/0c4758a01aab
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•