• 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: H.265 Media not playing with HWA

     
    • 0 Vote(s) - 0 Average

    SOLVED: H.265 Media not playing with HWA

    "This client isn't compatible with the media and the server isn't sending a compatible media format." when using HWA
    KipshidzeNikoloz
    Offline

    Junior Member

    Posts: 3
    Threads: 1
    Joined: 2024 Jan
    Reputation: 0
    #4
    2024-01-18, 04:28 PM
    UPDATE: For everyone that might have struggled with this like me.

    It seems somewhere along the line, the Jellyfin configuration lost access to the NVIDIA GPU's, while docker was able to see it, and by all means jellyfin should be able to access it by default, for some reason it just absolutely refused to. I came across this wonderful answer on stackoverflow https://stackoverflow.com/questions/70761192/docker-compose-equivalent-of-docker-run-gpu-all-option

    If like me you have encountered this issue, and if like me you have gone down insane rabbit holes, and if like me, you use the standard docker-compose file recommended by jellyfin, you simply need to add the following code to the compose file for Jellyfin to correctly detect and access your gpu. (Change the count variable to all "count: all" to get access to all gpu's if you're running and using more than one)
    Quote:    
    deploy:
          resources:
            reservations:
              devices:
                - driver: nvidia
                  count: 1
                  capabilities: [gpu]

    Jellyfin can now properly transcode all compatible files.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    H.265 Media not playing with HWA - by KipshidzeNikoloz - 2024-01-18, 10:46 AM
    RE: H.265 Media not playing with HWA - by TheDreadPirate - 2024-01-18, 03:36 PM
    RE: H.265 Media not playing with HWA - by KipshidzeNikoloz - 2024-01-18, 04:02 PM
    RE: H.265 Media not playing with HWA - by KipshidzeNikoloz - 2024-01-18, 04:28 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