Skip to content

w3c/mediacapture-record

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

MediaStream Recording API Actions Status

This document specifies methods for live recording of video and audio, local and remote.

Specification and Samples

You're welcome to contribute! Let's make the Web rock our socks off!

Notes on bikeshedding 🚴

Branch gh-pages is automatically updated from main branch upon commit.

During development it's often a good idea to try and render MediaRecorder.bs locally, for that, and using the online compiler:

curl https://api.csswg.org/bikeshed/ -F file=@MediaRecorder.bs -F force=1 > MediaRecorder.html

if the produced file has a strange size (i.e. zero, a few KBs), then something went terribly wrong; run instead:

curl https://api.csswg.org/bikeshed/ -F file=@MediaRecorder.bs -F output=err

and try to figure out why bikeshed did not like the .bs :'(