livepeer / task-runner

Background service that executes tasks from the Livepeer API. Mainly used for VOD.
MIT License
4 stars 2 forks source link

Update catalyst for new transcode status field #199

Closed mjh1 closed 1 year ago

mjh1 commented 1 year ago

Updating catalyst to bring in new source playback field, that way we can update catalyst to start sending that without breaking the parsing on the task-runner side.

victorges commented 1 year ago

that way we can update catalyst to start sending that without breaking the parsing on the task-runner side.

FTR I don't think parsing would break due to a new field! Only if you changed the type of an existing field e.g. an array becomes an object. Good to be safe anyway.