Jellyfin¶
Jellyfin is a free software media system that puts you in control of managing and streaming your media.
Package Information¶
| Property | Value |
|---|---|
| Package Name | jellyfin |
| Upstream | jellyfin.org |
| License | GPL-2.0 |
| Default Port | 8096 |
Installation¶
- Install Jellyfin from Package Center
- Access web interface at
http://your-nas:8096 - Complete initial setup wizard
Configuration¶
Data Location¶
- Configuration:
/var/packages/jellyfin/var/config/ - Cache:
/var/packages/jellyfin/var/cache/ - Log:
/var/packages/jellyfin/var/log/
Hardware Transcoding¶
For Intel-based Synology devices:
- Install SynoCli Video Driver package
- Enable hardware acceleration in Jellyfin Dashboard → Playback → Transcoding
- Select "Video Acceleration API (VAAPI)" as the hardware acceleration method
- Set the VA-API device to
/dev/dri/renderD128
Troubleshooting¶
Permission Issues¶
Jellyfin runs as the sc-jellyfin service account. Ensure this account has read access to your media folders:
- Open File Station
- Right-click your media folder → Properties
- Add
sc-jellyfinwith read permission
Hardware Transcoding Not Working¶
- Verify SynoCli Video Driver is installed
- Check
/dev/dri/devices exist - Review logs in
/var/packages/jellyfin/var/log/
Related Packages¶
- FFmpeg - Transcoding engine
- SynoCli Video Driver - Hardware acceleration