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? #12

Closed
ziriax opened this issue Sep 12, 2019 · 2 comments
Closed

Audio? #12

ziriax opened this issue Sep 12, 2019 · 2 comments

Comments

@ziriax
Copy link

ziriax commented Sep 12, 2019

It seems this project doesn't support encoding audio+video yet, just video-only? It this feasible, or would it be better to just use the more heavyweight ffmpeg.js project for this?

@surma
Copy link
Contributor

surma commented Sep 19, 2019

Yeah, there’s no support for audio and I don’t have any plans to add it. This project was born out of the lackluster capabilities of MediaStreamRecorder.

ffmpeg.js is definitely one choice. But if you already have an encoded audio and video stream, an mkv muxer might do. That would be a lot faster and smaller. Hope this helps!

@surma surma closed this as completed Sep 19, 2019
@guest271314
Copy link

Have the same requirement. It should be possible to combine the functionality of https://github.com/kbumsik/opus-media-recorder/ with this repository.

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

3 participants