Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including recordrtc with all npm packages installed. Try it out:

// https://tonicdev.com/npm/recordrtc var RecordRTC; try { RecordRTC = require('recordrtc'); } catch(e) { RecordRTC = require('./RecordRTC.js'); } var recorder = RecordRTC({}, { type: 'video', recorderType: RecordRTC.WhammyRecorder }); recorder.startRecording(); process.exit()

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

recordrtc v5.4.5

RecordRTC is a server-less (entire client-side) JavaScript library can be used to record WebRTC audio/video media streams. It supports cross-browser audio/video recording.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free