-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS][MacOS] The camera recording button is not available on the camera object #4040
Comments
After further investigation it seems that this issue is also reproducible on Chrome 87 on the iOS device. |
I can reproduce this problem on my iPhoneX (iOS15) Safari |
I internally asked the other devs and they mentioned disabling camera recording feature on MacOS and iOS is intentional because when they first implemented it the MediaRecorder API was either not available or buggy and there may also have been an issue with the video codecs that webkit allows. I want to break down this issue to two
So, I would like to suggest to close this issue so far. What do you think? |
It's a tough call on my end to take, even though I understand the situation. I think that the resolution for this "issue" is best if taken by management :). Thanks for your understanding! |
I've looked into it and Safari 15.4 only supports video/mp4 with avc1 codec. But even using that codec MediaRecorder doesn't work when capturing from a stream so it seem that Webkit Media recorded it's broken: https://codesandbox.io/s/media-recorder-6tlzb?file=/src/index.js |
[Affected Versions]:
[Affected Platforms]:
[Prerequisites]:
[Steps to reproduce]:
[Expected results]:
[Actual results]:
[Notes]:
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: