Server: add job scheduler to transcode video files

This commit is contained in:
Chocobozzz
2017-05-02 22:02:27 +02:00
parent 15d4ee04a9
commit 227d02fead
11 changed files with 340 additions and 23 deletions

View File

@@ -28,3 +28,9 @@ admin:
signup:
enabled: false
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# Uses a lot of CPU!
transcoding:
enabled: true
threads: 2

View File

@@ -29,3 +29,9 @@ admin:
signup:
enabled: false
# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag
# Uses a lot of CPU!
transcoding:
enabled: false
threads: 2

View File

@@ -18,3 +18,6 @@ storage:
admin:
email: 'admin6@example.com'
transcoding:
enabled: true