• 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 Fix Hardware Acceleration using QSV not working.

    Pages (3): « Previous 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Fix Hardware Acceleration using QSV not working.

    jimmythejuicer24
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #11
    2023-12-05, 10:19 PM
    Terminal says that docker-compose isn't a command. Do I have to install it?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #12
    2023-12-05, 10:21 PM
    How have you been starting your docker container for jellyfin?
    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]
    jimmythejuicer24
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #13
    2023-12-05, 10:25 PM
    It just starts when I turn on my computer. Sometimes I have to do 'docker start jellyfin' or 'docker stop jellyfin' as well.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #14
    2023-12-05, 10:31 PM
    Correct me if I'm wrong, but you can't use a docker compose file without having docker compose installed.

    I'm assuming if you run this command it will fail.

    Code:
    docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo

    And there will be nothing in /dev/dri in the container.

    Code:
    docker exec -it jellyfin "ls -l /dev/dri"

    You've been making changes to this compose file and none of them are actually being used.
    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]
    jimmythejuicer24
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #15
    2023-12-05, 10:35 PM
    Yeah both commands failed. I just assumed that everytime jellyfin started it looked at the docker-compose.yml file.

    What do I need to do now?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #16
    2023-12-05, 10:38 PM
    Install docker compose.

    https://www.digitalocean.com/community/t...untu-22-04
    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]
    jimmythejuicer24
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #17
    2023-12-05, 10:49 PM
    Ok I installed it. Do I just run 'docker compose up' in the directory with the docker-compose.yml file?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #18
    2023-12-05, 10:52 PM (This post was last modified: 2023-12-05, 10:53 PM by TheDreadPirate.)
    That is how it works on my work systems (I use docker at work, but not at home).

    docker compose up -d
    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]
    jimmythejuicer24
    Offline

    Junior Member

    Posts: 12
    Threads: 2
    Joined: 2023 Dec
    Reputation: 0
    Country:United States
    #19
    2023-12-05, 10:57 PM (This post was last modified: 2023-12-05, 10:59 PM by jimmythejuicer24. Edited 1 time in total.)
    Yoo it actually worked thank you! This is the first time I've ever seen it work.

    It never ends up loading though. In the FFmpeg logs, this gets repeated over and over:
    [hevc_qsv @ 0x555c6312ba00] Error initializing the MFX video decoder: unsupported (-3)
    Error while decoding stream #0:0: Function not implemented
    [hevc_qsv @ 0x555c6312ba00] More data is required to decode header
    Last message repeated 22 times
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #20
    2023-12-05, 10:59 PM (This post was last modified: 2023-12-05, 10:59 PM by TheDreadPirate.)
    What codecs did you check in the Playback Dashboard? And what codec is the video encoded with?

    Share the latest ffmpeg log on sourcebin? Screenshot of the playback dashboard?
    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]
    Pages (3): « Previous 1 2 3 Next »

    « 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