• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support General Questions Jellyfin pauses with 4K movie on local network in Synology DS224+

     
    • 0 Vote(s) - 0 Average

    Jellyfin pauses with 4K movie on local network in Synology DS224+

    angelsing
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2024 Sep
    Reputation: 0
    Country:Colombia
    #3
    2024-09-28, 03:02 AM
    (2024-09-28, 02:02 AM)TheDreadPirate Wrote: You didn't pass in the GPU into the container.

    Code:
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128

    Read this guide from our walk through sub-forum.

    https://forum.jellyfin.org/t-guide-runni...er-compose


    HAVING SAID THAT, your video is HDR and Intel no longer supports tone mapping on Synology NASes.

    ok i left my code like this:

    Code:
    version: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=1026
          - GUID=100
          - TZ=America/Bogota
        network_mode: host
        volumes:
          - /volume1/docker/jellyfin_update/config:/config:rw
          - /volume1/docker/jellyfin_update/cache:/cache:rw
          - /volume1/video/Series:/Series:rw
          - /volume1/video/Peliculas:/Peliculas:rw
          - /volume1/video/Intros:/Intros:rw
        devices:
          - /dev/dri/renderD128:/dev/dri/renderD128
          - /dev/dri/card0:/dev/dri/card0
        restart: unless-stopped

    I will try playing a 4k movie again on my local network. Do you know what parameters I should enable in the Jellyfin configuration - playback - transcoding? It is not explained in the guide you sent me.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Jellyfin pauses with 4K movie on local network in Synology DS224+ - by angelsing - 2024-09-28, 01:41 AM
    RE: Jellyfin pauses with 4K movie on local network in Synology DS224+ - by TheDreadPirate - 2024-09-28, 02:02 AM
    RE: Jellyfin pauses with 4K movie on local network in Synology DS224+ - by angelsing - 2024-09-28, 03:02 AM
    RE: Jellyfin pauses with 4K movie on local network in Synology DS224+ - by TheDreadPirate - 2024-09-28, 03:49 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode