techrec/docker/config.py

8 lines
236 B
Python

AUDIO_INPUT = "http://storage/ror"
# decomment this if you want to test with local audio source
# AUDIO_INPUT = "/rec/ror"
AUDIO_OUTPUT = "/src/output"
DEBUG = True
HOST = "0.0.0.0"
PORT = 8000
FFMPEG_OPTIONS = ["-loglevel", "warning"]