jellyfin-docs icon indicating copy to clipboard operation
jellyfin-docs copied to clipboard

Synology notes

Open Artiume opened this issue 4 years ago • 9 comments

https://github.com/jellyfin/jellyfin/issues/2418#issuecomment-596566093

Artiume avatar Mar 09 '20 14:03 Artiume

How to pull image on Synology:

Screenshot from 2020-04-28 12-17-16

Screenshot from 2020-04-28 12-17-50

Screenshot from 2020-04-28 12-18-06

rigtorp avatar Apr 28 '20 19:04 rigtorp

Create container: Screenshot from 2020-04-28 12-24-56

Screenshot from 2020-04-28 12-25-22 Screenshot from 2020-04-28 12-25-36 Screenshot from 2020-04-28 12-25-52 Screenshot from 2020-04-28 12-26-21 Screenshot from 2020-04-28 12-26-49

rigtorp avatar Apr 28 '20 19:04 rigtorp

Awesome, thanks for the pictures

Artiume avatar Apr 29 '20 09:04 Artiume

Should we create a separate synology.md file with instructions and pictures for Synology?

rigtorp avatar Apr 29 '20 21:04 rigtorp

That sounds like a good idea. would all synology share a common setup?

Artiume avatar Apr 29 '20 21:04 Artiume

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 .

rigtorp avatar Apr 30 '20 00:04 rigtorp

we can close this out with this https://github.com/jellyfin/jellyfin-docs/pull/356

Artiume avatar May 28 '20 12:05 Artiume

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"
    }
],

rigtorp avatar Jun 08 '20 23:06 rigtorp

Also see:

  • https://www.reddit.com/r/jellyfin/comments/exepia/synology_users_how_to_enable_hardware/fhv32z5/

rigtorp avatar Jun 08 '20 23:06 rigtorp