• 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 cant watch 4k videos fatal player error

     
    • 0 Vote(s) - 0 Average

    cant watch 4k videos fatal player error

    when playing a 4k HEVC video a pop up with Playback error: Playback failed due to a fatal player error.
    fflam
    Offline

    Junior Member

    Posts: 17
    Threads: 2
    Joined: 2024 Jul
    Reputation: 0
    #14
    2024-07-24, 04:07 PM (This post was last modified: 2024-07-24, 04:12 PM by fflam.)
    Reverse proxy yes, NGINX proxy manager (https://nginxproxymanager.com/).
    1 client is watching this vod on a Roku. when i click the info button on the dashboard it says it is getting transcoded to 17.0 Mbps TS H264 AC3. there should be no direct play right now.

    NGINX settings for jellyfin.

    Scheme: http
    Websockets Support: on
    Block Common Exploits: on
    Cache Assetts: off

    SSL:
    Force SSL: on
    HTTP/2 Support: on
    HSTS Enabled: on
    HSTS SubDomains: ON

    Advanced:
    Custom NGINX config:
    Code:
    # Disable buffering when the nginx proxy gets very resource heavy upon streaming
        proxy_buffering off;

        # Proxy main Jellyfin traffic
        proxy_set_header X-Real-IP $remote_addr;
        proxy_set_header X-Forwarded-Protocol $scheme;
        proxy_set_header X-Forwarded-Host $http_host;
        proxy_headers_hash_max_size 2048;
        proxy_headers_hash_bucket_size 128;
       
        # Security / XSS Mitigation Headers
        # NOTE: X-Frame-Options may cause issues with the webOS app
        add_header X-Frame-Options "SAMEORIGIN";
        add_header X-XSS-Protection "0";
        add_header X-Content-Type-Options "nosniff";
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    cant watch 4k videos fatal player error - by fflam - 2024-07-24, 02:11 AM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 02:42 AM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 02:48 AM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 04:13 AM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 01:17 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 03:20 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 03:31 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 03:36 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 03:42 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 03:45 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 03:49 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 03:54 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 04:00 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 04:07 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 04:16 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 04:26 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 04:39 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 04:46 PM
    RE: cant watch 4k videos fatal player error - by TheDreadPirate - 2024-07-24, 06:35 PM
    RE: cant watch 4k videos fatal player error - by fflam - 2024-07-24, 07:41 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