mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 10:23:46 +02:00
update vaapi defaults
This commit is contained in:
parent
e03ead01ae
commit
e5d5c67041
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
EnableThrottling = true;
|
||||
ThrottleDelaySeconds = 180;
|
||||
EncodingThreadCount = -1;
|
||||
VaapiDevice = "/dev/dri/card0";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue