video-transcoding-api
video-transcoding-api copied to clipboard
Agnostic API to transcode media assets across different cloud services.
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0. Release notes Sourced from golangci/golangci-lint-action's releases. v3.2.0 What's Changed Expire cache periodically to avoid unbounded size by @ezimanyi in golangci/golangci-lint-action#466 misc docs: update version...
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.14.1 to 2.0.0. Release notes Sourced from docker/login-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#161) This requires a minimum Actions Runner version of v2.285.0,...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 3.6.2 to 4.0.1. Release notes Sourced from docker/metadata-action's releases. v4.0.1 Sanitize tag earlier by @crazy-max (#203) Full Changelog: https://github.com/docker/metadata-action/compare/v4.0.0...v4.0.1 v4.0.0 Node 16 as default runtime by @crazy-max...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.2.0 to 2.0.0. Release notes Sourced from docker/setup-qemu-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#48) This requires a minimum Actions Runner version of v2.285.0,...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.6.0 to 2.0.0. Release notes Sourced from docker/setup-buildx-action's releases. v2.0.0 Node 16 as default runtime by @crazy-max (#131) This requires a minimum Actions Runner version of v2.285.0,...
Bumps [github.com/google/go-cmp](https://github.com/google/go-cmp) from 0.5.7 to 0.5.8. Release notes Sourced from github.com/google/go-cmp's releases. v0.5.8 Reporter changes: (#293) Fix printing of types in reporter output for interface and pointer types (#294) Use...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @TingluoHuang in actions/checkout#770 Prepare changelog...
When a job is finished with HLS outputs, the API is not exposing the master manifest url: ```json { "output": { "destination": "s3://cbsi-encode-outputs/f1a54dbd56cdf180/" }, "progress": 100, "providerJobId": "ff6a5a82-4802-4667-9732-15eac6a35e7b", "providerName": "bitmovin",...
I could find some similar code on encodingcom and zencoder integration. I bet we can find more. We should create a helpers module to avoid duplicated code: Examples: https://github.com/NYTimes/video-transcoding-api/blob/master/provider/encodingcom/encodingcom.go#L130-L138 and...