mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-08-09 05:04:51 +02:00
fixes hls generation for docker builds (#55)
Co-authored-by: Munaawa Philip <munaawap@kainos.com>
This commit is contained in:
@ -29,4 +29,8 @@ CACHES = {
|
||||
BROKER_URL = REDIS_LOCATION
|
||||
CELERY_RESULT_BACKEND = BROKER_URL
|
||||
|
||||
MP4HLS_COMMAND = (
|
||||
"/home/mediacms.io/bento4/bin/mp4hls"
|
||||
)
|
||||
|
||||
DEBUG = False
|
||||
|
Reference in New Issue
Block a user