• 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: Transcoding issues -- SOLVED

     
    • 0 Vote(s) - 0 Average

    SOLVED: Transcoding issues -- SOLVED

    Docker instance NVIDIA Issues
    ThexTallxDude
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2024 Feb
    Reputation: 0
    #3
    2024-02-08, 04:09 PM (This post was last modified: 2024-02-08, 04:12 PM by ThexTallxDude. Edited 1 time in total.)
    I did all that on initial setup. It was transcoding without issue for over a year. This happened only after updating the host computer, a system running OpenMediaVault6, to version 6.9.12-1. The Nvidia drivers seem to have updated during that process though, so I'm _guessing_ there may be a driver mismatch between the host and container. I deleted and grabbed a fresh jellyfin image the other day so it'd be forced to pull new everything, but the issue persists. The driver version/hw info from the nvidia-smi matches between the host and container. I may still be missing something, but hopefully the additional context helps.
    Edit: here's the jellyfin part of my stack:
    Code:
    version: "2.1"
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:latest
        container_name: Jellyfin
        runtime: nvidia
        privileged: true
      # deploy:
      #  resources:
      #    reservations:
      #      devices:
      #        - driver: nvidia
      #          count: all
      #          capabilities: [gpu]
        volumes:
          - /srv/dev-disk-by-uuid-6ab4066e-7303-4419-a71d-0207cf488a15/NetworkFiles/Config/JellyFin:/config
          - /Media/Jelly/Movies:/Data/Movies
          - /Media/Jelly/Shows:/Data/Shows
          - /Media/NetworkMedia/Audio:/Data/Audio
        environment:
          - PUID=998
          - PGID=100
          - TZ=America/New_York
          - NVIDIA_VISIBLE_DEVICES=all
          - NVIDIA_DRIVER_CAPABILITIES=all
         
        ports:
          - 8001:8096
        devices:
          - /dev/dri:/dev/dri
        restart: unless-stopped
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Transcoding issues -- SOLVED - by ThexTallxDude - 2024-02-08, 03:48 PM
    RE: Transcoding issues - by tmsrxzar - 2024-02-08, 04:03 PM
    RE: Transcoding issues - by ThexTallxDude - 2024-02-08, 04:09 PM
    RE: Transcoding issues - by tmsrxzar - 2024-02-08, 04:29 PM
    RE: Transcoding issues - by ThexTallxDude - 2024-02-08, 05:44 PM
    RE: Transcoding issues - by tmsrxzar - 2024-02-08, 05:47 PM
    RE: Transcoding issues - by ThexTallxDude - 2024-02-08, 08:08 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