MediaRecorder doesn't work properly in Safari #640
bbbbbgdn
announced in
! Welcome - readme first!
Replies: 1 comment
-
moved to: https://github.com/cables-gl/cables_docs/issues/new?created_from_discussion_number=640 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Safari (Version 17.1 (19616.2.9.11.7)) there's a bug with default MediaRecorder behaviour:
It just doesn't get's any proper mime type at the start.
this example: https://cables.gl/p/ioiDIR
Here is workaround that works in Safari, it seems that Mime type needs to be set with slight delay
https://cables.gl/p/y7txQK
Beta Was this translation helpful? Give feedback.
All reactions