foobar
foobar

Reputation: 11374

What's a plugin to record video and audio in HTML5 with fallback to Flash?

The plugin can be open source or paid. It just needs to be a stable, trustworthy solution. Thanks!

Upvotes: 2

Views: 575

Answers (3)

Jayz
Jayz

Reputation: 1174

I found https://github.com/f5io/fifer-js for audio. For video, try this: https://github.com/addyosmani/getUserMedia.js. Of course, you can go through the code and modify it to allow audio recording too. using getUserMedia() seems easy, I have no idea about flash though. I haven't tested either of those, intend to do it now.

Upvotes: 3

BotMaster
BotMaster

Reputation: 2223

There's no HTNL5 video format and HTML5 cannot record any video.

Upvotes: 0

Macuser
Macuser

Reputation: 91

Check out this http://mediaelementjs.com/ Not exactly sure if this is what you're looking for.

Upvotes: 0

Related Questions