mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Allow cpu profile for docker compose versions where default profile is not valid
This commit is contained in:
parent
e04093df48
commit
dde3af188d
@ -26,7 +26,7 @@ UNLOGGED_PERMISSIONS=
|
|||||||
DEFAULT_PERMISSIONS=overall.read,overall.play
|
DEFAULT_PERMISSIONS=overall.read,overall.play
|
||||||
|
|
||||||
# Hardware transcoding (equivalent of --profile docker compose option).
|
# Hardware transcoding (equivalent of --profile docker compose option).
|
||||||
COMPOSE_PROFILES= # vaapi or qsv or nvidia
|
COMPOSE_PROFILES=cpu # cpu (no hardware acceleration) or vaapi or qsv or nvidia
|
||||||
# the preset used during transcode. faster means worst quality, you can probably use a slower preset with hwaccels
|
# the preset used during transcode. faster means worst quality, you can probably use a slower preset with hwaccels
|
||||||
# warning: using vaapi hwaccel disable presets (they are not supported).
|
# warning: using vaapi hwaccel disable presets (they are not supported).
|
||||||
GOCODER_PRESET=fast
|
GOCODER_PRESET=fast
|
||||||
|
@ -95,7 +95,7 @@ services:
|
|||||||
|
|
||||||
transcoder:
|
transcoder:
|
||||||
<<: *transcoder-base
|
<<: *transcoder-base
|
||||||
profiles: ['']
|
profiles: ['', 'cpu']
|
||||||
|
|
||||||
transcoder-nvidia:
|
transcoder-nvidia:
|
||||||
<<: *transcoder-base
|
<<: *transcoder-base
|
||||||
|
@ -70,7 +70,7 @@ services:
|
|||||||
|
|
||||||
transcoder:
|
transcoder:
|
||||||
<<: *transcoder-base
|
<<: *transcoder-base
|
||||||
profiles: ['']
|
profiles: ['', 'cpu']
|
||||||
|
|
||||||
transcoder-nvidia:
|
transcoder-nvidia:
|
||||||
<<: *transcoder-base
|
<<: *transcoder-base
|
||||||
|
@ -71,7 +71,7 @@ services:
|
|||||||
|
|
||||||
transcoder:
|
transcoder:
|
||||||
<<: *transcoder-base
|
<<: *transcoder-base
|
||||||
profiles: ['']
|
profiles: ['', 'cpu']
|
||||||
|
|
||||||
transcoder-nvidia:
|
transcoder-nvidia:
|
||||||
<<: *transcoder-base
|
<<: *transcoder-base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user