mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3711] Fix the problem that hardware decoding cannot be used on macOS. #9662
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/3711
State: closed
Merged: Yes
I am a macOS user and I am glad that Jellyfin supports videotoolbox in version 10.6.
But I found that Jellyfin cannot use videotoolbox for hardware decoding.
This is caused by a missing parameter -hwaccel in ffmpeg.
I tried to fix this problem and tested it.
It works now.