An open API service indexing awesome lists of open source software.

https://github.com/cosmicjs/mux-extension

Add the power of Mux video processing to your Cosmic Bucket
https://github.com/cosmicjs/mux-extension

Last synced: 12 days ago
JSON representation

Add the power of Mux video processing to your Cosmic Bucket

Awesome Lists containing this project

README

          

![Mux](https://cosmic-s3.imgix.net/bdfa8ed0-12d1-11e9-a0e5-31c069804ed9-mux.jpg?w=1600&h=550&fit=crop&crop=center)
# Mux Extension
Cosmic JS Extension that integrates the [Mux Video Platform](https://mux.com) with your Bucket.

[View Extension](https://cosmicjs.com/extensions/mux-videos)

## Install the Extension
Follow these steps to install in your Cosmic JS Bucket:
### Option A: One click install
1. [Login to your Cosmic JS account](https://cosmicjs.com)
2. Go to Your Bucket > Settings > Extensions and find the Mux Videos Extension
3. Click "Install"
### Option B: Upload install
1. Clone the repo locally
```
git clone https://github.com/cosmicjs/mux-extension
```
2. Export the build zip
```
npm run export
```
3. Drag and drop the zip file into your Bucket Extension area located in Bucket > Settings > Extensions > Add Extension
## Connect to Mux
Next you will need to add your Mux API Access Tokens in the Extension. Follow these steps:
1. [Login to your Mux account](https://mux.com)
2. Go to Your Settings > API Access Tokens
3. Click Generate new Token, set your environment & permissions
4. Copy and paste your API Access Tokens (Application Token ID And Secret Key) into the Extension Query Parameters section located in Your Bucket > Settings > Extensions > Mux Extension > Settings.
5. Enjoy uploading videos powered by Cosmic JS and Mux!