ebu / OSCIED

Open Source Cloud Infrastructure for Encoding and Distribution
Other
16 stars 2 forks source link

Client API : Add a method to preload encoders into the transform charm's #130

Open davidfischer-ch opened 10 years ago

davidfischer-ch commented 10 years ago

Instead of having them copied by an utility script (get-libs.sh <https://github.com/ebu/OSCIED/blob/master/charms/oscied-transform/get-libs.sh>_) into the oscied-transform charm's path.

This will permit to preload the encoders that are necessary for the first installation of the transform units (based on the related options in config.yaml) + ensure that the right "archives" are available.

Tasks