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

RecordRTC Video recording does not record sound. #45

Closed
imomin opened this issue Jun 10, 2013 · 4 comments
Closed

RecordRTC Video recording does not record sound. #45

imomin opened this issue Jun 10, 2013 · 4 comments

Comments

@imomin
Copy link

imomin commented Jun 10, 2013

Hi!
RecordRTC Video recording does not record sound. is there a special setting or is it a bug with video recording?

@muaz-khan
Copy link
Owner

RecordRTC is "currently" incapable to record both audio/video streams in a single file format.

@imomin imomin closed this as completed Jun 10, 2013
@joestump
Copy link

Is this lack of capability a problem with the API support in the browsers or it's just not been coded yet? If it's coding, what's needed on that side? 😄

@muaz-khan
Copy link
Owner

There is no API available to record both tracks in a single Blob; or merge both Blobs to output a single WebM/MKV/etc.

MediaRecorder API is in discussion and early implementation process; these APIs are planned to output a single Blob for one or more streams.

Currently stream-processing API doesn’t allow merging of both audio/video streams directly inside the browser’s context. That’s why developers starting using server side solutions like ffmpeg/avconv (PHP) etc (or media-server).

Currently, RecordRTC returns unique Blob for each track. An array-buffer/unit8array option is also there; you may be able to merge two arrays to output a single Blob.

@varinder24jan
Copy link

Hi Khan
Hope you are doing fine!!!

RecordRTC Video recording does not recording sound. Could you please help.

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

4 participants