guest271314

Results 61 issues of guest271314

> I think the Right Solution is to make MediaRecorder have a method that allows you to specify which tracks go with what number in the container-dependent ordering. This change...

enhancement

Input MediaStreamTrack of kind "video" width and height MUST be recorded and playable. *** Preview | Diff

> The UA MUST record MediaRecorder/stream in such a way that the original > video Track(s) width and height can be retrieved at playback time. The {{Blob}} > containing entire...

Related: - https://github.com/w3c/mediacapture-record/issues/4 - https://github.com/w3c/mediacapture-record/issues/166 - https://github.com/w3c/mediacapture-main/issues/575 - https://github.com/w3c/webrtc-pc/issues/2171 Given a `MediaStream` instance either created using `new MediaStream()` and/or by `getUserMedia()`, `HTMLMediaElement.captureStream()`, add a `replaceTrack()` method directly to the existing...

TPAC 2019
PR exists

It is presently possible to record multiple video or audio to a single `webm` `Blob` using `canvas.captureStream()` and `AudioContext.createMediaStreamDestination()`. This functionality should be possible 1. Adding and removing `MediaStreamTrack`s to...

enhancement

Related: https://github.com/w3c/mediacapture-record/issues/147; https://github.com/w3c/mediacapture-fromelement Feature request: Include an option to `MediaRecorder` to concatenate (e.g., http://trac.ffmpeg.org/wiki/Concatenate) all input streams to a single `webm` file. For example `Promise.all([Promise0, Promise1, Promise2])` when all `PromiseN`...

enhancement

Punctuation (space) before "()". Links to readable, writable, TypeError. Add link to https://ricea.github.io/compression/#compressionstream-format at GitHub page. *** Preview | Diff

#### Provide a brief title for your content proposal In spite of `getDisplayMedia()` controls having the name `systemAudio` `getDisplayMedia()` *_does not_* capture entire system audio, at best only capture Tab,...

When `endOfStream()` is called the timeline of controls does not get reset to 0. If the audio is seeked the timeline can end before the complete duration of the stream....

### What version of Bun is running? 0.3.0 ### What platform is your computer? Linux 5.15.0-43-generic ... x86_64 x86_64 ### What steps can reproduce the bug? Send `new Array(4096*8)` to...

bug
node.js