Skip to content

Commit

Permalink
Merge branch 'jellyfin:master' into Hardware-Selection-Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
felix920506 authored Sep 17, 2023
2 parents 2e9d5f1 + 6999e9b commit c54cb74
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 25 deletions.
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
4 changes: 2 additions & 2 deletions docs/general/networking/fail2ban.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ filter = jellyfin
maxretry = 3
bantime = 86400
findtime = 43200
logpath = /path_to_logs/*.log
logpath = /path_to_logs/jellyfin*.log
```

Save and exit nano.
Expand Down Expand Up @@ -84,5 +84,5 @@ sudo systemctl status fail2ban
Assuming you've at least one failed authentication attempt, you can test this new jail with `fail2ban-regex`:

```bash
fail2ban-regex /path_to_logs/*.log /etc/fail2ban/filter.d/jellyfin.conf --print-all-matched
sudo fail2ban-regex /path_to_logs/*.log /etc/fail2ban/filter.d/jellyfin.conf --print-all-matched
```
40 changes: 20 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"@docusaurus/plugin-content-pages": "2.4.1",
"@docusaurus/plugin-sitemap": "2.4.1",
"@docusaurus/theme-classic": "2.4.1",
"@easyops-cn/docusaurus-search-local": "0.35.0",
"@fontsource/noto-sans": "5.0.11",
"@easyops-cn/docusaurus-search-local": "0.36.0",
"@fontsource/noto-sans": "5.0.12",
"@icons-pack/react-simple-icons": "5.11.0",
"@img-comparison-slider/react": "8.0.0",
"@mdi/js": "7.2.96",
Expand Down Expand Up @@ -66,7 +66,7 @@
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "6.6.0",
"@typescript-eslint/parser": "6.6.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-prettier": "8.10.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.28.1",
Expand Down

0 comments on commit c54cb74

Please sign in to comment.