jellyfin-docs
jellyfin-docs copied to clipboard
Synology notes
https://github.com/jellyfin/jellyfin/issues/2418#issuecomment-596566093
How to pull image on Synology:
Create container:
Awesome, thanks for the pictures
Should we create a separate synology.md
file with instructions and pictures for Synology?
That sounds like a good idea. would all synology share a common setup?
Yes they all run the same software Synology DSM https://www.synology.com/en-us/dsm
On Wed, Apr 29, 2020 at 2:58 PM artiume [email protected] wrote:
That sounds like a good idea. would all synology share a common setup?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jellyfin/jellyfin-docs/issues/268#issuecomment-621487077, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABLO27GDLLHVBTBS4NOMWDRPCPGTANCNFSM4LEKCL7Q .
we can close this out with this https://github.com/jellyfin/jellyfin-docs/pull/356
To add hardware acceleration support, first export the Synology container JSON definition and re-import it after adding the following to the root of the JSON object:
"devices": [
{
"CgroupPermissions": "rwm",
"PathInContainer": "/dev/dri/renderD128",
"PathOnHost": "/dev/dri/renderD128"
}
],
Also see:
- https://www.reddit.com/r/jellyfin/comments/exepia/synology_users_how_to_enable_hardware/fhv32z5/