Hardcode transcoder prefix to /video

This commit is contained in:
Zoe Roux
2025-07-15 00:18:21 +02:00
parent 4188e7bcd3
commit c90d0e7ffc
12 changed files with 6 additions and 32 deletions
-2
View File
@@ -4,8 +4,6 @@
# where to store temporary transcoded files
GOCODER_CACHE_ROOT="/cache"
# path prefix needed to reach the http endpoint
GOCODER_PREFIX=""
# base absolute path that contains video files (everything in this directory can be served)
GOCODER_SAFE_PATH="/video"
# hardware acceleration profile (valid values: disabled, vaapi, qsv, nvidia)