2024-05-13, 11:42 PM
Open up /etc/jellyfin/system.xml. What is in this code block for you?
Code:
<TrickplayOptions>
<EnableHwAcceleration>true</EnableHwAcceleration>
<EnableHwEncoding>true</EnableHwEncoding>
<ScanBehavior>NonBlocking</ScanBehavior>
<ProcessPriority>BelowNormal</ProcessPriority>
<Interval>10000</Interval>
<WidthResolutions>
<int>320</int>
</WidthResolutions>
<TileWidth>10</TileWidth>
<TileHeight>10</TileHeight>
<Qscale>4</Qscale>
<JpegQuality>90</JpegQuality>
<ProcessThreads>2</ProcessThreads>
</TrickplayOptions>