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

audio/webm detected as video/webm #488

Closed
EdouardLauret opened this issue Sep 2, 2021 · 2 comments
Closed

audio/webm detected as video/webm #488

EdouardLauret opened this issue Sep 2, 2021 · 2 comments

Comments

@EdouardLauret
Copy link

Hi,

I recorded a slice of audio using the MediaRecorder API.

new MediaRecorder(myStream, {
    mimeType: 'audio/webm;codecs=opus',
    bitsPerSecond: 128000
});

When I try to detect its mime type with file-type it returns

{
   ext:'webm',
   mime: 'video/webm'
}

does anyone have an idea to overcome this problem ?

Thank you in advance.

@EdouardLauret
Copy link
Author

Nevermind, found #271.

@Borewit
Copy link
Collaborator

Borewit commented Sep 3, 2021

@EdouardLauret #271 is outdated.

Duplicate of issue #485 and resolved in #486. Yet the fix is not released yet.

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

No branches or pull requests

2 participants