Hi, I thought I would give this a go.
In the docker build I changed the FROM to jrottenberg/ffmpeg:3.3-centos because the base image now defaults to ubuntu so yum won't work.
I got as far as go get github.com/fzakaria/transcoding/ but that errors with package context: unrecognized import path "context". Any ideas?
Hi, I thought I would give this a go.
In the docker build I changed the FROM to
jrottenberg/ffmpeg:3.3-centosbecause the base image now defaults to ubuntu soyumwon't work.I got as far as
go get github.com/fzakaria/transcoding/but that errors withpackage context: unrecognized import path "context". Any ideas?