Re: [mediacapture-record] Deprecate MediaRecorder.isTypeSupported() by limiting it to vp8, vp9, h264 aka avc1, av1 aka av01, and opus (#226)

@youennf does this LGTY without "mp4a"? Full disclosure https://jsfiddle.net/jib1/sw1mu6Lv/ in Safari produces:
```
Supported mimeTypes (7) = [
  "video/mp4",
  "video/mp4;codecs=avc1",
  "video/mp4;codecs=avc1,mp4a",
  "video/mp4;codecs=avc1,mp4a.40.2",
  "video/mp4;codecs=avc1.64003E",
  "video/mp4;codecs=avc1.64003E,mp4a",
  "video/mp4;codecs=avc1.64003E,mp4a.40.2"
]
```

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


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

Received on Thursday, 6 March 2025 01:00:00 UTC