Hi!
My team has a Peertube instance up and running in a dev environment.
On the web client, I can’t enable Remote VOD transcoding:
Error
Incorrect request parameters: transcoding.originalFile.keep, import.users.enabled, export.users.enabled, export.users.maxUserVideoQuota, export.users.exportExpiration
What are the config changes I have to make? Can I do it via the client or have to PUT
the config?
To my best knowledge, there was no manual upgrading of an existing peertube container in the environment.
EDIT: We have a dev.yaml
that has different kinds of config values set. Can it interfere, that maybe this locks every config change via the web client and only set’s up the container instance with these config?
Via the REST Api put request, I could update the config, but had to fetch the whole config, overwrite the specific field and send back the whole config again.