w3c / webcodecs

WebCodecs is a flexible web API for encoding and decoding audio and video.
https://w3c.github.io/webcodecs/
Other
941 stars 132 forks source link

Low fps when use MediaRecorder in webgl #661

Closed blueRaining closed 1 year ago

blueRaining commented 1 year ago

when i use MediaRecorder in webgl,and stream from canvas, const stream = this._canvas.captureStream(25); this._mediaRecorder = new MediaRecorder(stream, {

        mimeType: "video/webm;codecs=h264",
         videoMaximizeFrameRate: true

        });

in my computer,It's half fps before initialization MediaRecorder,can you help me

Djuffin commented 1 year ago

Please report this issue to your browser's bug tracking system. For example for chrome this is https://crbug.com/new