• 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 Docker Nvidia T400 decoding

     
    • 0 Vote(s) - 0 Average

    Docker Nvidia T400 decoding

    Docker Nvidia T400 decoding
    mattb
    Offline

    Junior Member

    Posts: 7
    Threads: 2
    Joined: 2024 Nov
    Reputation: 0
    Country:United States
    #3
    2025-04-23, 11:51 PM (This post was last modified: 2025-04-23, 11:54 PM by mattb. Edited 2 times in total.)
    Nvidia NVENC is enabled for Hardware Acceleration.
    nvidia-smi is run from docker (see screenshot above).
    running as my userid, which is what I understood is the process.

    Code:
    version: '3.5'
    services:
      jellyfin:
        image: jellyfin/jellyfin:latest
        container_name: jellyfin
        environment:
          - PUID=1026
          - GUID=100
          - TZ=Mountain
        network_mode: host
        volumes:
          - /volume2/dockerSSD/jellyfin/config:/config:rw
          - /volume2/dockerSSD/jellyfin/cache:/cache:rw
          - /volume1/videos/tvshows:/tv:rw
          - /volume1/videos/movies:/movies:rw
        ports:
          - 8096:8096
        restart: unless-stopped
        runtime: nvidia
        deploy:
          resources:
            reservations:
              devices:
                - driver: nvidia
                  count: all
                  capabilities:
                    - gpu
    ds1821+ (AMD Ryzen v1500B / 36GB ram / nvidia t400 4gb)
    Jellyfin on mirrored Samsung Pro m2 SSD, docker, latest image (10.10.7), dlna 8.0.0
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Docker Nvidia T400 decoding - by mattb - 2025-04-23, 01:17 AM
    RE: Docker Nvidia T400 decoding - by emailbin11 - 2025-04-23, 04:46 PM
    RE: Docker Nvidia T400 decoding - by mattb - 2025-04-23, 11:51 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