![]() |
HVEC on Google Chrome - Dropped Frames and stuttering ? - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: HVEC on Google Chrome - Dropped Frames and stuttering ? (/t-hvec-on-google-chrome-dropped-frames-and-stuttering) |
HVEC on Google Chrome - Dropped Frames and stuttering ? - ohmygosh - 2024-12-04 Trying out setup on new (old) hardware. Intel i5-8500t running jellyfin on kubernetes. Video device /dev/dri/renderD128 passed through with correct permissions, ffmpeg seems to confirm that: Code: /usr/lib/jellyfin-ffmpeg/vainfo --display drm --device /dev/dri/renderD128 The problem is that in Chrome and Safari the videos that have HVEC codec seem to be "jerky" and stuttering. Playing the same movies with Jellyfin Media Player is all fine (same Mac). Checked with Code: intel_gpu_top Sample media info: Code: Video While viewing it shows dropped frames: ![]() H264 encoded videos don't seem to have any problems. I tried googling but it seems you cannot force transcoding to H264? Any other hints how can this be improved? thank you RE: HVEC on Google Chrome - Dropped Frames and stuttering ? - TheDreadPirate - 2024-12-04 Dropped frames is usually a client side issue. What are the specs of the client? Does it support HEVC decoding in the GPU? If it is software decoding, that could be the problem. But there is a setting for the preferred transcode codec. Settings (not dashboard) > Playback > Preferred transcode video codec RE: HVEC on Google Chrome - Dropped Frames and stuttering ? - ohmygosh - 2024-12-05 Both Chrome and Jellyfin Media Player run on same client - Macbook M1 Pro. Both as far as I can tell don't do any transcoding, and Jellyfin Media Player plays fine while Chrome (and Safari to that extent) have issues. Firefox seems to also run fine, but according to intel_gpu_tool it does seem to transcode. This is what I see in intel_gpu_tool while viewing with both chrome and Jellyfin Media Player Code: ENGINES BUSY MI_SEMA MI_WAIT RE: HVEC on Google Chrome - Dropped Frames and stuttering ? - TheDreadPirate - 2024-12-05 Firefox does not play HEVC, except on Windows 11 with the HEVC codec installed via the Microsoft store. JMP will directly play almost everything. And I don't see why Chrome would struggle with a 1080P HEVC video on a M1, which has a HEVC decoder. Does MacOS have the equivalent to Windows Task Manager? Can you see what the CPU/GPU/decode load is when you play these videos in Chrome? RE: HVEC on Google Chrome - Dropped Frames and stuttering ? - ohmygosh - 2024-12-05 Chrome CPU is almost idle, 7-8%, GPU does not seem to change also though the graph is very basic ![]() Ironically disabling hardware acceleration on Chrome plays the video just fine just that Google Chrome GPU jumps up to ~60%. Safari does not seem to have that option, so I guess I'll just have to live with that. |