• 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 Transcoding takes 100% CPU then goes Buffering

     
    • 0 Vote(s) - 0 Average

    Transcoding takes 100% CPU then goes Buffering

    dynux
    Offline

    Junior Member

    Posts: 8
    Threads: 1
    Joined: 2025 Jan
    Reputation: 0
    #11
    2025-01-13, 07:33 PM (This post was last modified: 2025-01-13, 07:35 PM by dynux. Edited 1 time in total.)
    (2025-01-13, 06:22 PM)TheDreadPirate Wrote: Can you share your docker compose.  I don't see why it would use so much CPU.  It is using the GPU for decoding, tone mapping, and encoding.  Only the audio should be using the CPU and shouldn't be anywhere close to this much.

    What kernel version are you running on the host?  And what distro?

    Code:
    Linux muletto 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec  5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux

    Code:
      jellyfin:
        image: linuxserver/jellyfin:latest
        container_name: jellyfin
        labels:
          io.portainer.accesscontrol.public:
        networks:
          - mynetwork
        environment:
          - PUID=1001
          - PGID=1001
          - TZ=Europe/Rome
          - NVIDIA_VISIBLE_DEVICES=all
          - NVIDIA_DRIVER_CAPABILITIES=all
        volumes:
          - /etc/localtime:/etc/localtime:ro
          - /docker/appdata/jellyfin-config:/config
          - /media/data:/data
        devices:
          - /dev/nvidiactl:/dev/nvidiactl
          - /dev/nvidia0:/dev/nvidia0
          - /dev/nvidia-modeset:/dev/nvidia-modeset
          - /dev/nvidia-uvm:/dev/nvidia-uvm
          - /dev/nvidia-uvm-tools:/dev/nvidia-uvm-tools
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - driver: nvidia
                  count: all
                  capabilities: [gpu]
        ports:
          - 8096:8096
          - 7359:7359/udp
          - 8920:8920
        restart: unless-stopped
        logging:
          driver: json-file

    this is the part about jellyfin.

    But wait, the CPU is now resolved as i wrote before.
    The problem now is that the Android Tablet (Xiaomi Redmi Pad SE, codename xun) has issues playing.
    It is using the default Jellyfin app player and it cannot decode x265 video so the transcoding starts.
    If i set the ExoPlayer the stream does not even start.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 02:59 PM
    RE: Transcoding & Buffering - by TheDreadPirate - 2025-01-13, 03:09 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 03:36 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 03:47 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 03:58 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 04:11 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 04:21 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 04:50 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 05:49 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 06:22 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 07:33 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 07:55 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 08:17 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 08:43 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by dynux - 2025-01-13, 09:01 PM
    RE: Transcoding takes 100% CPU then goes Buffering - by TheDreadPirate - 2025-01-13, 09:33 PM

    • 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