Re: [mediacapture-record] mimeType ambiguity: "video/webm;codecs=vp8" means? (#194)

If so, then back to the OP problem:

Might it be less surprising if MediaRecorder's mimeType setting (to basically override UA codec choices) didn't also act as an input selector?

A way to exclude audio from a recording already exists:
```js
  const rec = new MediaRecorder(new MediaStream(...stream.getVideoTracks()), options);
```
...and works even if `options` is `{}`.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/issues/194#issuecomment-1964509092 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 26 February 2024 16:03:02 UTC