Closed
Bug 903595
Opened 12 years ago
Closed 12 years ago
Media Recording - Trying to play a recorded opus file generates the file's sound with static
Categories
(Core :: Audio/Video: Recording, defect)
Core
Audio/Video: Recording
Tracking
()
VERIFIED
DUPLICATE
of bug 897895
People
(Reporter: jsmith, Assigned: rlin)
Details
Attachments
(1 file)
119.07 KB,
audio/ogg
|
Details |
STR
1. Go to http://mozilla.github.io/qa-testcase-data/webapi/mediarecorder/index.html
2. Select Setup under Setup Opus Stream for Media Recorder
3. Press play on both sets of audio controls under Setup Opus Stream for Media Recorder
4. In console - run mediaRecorderList[0].start();
5. Wait 10 seconds
6. In console - run mediaRecorderList[0].stop();
7. Playback the generated blob
Expected
The timeframe when recording occurred between start and stop should be heard when the blob is played back with no static.
Actual
The blob played back generates a combination of static and the sound recorded during the recording of the opus file. See attached recorded opus file as an example of output that resulted.
Reporter | ||
Updated•12 years ago
|
Blocks: MediaEncoder
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → rlin
Comment 1•12 years ago
|
||
In this case, the Opus stream generates an audio source with two channels and 48K sampling rate. Currently the handle of two channels is wrong in MediaEncoder, bug 897895 should fix the issue. Thanks.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•12 years ago
|
No longer blocks: MediaEncoder
No longer depends on: 897895
Reporter | ||
Comment 2•12 years ago
|
||
Verified - this now works with the landing of bug 897895.
Status: RESOLVED → VERIFIED
Updated•11 years ago
|
Component: Video/Audio → Video/Audio: Recording
You need to log in
before you can comment on or make changes to this bug.
Description
•