Closed
Bug 1706101
Opened 4 years ago
Closed 4 years ago
Audio recording is clipped
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1696794
People
(Reporter: github, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0
Steps to reproduce:
Steps to reproduce (alternative 1):
- Open https://www.webrtc-experiment.com/RecordRTC/ with Firefox 87.0 (64 bit)
- Select OGG audio format
- Start the recording (allow the browser to use the microphone) and count to 10 (aloud, of course)
- Stop the recording
- Click on "Open New Tab"
Steps to reproduce (alternative 2):
- Copy the code from https://www.geeksforgeeks.org/how-to-record-and-play-audio-in-javascript/ and upload to server
- Open file
- Start the recording (allow the browser to use the microphone) and count to 10 (aloud, of course)
- Stop the recording
- Click play on the second player control.
Actual results:
On FF87 the audio file that opens in the new tab only plays a fraction of the intended recording with the tail being cut off.
Expected results:
The full recording should play (as it does on Chrome).
Comment 1•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::Audio/Video: Playback' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Component: Untriaged → Audio/Video: Playback
Product: Firefox → Core
Component: Audio/Video: Playback → Audio/Video: Recording
Comment 2•4 years ago
|
||
Thanks for the bug report. This is fixed in Firefox 88 by bug 1696794, so I'll mark this bug as a duplicate of that one.
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•