Frontend module for direct multipart upload to s3 with secret sauce for Brightcove ingest
Evaporate Brightcove is an npm module providing JavaScript for use in the browser to upload videos to your Brightcove Video Cloud. In order to use this module, you'll also need to setup a server to which can secure manage your Brightcove and AWS credentials -- we've included a working reference implementation for Node.js to help you get started.
High Level Features:
- Direct upload to AWS S3 -- no load on your servers!
- Multi-part upload to maximize available client bandwidth
- Highly configurable:
- localize all the text using your own strings
- capture error reports
- measure transfer speed
- custom validation prior to upload
- Wraps battle tested library Evaporate.js -- allows you pass any options you want!
See this app running in Heroku right now!
Clone this repo and play with the the Node.js example source code for a fully functional simple example.
See the quick start guide.
See the API docs.
See the implementation docs