Record A-Frame scenes with MediaRecorder
npm install a-recorderThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
This component is compatible with A-Frame 0.5, 0.6 and 0.7
To use this component, include the component as follows
``html`
To start recording, you can either
* send a start event to the component ordocument.querySelector([recorder]).components.recorder.start()
* use
To end the recording, you can either
* send a stop event to the component ordocument.querySelector([recorder]).components.recorder.stop()`
* use
This component is deployed via npm.
* A-Frame
* Canvas captureStream API
* MediaRecorder API
All contributions are welcome. For typos, small bug fixes and small improvements, please feel free to submit a Pull Request.
If you are not sure if you have found a bug or have some larger scale changes in mind, please open an issue so duplication of work and misunderstandings can be avoided.
We use SemVer for versioning. For the versions available, see the tags on this repository.
Ben Devine - Idea, Prototype* - bnjm
Martin Splitt - Code, Documentation* - avgp
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
* The A-Frame team and community for building A-Frame and inspiring us to make 3D and VR on the web easier