You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although there is already data for the MediaRecorder API and for playable media formats (e.g. HEVC, MPEG4, Opus, etc.), it would be very useful to add data for which formats are supported for recording via the MediaRecorder API and with which media type parameters. This data can be queried using MediaRecorder.isTypeSupported.
I'm not very familiar with the caniuse data format. Would the best way to represent this be to create a separate JSON data file for each media type string? Is there another way to represent the data more compactly (especially for formats like video/webm where VP8 likely always supported when VP9 is, etc.)?
Thanks,
Kevin
The text was updated successfully, but these errors were encountered:
Although there is already data for the MediaRecorder API and for playable media formats (e.g. HEVC, MPEG4, Opus, etc.), it would be very useful to add data for which formats are supported for recording via the MediaRecorder API and with which media type parameters. This data can be queried using
MediaRecorder.isTypeSupported
.I'm not very familiar with the caniuse data format. Would the best way to represent this be to create a separate JSON data file for each media type string? Is there another way to represent the data more compactly (especially for formats like
video/webm
where VP8 likely always supported when VP9 is, etc.)?Thanks,
Kevin
The text was updated successfully, but these errors were encountered: