• 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 Playback error on Chrome/Edge browsers

    Pages (3): 1 2 3 Next »

     
    • 0 Vote(s) - 0 Average

    Playback error on Chrome/Edge browsers

    Playback error on Chrome/Edge browsers
    malvar
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #1
    2024-08-20, 10:23 PM
    Hey everyone,

    New user here with a fresh install on a Synology NAS.  I'm running 10.9.9 on a Docker container.  I haven't started messing with hardware acceleration, but figured that I should be able to see something, even if it's crap performance.

    When I view a movie on my android phone, it works fine.  But when I attempt to view a movie from either Chrome or Edge browsers, I get a "Playback failed due to a fatal player error."  I tried looking through the logs, but don't see anything obviously wrong (to me, anyway).

    Jellyfin logs here: https://pastebin.com/axWgLR7d
    FFmpeg transcode log here: https://pastebin.com/cXEcZqUN

    I appreciate any help in advance! Thanks!
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #2
    2024-08-20, 10:56 PM
    What model NAS do you have? And did you pass the GPU into the container?
    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]
    malvar
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #3
    2024-08-20, 11:20 PM
    (2024-08-20, 10:56 PM)TheDreadPirate Wrote: What model NAS do you have?  And did you pass the GPU into the container?

    Thank you for the quick response!

    I have a DS423+ NAS, and I have no idea how to pass the GPU into the container.  Can you point me to some instructions on how to do this?
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #4
    2024-08-20, 11:38 PM
    One of the other forum mods wrote this guide.

    https://forum.jellyfin.org/t-guide-runni...er-compose
    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]
    malvar
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #5
    2024-08-21, 12:12 AM
    (2024-08-20, 11:38 PM)TheDreadPirate Wrote: One of the other forum mods wrote this guide.

    https://forum.jellyfin.org/t-guide-runni...er-compose

    Oh yes, I had followed that guide to perform my setup.  So yes, I have the device entries in my yaml file, uncommented. If that's all that's necessary to pass my GPU to my container, then it's done.  (And was done prior to the logs above.)

    Sorry for the confusion -- I'm new to all of this.
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #6
    2024-08-21, 12:17 AM
    Can you share your docker compose and screenshots of Dashboard > Playback?
    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]
    malvar
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #7
    2024-08-21, 12:40 AM
    (2024-08-21, 12:17 AM)TheDreadPirate Wrote: Can you share your docker compose and screenshots of Dashboard > Playback?

    Sure thing:

    YAML:

    services:
      jellyfin:
        #for specific image-> image: jellyfin/jellyfin:10.8.13
        image: jellyfin/jellyfin:latest
        container_name: Jellyfin
        environment:
          #- PUID=0
          #- PGID=0
          - TZ=America/Los_Angeles
          #- JELLYFIN_PublishedServerUrl=192.168.1.#
          #note: change TZ to your timezone identifier: https://en.wikipedia.org/wiki/List_of_tz...time_zones
        volumes:
          - /volume1/docker/jellyfin/cacheConfused-facecache:rw
          - /volume1/docker/jellyfin/configConfused-faceconfig:rw
          - /volume1/Media/moviesConfused-facemovies:rw
          - /volume1/Media/tvConfused-facetv:rw
        devices:
          - /dev/dri/renderD128Confused-facedev/dri/renderD128
          - /dev/dri/card0Confused-facedev/dri/card0
        ports:
          - 8096:8096/tcp
        network_mode: bridge
        #network_mode: host
        restart: unless-stopped

    Playback settings:
    attached


    Attached Files Thumbnail(s)
       
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #8
    2024-08-21, 12:48 AM
    You haven't enabled hardware acceleration.

    Select Intel Quick Sync from the drop down. Check all the codec boxes except AV1. Enable hardware encoding. Do NOT uncheck low power encoding. Allow encoding in HEVC format, but NOT AV1.

    Do not enable VPP tone mapping or tone mapping. The Linux kernel in most Synology NASes is pretty old, probably 4.4.X. Intel deprecated support for that kernel in their OpenCL drive, which was required for tone mapping.

    Scroll all the way down and check "Throttle transcodes" and "Delete segments".

    Save.
    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]
    malvar
    Offline

    Junior Member

    Posts: 11
    Threads: 1
    Joined: 2024 Aug
    Reputation: 0
    Country:United States
    #9
    2024-08-21, 03:10 PM
    Thanks again for all the quick replies! 

    Unfortunately, I still can't get these movies to play in Chrome or Edge, and am seeing the same error.

    At your request, I enabled Intel QSV encoding, turned on everything except AVI, Enabled hardware encoding. The Intel low-power options were not checked by default, so I checked them both. I allowed encoding for HEVC, but not AVI. I did not enable tone mapping. Then I checked throttle transcodes and delete segments. Saved, restarted, verified settings to make sure they were all good. Still can't play movies.

    I wasn't clear on the low-power options, so I tried again with them disabled, no luck there either.

    Here are my most recent logs with your suggested changes:

    Jellyfin log: https://pastebin.com/bXAzD90G
    FFmpeg log: https://pastebin.com/VcLX4YHw
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #10
    2024-08-21, 04:19 PM (This post was last modified: 2024-08-21, 04:22 PM by TheDreadPirate. Edited 1 time in total.)
    Uncheck low power encoding. That requires additional setup that can't be done on Synology NASes. It isn't required anyway.
    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): 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