pferrel
pferrel

Reputation: 5702

Chrome or Firefox extension for video capture

I'd like to write a Chrome or Firefox extension to capture video being displayed in a window or tab. I have in mind recording YouTubes or other full screen video for offline playback something like a DVR for online video. It's super easy to create an extension so my questions are:

  1. How to do full screen/full window or tab capture in Javascript.
  2. Can I put the Window offscreen sized to fit my device, a tablet say.

Upvotes: 1

Views: 2284

Answers (1)

Noitidart
Noitidart

Reputation: 37238

Check out this mozilla labs addon: https://addons.mozilla.org/en-US/firefox/addon/mozilla-labs-rainbow/?src=userprofile

Mozilla Labs: Rainbow 0.5 by Mozilla Labs

Record audio and video in the browser!

Upvotes: 1

Related Questions