mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 19:43:09 +00:00
fix dlna direct play on samsung tv's
This commit is contained in:
parent
f3120dbee9
commit
39394e74c7
4 changed files with 32 additions and 14 deletions
|
|
@ -25,7 +25,8 @@ namespace MediaBrowser.Model.Configuration
|
|||
EnableThrottling = true;
|
||||
ThrottleDelaySeconds = 180;
|
||||
EncodingThreadCount = -1;
|
||||
VaapiDevice = "/dev/dri/card0";
|
||||
// This is a DRM device that is almost guaranteed to be there on every intel platform, plus it's the default one in ffmpeg if you don't specify anything
|
||||
VaapiDevice = "/dev/dri/renderD128";
|
||||
H264Crf = 23;
|
||||
EnableHardwareEncoding = true;
|
||||
EnableSubtitleExtraction = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue