https://github.com/roverdotcom/pandastream-tools
PandaStream Toolset
https://github.com/roverdotcom/pandastream-tools
Last synced: 8 months ago
JSON representation
PandaStream Toolset
- Host: GitHub
- URL: https://github.com/roverdotcom/pandastream-tools
- Owner: roverdotcom
- License: mit
- Created: 2014-07-29T22:17:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-10T14:33:25.000Z (almost 12 years ago)
- Last Synced: 2025-05-20T19:29:33.567Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## PandaStream Toolset
A set of tools to ease the management of the PandaStream clouds.
### Bootstrap
In order to bootstrap the toolset you have to first clone the repository
and then create the virtual environment.
```bash
$ git clone git@github.com:roverdotcom/pandastream-tools.git
$ cd pandastream/
$ virtualenv venv/
$ source venv/bin/activate
$ pip install -r requirements.txt
```
### Synchronizing encoding profiles
The toolset exposes a simple synchronization script for encoding profiles to
PandaStream cloud of choice.
```bash
(venv)$ python sync_profiles.py -h
```
#### Profiles config file
The included profiles.cfg.example file, contains an example of different
profiles including thumbnails, MP4 and HLS. You may use this file as the
starting point in defining your profiles.