mirror of
https://github.com/linuxserver/docker-jellyfin.git
synced 2026-07-23 18:17:46 +00:00
Move hardware transcoding instruction to app setup
This commit is contained in:
parent
ab52a025b8
commit
a98e4e5ff8
1 changed files with 2 additions and 2 deletions
|
|
@ -38,10 +38,10 @@ param_env_vars:
|
|||
opt_param_usage_include_env: true
|
||||
opt_param_env_vars:
|
||||
- { env_var: "JELLYFIN_PublishedServerUrl", env_value: "192.168.0.5", desc: "Set the autodiscovery response domain or IP address."}
|
||||
opt_param_usage_include_vols: true
|
||||
opt_param_usage_include_vols: false
|
||||
opt_param_volumes:
|
||||
- { vol_path: "/opt/vc/lib", vol_host_path: "/opt/vc/lib", desc: "Path for Raspberry Pi OpenMAX libs *optional*." }
|
||||
opt_param_device_map: true
|
||||
opt_param_device_map: false
|
||||
opt_param_devices:
|
||||
- { device_path: "/dev/dri", device_host_path: "/dev/dri", desc: "Only needed if you want to use your Intel GPU for hardware accelerated video encoding (vaapi)." }
|
||||
- { device_path: "/dev/vcsm", device_host_path: "/dev/vcsm", desc: "Only needed if you want to use your Raspberry Pi MMAL video decoding (Enabled as OpenMax H264 decode in gui settings)." }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue