• 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 Troubleshooting SOLVED: QUESTION:

     
    • 0 Vote(s) - 0 Average

    SOLVED: QUESTION:

    Low Performance streaming Video
    Shifk
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Spain
    #1
    2023-11-01, 03:26 PM
    Hi all!

    I am a new user who recently discovered Jellyfin and jumped into setting-up a server.

    First of all, I will describe my environment:

    - I have a raspberry-like mini computer with 8Gb of RAM and Intel N3450 CPU, with an integrated GPU Intel 500 series.
    - Debian 11 as OS.
    - Jellyfin is running on a Docker container.
    - I have the following docker-compose.yml file:
    Code:
    version: "2.1"
    services:
    ########################################################### Jellyfin
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=0
          - PGID=0
          - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel # Recommended on setup guide
          # - JELLYFIN_PublishedServerUrl=192.168.0.5 #optional
        devices:
          - /dev/dri:/dev/dri  # Path to graphic card
        volumes:
          - /path/to/config/jellyfin:/config
        ports:
          - 8096:8096
        # - 8920:8920 #optional
        # - 7359:7359/udp #optional
        # - 1900:1900/udp #optional
        restart: unless-stopped

    I've also attached a small log-file generated when I play some video.

    So, my question is: Am I setting up correctly the hardware acceleration?

    Whenever I play any video, my CPU goes to 100%, and the video pauses every few seconds, while the same video runs smoothly on Plex with the same setup, and thats the reason why I think that I am doing something bad.

    Thank you very much for your attention!


    Attached Files
    .txt   log_file.txt (Size: 2.5 KB / Downloads: 77)
    Go to solution
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2023-11-01, 03:34 PM
    In addition to those configs, you need to go into the dashboard > playback and select Intel Quick Sync for hardware acceleration. You then need to check the boxes for the codecs your iGPU supports accelerated DECODING for.

    The Quick Sync wiki has a table for Apollo Lake. I ran my Jellyfin on a J4205 Apollo Lake chip for a while.

    https://en.wikipedia.org/wiki/Intel_Quic...d_encoding
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Deleted User

    Unregistered
     
    #3
    2023-11-01, 03:36 PM
    addl info: a Zimaboard 832 is being used here, reportedly having a 'Intel HD Graphics 500 GPU' ^



    you log does not show jellyfin trying to use hardware accelerated encoding, did you set it up in the web interface under Playback?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,375
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2023-11-01, 03:42 PM
    (2023-11-01, 03:36 PM)000 Wrote: addl info: a Zimaboard 832 is being used here, reportedly having a 'Intel HD Graphics 500 GPU' ^

    Yep.  My Jellyfin server used to have an Intel J4205 equipped with an Intel HD 505 GPU.  The N3450 on that board is from the same family, Apollo Lake, and has the same codec support.  Same number of CPU cores with lower clocks and 2/3 the execution units in the GPU.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Shifk
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2023 Nov
    Reputation: 0
    Country:Spain
    #5
    2023-11-01, 11:44 PM
    Thanks a lot! That worked.

    I could not find the options in the spanish layout.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • 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