muaz-khan / RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
https://www.webrtc-experiment.com/RecordRTC/
MIT License
6.52k stars 1.75k forks source link

isTypeSupported example: add audio/mp4 #722

Closed thijstriemstra closed 3 years ago

thijstriemstra commented 3 years ago

according to this blog post, latest safari also supports audio/mp4: https://webkit.org/blog/11353/mediarecorder-api/

And testing the example on Safari 14.0.2 shows only video/mp4 is supported (and audio/mp4 once it's added to the list).

thijstriemstra commented 3 years ago

thanks @muaz-khan I don't see the change yet on the site: https://www.webrtc-experiment.com/RecordRTC/simple-demos/isTypeSupported.html

Can you update this as well?