ebu / OSCIED

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

Thanks buddy but last another error found during deploy #140

Closed hoeness2 closed 10 years ago

hoeness2 commented 10 years ago

Hello David,

thanks for all the fixes ^_^ but one still remains.

The gpac deb file http://download.tsi.telecom-paristech.fr/gpac/latest_builds/linux64/gpac/gpac_0.5.1.DEV-r4944_amd64.deb exist not on the server but this latest still exists please update this hopefully last fix ^^

http://download.tsi.telecom-paristech.fr/gpac/latest_builds/linux64/gpac/gpac_0.5.1.DEV-r4990_amd64.deb

davidfischer-ch commented 10 years ago

Hello,

I want to improve this by removing the hardcoded get-libs.sh and replacing it with a small method in the python library of the project. The scenarios scripts may call it to download the encoders that are required depending on the actual configuration of the transform service. Of course this code will also be available for the transform units to download the encoders if the configuration is changed (config-changed hook).

Unfortunatelly I have no time as I am doing my mandatory Military course (4 weeks) in Frauenfeld (and I am from Geneva, what a trip every week-end of this Month !).

I just updated it manually, my trick :

$ find OSCIED/ -type f -iname "*.yaml.template" -o -iname "*.sh" - exec sed -i 's:4944:4990:g' {} \;

Please read this to avoid copy-pasting my updates to your fork :

https://help.github.com/articles/syncing-a-fork