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

Error using RecordRTC to record videos using getUserMedia #33

Open
leonardolondono opened this issue Feb 17, 2015 · 1 comment
Open

Comments

@leonardolondono
Copy link

Hi, Hopefully you can help me to solve my issue

I saw the main problem is when the library tries to take the picture of the canvas, canvas.toDataURL('image/webp') it returns a 'image/png'. For that reason it's impossible to create a video. I had to create a gif but again the gif is not shown in Bowser al least the blob:url gif (and it doesn't have sound).

Could you tell me how I can record a video with sound using a video format that I can use to upload to youtube?

Thank you

Leonardo

@Mido22
Copy link

Mido22 commented Jun 16, 2015

canvas.toDataURL is returning png image, might be because webp format is not supported, just like in the case of firefox, but even if webp was supported, you would still end up with a video without sound. Currently, I am recording and uploading the video and audio separately and uploading to server, merging them there. (you can do the additional step of uploading to server from there.)

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

2 participants