# muaz-khan/RecordRTC

RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.

Repository: https://github.com/muaz-khan/RecordRTC
Canonical: https://ross.abutalabs.com/products/recordrtc
Homepage: https://www.webrtc-experiment.com/RecordRTC/
Language: JavaScript
License: MIT
License Family: permissive
Topics: recordrtc, record-audio, record-video, mediarecorder, mediarecorder-api, mediastreamrecorder, webrtc-recording, record-screen, webrtc
Last push: 2024-05-13T00:39:07+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4417, "days_push": 843, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 6916, forks 1763 (observed 2026-08-28T04:09:51.352370+00:00)

## What it is
RecordRTC is a server-less, client-side JavaScript library for recording WebRTC audio, video, screen, and canvas media streams directly in the browser. It wraps the MediaRecorder API with cross-browser support for Chrome, Firefox, Opera, Edge, and Safari, and includes a companion Chrome extension for screen recording.

## Use cases
- record audio and video from webcam and microphone in the browser
- capture screen activity as a video recording from a web page
- record browser canvas animations including 2D and 3D WebGL content
- build a client-side screen recorder Chrome extension
- record WebRTC media streams to blobs for upload or download
- capture GIF recordings from a media stream in the browser

## When to choose
- you need purely client-side media recording with no server component
- you want cross-browser recording support beyond raw MediaRecorder quirks
- you need to record screen, camera, microphone, or canvas streams in a web app
- you want a lightweight library with promise-based and callback APIs

## When to avoid
- you need server-side or native desktop recording rather than in-browser capture
- you require guaranteed codec support across all browsers, since codec availability varies
- you need long-duration, high-reliability recording with advanced post-processing features
- you need active development and frequent updates, as the project is in maintenance mode

## Facets
- artifact type: library
- maturity: maintenance
- function: audio-processing, video-processing, browser-extension
- domain: web-development, media, browser-extensions
- platform: browser, cross-platform
- tags: webrtc, mediarecorder, screen-recording, audio-recording, video-recording, canvas-recording, client-side, media-streams, gif-recording, chrome-extension, audio, video, javascript, nodejs

## Member repositories
- muaz-khan/RecordRTC (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:51.352370+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:41:26.941220+00:00, confidence not recorded.
  - readme: https://github.com/muaz-khan/RecordRTC (fetched 2026-08-28T04:09:51.352370+00:00, sha d6b4ebb7bcd9)
  - homepage: https://www.webrtc-experiment.com/RecordRTC/ (fetched 2026-08-29T08:37:30.396725+00:00, sha ac5664595b5c)
  - registry_npm: https://registry.npmjs.org/recordrtc (fetched 2026-08-29T08:37:30.406051+00:00, sha 95f294db2628)
- Data as of 2026-08-30T08:39:29.467469+00:00.
