jellyfin / jellyfin-web

Web Client for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
2.34k stars 1.25k forks source link

High CPU load #6019

Closed Iowerth closed 1 month ago

Iowerth commented 1 month ago

Describe The Bug When watching movie in browser then CPU loads at high level depending of how many cores (threads in transcoding options) are using.

Media Information Any movie.

Screenshots 2 cores (4th column): 2 cores

All cores: all

System (please complete the following information):

For example, Media Player Classic loads CPU in about 1-2%. I assume that Jellyfin high loads CPU because of transcoding. Didn't found how to disable it and use direct play instead.

viown commented 1 month ago

This is normal. Your browser does not support as many codecs as Jellyfin Media Player does, so the server will transcode them to something that is compatible. You can't disable this and still get playable video.

To reduce CPU usage, look into enabling hardware acceleration: https://jellyfin.org/docs/general/administration/hardware-acceleration/

Iowerth commented 1 month ago

Thanks. I'll try.