Skip to content
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

Does not work on Safari #1

Closed
capital-G opened this issue May 8, 2021 · 3 comments
Closed

Does not work on Safari #1

capital-G opened this issue May 8, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@capital-G
Copy link
Owner

See https://forum.vuejs.org/t/safari-audio-play-notallowederror-dom-exception-35/25099

Maybe this can be fixed by checking if it is an iPhone and if so let the user actively hit a button to start the next iteration?

@capital-G capital-G added the bug Something isn't working label May 8, 2021
@capital-G capital-G changed the title Does not work on iPhone Does not work on Safari May 8, 2021
@capital-G
Copy link
Owner Author

Maybe consider using webrtc as this allows to use PCM instead of ogg in firefox, see https://github.com/muaz-khan/RecordRTC

@capital-G
Copy link
Owner Author

Introduced warning for safari based browsers in fa47cd8

Tried out triggiering play from a button (still async errors - maybe v-on:click or vue methods gets handled as async automatically) and also changing the src from a playing audio - both did not work.

@capital-G
Copy link
Owner Author

Turns out that this has nothing to do with the async playback but with the inability of safari to playback recorded blobs, see

https://bugs.webkit.org/show_bug.cgi?id=85851
and
muaz-khan/RecordRTC#655

=> Can not be fixed without writing a backend for conversions of the blobs which is out of scope

@capital-G capital-G pinned this issue May 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant