Add ability to manually run transcoding job
authorChocobozzz <me@florianbigard.com>
Wed, 30 May 2018 08:49:40 +0000 (10:49 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 30 May 2018 08:49:56 +0000 (10:49 +0200)
commit0c948c1659c0a6010f2bf58c402b1c9af192aa5e
tree9e82656fc81af435f8d6c139b3decac409fa6aeb
parentb4f8277cb6503bd889654f0e4f364627e9e00af9
Add ability to manually run transcoding job
package.json
scripts/create-transcoding-job.ts [new file with mode: 0755]
server/controllers/api/videos/index.ts
server/lib/job-queue/handlers/video-file.ts
server/tests/cli/create-transcoding-job.ts [new file with mode: 0644]
server/tests/cli/index.ts