evictor / get-blob-duration

Convenience method to patch Chromium bug when getting duration of HTML5 video or audio Blob.
MIT License
52 stars 8 forks source link

Issue on Safari #7

Closed alirazachishti closed 4 years ago

alirazachishti commented 4 years ago

I used this package in my project which works perfectly on chrome, opera and firefox but does not work on safari. Can you please fix this issue ? OR Can anyone help me regarding this issue ?

evictor commented 4 years ago

Safari does not yet support MediaRecorder so it doesn't make sense to use this on Safari. Closing this issue—LMK if there is something else I can help with.