
Bakery is a proxy and filter for HLS and DASH manifests.
Setting up environment for development
Clone this project:
$ git clone https://github.com/cbsinteractive/bakery.git
Export the environment variables:
Please reach out to the Propeller team for configuring your access prior to working with propeller origin channels.
$ export BAKERY_CLIENT_TIMEOUT=5s
$ export BAKERY_HTTP_PORT=:8082
$ export BAKERY_ORIGIN_HOST="https://streaming.cbs.com"
$ export BAKERY_PROPELLER_HOST="http://propeller.com"
$ export BAKERY_PROPELLER_CREDS="usr:pws"
Note that BAKERY_ORIGIN_HOST will be the base URL of your manifest files.
Run the API:
$ make run
The API will be available on http://localhost[:BAKERY_HTTP_PORT]
Run Tests
$ make test
Help
You can find the source code for Bakery at GitHub:
bakery
If you have any questions regarding Bakery, please reach out in the #i-vidtech-mediahub channel.