-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
James Yeh
committed
Jan 25, 2017
1 parent
ccb4321
commit 1b3bd2d
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,7 @@ providers: | |
- [Encoding.com](http://encoding.com) | ||
- [Amazon Elastic Transcoder](https://aws.amazon.com/elastictranscoder/) | ||
- [Zencoder](http://zencoder.com) | ||
- [Bitmovin](http://bitmovin.com) | ||
|
||
## Setting Up | ||
|
||
|
@@ -58,6 +59,14 @@ export ZENCODER_API_KEY=your.api.key | |
export ZENCODER_DESTINATION=http://access.key.id:[email protected]/ | ||
``` | ||
|
||
#### For [Bitmovin](http://bitmovin.com) | ||
|
||
``` | ||
export BITMOVIN_API_KEY=your.api.key | ||
export BITMOVIN_AWS_ACCESS_KEY_ID=your.access.key.id | ||
export BITMOVIN_AWS_SECRET_ACCESS_KEY=your.secret.access.key | ||
``` | ||
|
||
|
||
Please notice that for Elastic Transcoder you don't specify the destination | ||
bucket, as it is [defined in the Elastic Transcoder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters