You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 soyum
won't work.I got as far as
go get github.com/fzakaria/transcoding/
but that errors withpackage context: unrecognized import path "context"
. Any ideas?The text was updated successfully, but these errors were encountered: