Media
Screen Recording
Combine getDisplayMedia screen capture with MediaRecorder to save MP4/WebM screen recordings.
Checking support...
Feature Not SupportedThis browser does not support the Screen Recording Web API feature. Try testing in a modern browser (such as Chrome, Edge, Safari, or Firefox).
Advertisement
Interactive Input Workspace
Ready for input
Web API Execution Output
Result output will be displayed here after processing...
Native JavaScript Code Example (Zero Libraries)
const displayStream = await navigator.mediaDevices.getDisplayMedia(); const rec = new MediaRecorder(displayStream);
About the Screen Recording Web API
Stream getDisplayMedia output into a MediaRecorder instance for client-side screen recording.
Specification:W3C & WHATWG Web API Standard
Sponsored Content