w3c / mediacapture-record

MediaStream Recording

Home Page:https://w3c.github.io/mediacapture-record/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 :'(

About

MediaStream Recording

https://w3c.github.io/mediacapture-record/

License:Other


Languages

Language:Bikeshed 100.0%