Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning against using Raspberry Pis or other SBCs for hosting JF #655

Merged
merged 4 commits into from
Sep 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/general/administration/hardware-acceleration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ The supported and validated video [hardware acceleration (HWA)](https://trac.ffm

- **Raspberry Pi** Video4Linux2 (V4L2, Linux only)

:::caution

While hardware acceleration is supported on Raspberry Pi hardware, it is recommended that Jellyfin NOT be hosted on Raspberry Pis or other SBCs. Many hardware acceleration features are not supported and will fallback to software. In addition, they are generally too slow to provide a good experience when transcoding is needed. Please consider getting a more powerful system to host Jellyfin.
We recommend getting a system with an Intel 7th gen or above Core series CPU.

:::

## Full & Partial Acceleration

The transcoding pipeline usually has multiple stages, which can be simplified to:
Expand Down