Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions api/MediaRecorder.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,41 @@
"standard_track": true,
"deprecated": false
}
},
"h26x_codecs": {
"__compat": {
"description": "`hvc1.*`, `hev1.*` and `avc3.*` codec strings in the `mimeType` option",
"tags": [
"web-features:mediastream-recording"
],
"support": {
"chrome": {
"version_added": "136",
"notes": "Supported only when underlying OS support is available."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
},
Expand Down Expand Up @@ -307,6 +342,41 @@
"standard_track": true,
"deprecated": false
}
},
"h26x_codecs": {
"__compat": {
"description": "`hvc1.*`, `hev1.*` and `avc3.*` codec strings in the `mimeType`",
"tags": [
"web-features:mediastream-recording"
],
"support": {
"chrome": {
"version_added": "136",
"notes": "Supported only when underlying OS support is available."
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
},
"mimeType": {
Expand Down