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
- Host: GitHub
- URL: https://github.com/cosmicjs/mux-extension
- Owner: cosmicjs
- Created: 2018-12-20T19:52:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T17:36:58.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T10:32:02.465Z (12 months ago)
- Language: Vue
- Homepage: https://cosmicjs.com/extensions/mux-videos
- Size: 1.21 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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!