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

Hardcoded mime type #26

Open
edgardozoppi opened this issue Sep 19, 2023 · 0 comments
Open

Hardcoded mime type #26

edgardozoppi opened this issue Sep 19, 2023 · 0 comments

Comments

@edgardozoppi
Copy link

In the following line (i) it should use the same mime type used when creating the MediaRecorder object in line (ii).

i)

let blob = new Blob(this.mediaChunk, { type: 'video/webm' });

ii)

let mediaRecorder = new MediaRecorder(this.stream, options);

This fix is required to properly support Safari as it currently do not support webm mime types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant