Allow to setup transcoding in the docker image

pull/604/merge
Pierre Jaury 2018-05-27 15:03:27 +02:00 committed by Chocobozzz
parent af5262f113
commit a4ac1c999e
2 changed files with 26 additions and 0 deletions

View File

@ -53,6 +53,26 @@ transcoding:
enabled:
__name: "PEERTUBE_TRANSCODING_ENABLED"
__format: "json"
threads:
__name: "PEERTUBE_TRANSCODING_THREADS"
__format: "json"
resolutions:
240p:
__name: "PEERTUBE_TRANSCODING_240P"
__format: "json"
360p:
__name: "PEERTUBE_TRANSCODING_360P"
__format: "json"
480p:
__name: "PEERTUBE_TRANSCODING_480P"
__format: "json"
720p:
__name: "PEERTUBE_TRANSCODING_720P"
__format: "json"
1080:
__name: "PEERTUBE_TRANSCODING_1080P"
__format: "json"
instance:
name: "PEERTUBE_INSTANCE_NAME"

View File

@ -45,3 +45,9 @@ log:
admin:
email: null
transcoding:
resolutions:
360: true
720: true