Open
Bug 1891080
Opened 1 year ago
Updated 5 months ago
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
NEW
People
(Reporter: mayankleoboy1, Unassigned)
References
(Depends on 1 open bug, )
Details
Attachments
(1 file)
43.40 KB,
text/plain
|
Details |
Go to https://guest271314.github.io/WebCodecsOpusRecorder/webcodecs-opus-recorder-mse-wav-player.html
Click on Record
AR: Nothing happens. Error in console:
Uncaught (in promise) ReferenceError: MediaStreamTrackProcessor is not defined
WebCodecsOpusRecorder https://guest271314.github.io/WebCodecsOpusRecorder/WebCodecsOpusRecorder.js:3
<anonymous> https://guest271314.github.io/WebCodecsOpusRecorder/webcodecs-opus-recorder-mse-wav-player.html:90
Reporter | ||
Comment 1•1 year ago
|
||
Comment 2•1 year ago
|
||
The severity field is not set for this bug.
:padenot, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(padenot)
![]() |
||
Updated•1 year ago
|
Flags: needinfo?(padenot)
Comment 9•1 year ago
|
||
This now does ReferenceError: MediaStreamTrackProcessor is not defined
, we don't implement this yet. Removing from the webcodecs blocker list.
Depends on: MediaStreamTrackProcessor
Reporter | ||
Comment 10•5 months ago
|
||
I get this error now:
10:34:02.865 Uncaught (in promise) TypeError: Invalid audio sample rate: undefined. Must be a positive integer.
validateOptions_fn https://vanilagy.github.io/webm-muxer/build/webm-muxer.js:928
Muxer https://vanilagy.github.io/webm-muxer/build/webm-muxer.js:667
startRecording https://vanilagy.github.io/webm-muxer/demo/script.js:45
webm-muxer.js:928:15
10:34:06.297 Uncaught (in promise) TypeError: can't access property "finalize", muxer is null
endRecording https://vanilagy.github.io/webm-muxer/demo/script.js:132
You need to log in
before you can comment on or make changes to this bug.
Description
•