Where is a comprehensive list of supported media types when recording with the Media * API?
问题 I am trying to learn how to record media in the browser and I may be over-complicating things. There is an abundant supply of straight-forward examples but I got bogged down at the part when the recordings are pushed to a Blob object with an arbitrarily selected media type without checking whether that format is supported. Therefore I assume there is a list or people just keep building on past experiences. For example, from Mido22/MediaRecorder-sample: mediaOptions = { video: { tag: 'video',