Closed
Bug 879699
Opened 11 years ago
Closed 11 years ago
[test case] MediaRecorder.record test case
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 889772
People
(Reporter: u459114, Assigned: jwwang)
Details
1. get a fake audio stream(getUM({audio: true, fake: true}))
2. create a media recorder object with media stream
var mr = new MediaRecorder(mediaStream)
3. connect onDataAvailable event and start record
Pass criteria: blob return by onDataAvailable event in acceptable duration.
Blocks: MediaEncoder
It's been covered by bug 889772
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
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
•