Socket
Socket
Sign inDemoInstall

a-recorder

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    a-recorder

Record A-Frame scenes with MediaRecorder


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
5.82 kB
Created
Weekly downloads
 

Readme

Source

aframe-recorder

Recording component for A-Frame using MediaRecorder

Getting Started

These 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.

Prerequisites

This component is compatible with A-Frame 0.5, 0.6 and 0.7

Usage

To use this component, include the component as follows

<script src="https://aframe.io/releases/0.6.1/aframe.min.js"></script>
<script src="./a-recorder.js"></script>
<a-scene>
  <a-entity recorder="recording.webm"></a-recorder>
  <!-- insert the rest of your a-scene -->
</a-scene>

To start recording, you can either

  • send a start event to the component or
  • use document.querySelector([recorder]).components.recorder.start()

To end the recording, you can either

  • send a stop event to the component or
  • use document.querySelector([recorder]).components.recorder.stop()

See the live example here.

Deployment

This component is deployed via npm.

Built With

Contributing

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.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ben Devine - Idea, Prototype - bnjm
  • Martin Splitt - Code, Documentation - avgp See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • The A-Frame team and community for building A-Frame and inspiring us to make 3D and VR on the web easier

Keywords

FAQs

Last updated on 16 Sep 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc