• 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 Off Topic General Discussion [SOLVED] I have created an issue on github almost a month ago...

     
    • 0 Vote(s) - 0 Average

    [SOLVED] I have created an issue on github almost a month ago...

    AndrzejL
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2026 Apr
    Reputation: 0
    Country:Ireland
    #1
    2026-04-29, 11:14 AM (This post was last modified: 2026-04-29, 10:41 PM by AndrzejL. Edited 1 time in total. Edit Reason: Solution found )
    Hi Guys,

    Just wanted to check something.

    I have started an issue on github 3+ weeks ago and so far I see no activity there. Not trying to be a PITA - just checking if this is a me-problem or...

    https://github.com/jellyfin/jellyfin-web/issues/7812

    Thanks in advance for any replies.

    Cheers.

    Andrzej
    conor
    Offline

    Member

    Posts: 51
    Threads: 6
    Joined: 2023 Jun
    Reputation: 2
    #2
    2026-04-29, 12:04 PM (This post was last modified: 2026-04-29, 12:39 PM by conor. Edited 1 time in total.)
    Realistically speaking, the only response you're going to get there is a bot trying to close the issue due to inactivity.

    You'll probably have better luck on the chat room.

    https://matrix.to/#/#jellyfin-troublesho...matrix.org

    I had a bot analyse your issue, it has a potential workaround and some other suggestions. See attached.


    Attached Files
    .txt   issue-7812-analysis.txt (Size: 5.3 KB / Downloads: 12)
    AndrzejL
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2026 Apr
    Reputation: 0
    Country:Ireland
    #3
    2026-04-29, 10:32 PM (This post was last modified: 2026-04-29, 10:39 PM by AndrzejL. Edited 1 time in total.)
    Hi Conor,

    Quick update - I have found the root cause and it's fixed.

    The issue was NOT a bug in jellyfin-web after all. It was a Content Security
    Policy header in my nginx reverse proxy configuration blocking blob: URLs.

    jellyfin-web 10.11.x switched Chromium browsers from native HLS to hls.js
    (PR #7274). hls.js uses blob: URLs via Media Source Extensions (MSE). My nginx
    CSP header only had:

    default-src 'self' https: data: 'unsafe-inline' 'unsafe-eval'

    Adding blob: fixed it immediately:

    default-src 'self' https: data: blob: 'unsafe-inline' 'unsafe-eval'

    In 10.10.7 Edge used native HLS which doesn't need blob: URLs - so it worked
    fine behind the same nginx config. The 10.11.x change exposed the gap.

    Regarding Matrix/Discord - I appreciate the suggestion but I prefer keeping
    technical discussions on searchable, archivable platforms. I am a bit of a boomer...
    Chat platforms don't preserve knowledge well - if a server goes away, all that
    context disappears with it. Forums and GitHub remain searchable and benefit the wider community
    long-term. I'll be posting the full solution back to the GitHub issue.

    Thanks for pointing me in the right direction with the bot analysis - it helped
    narrow down the hls.js angle which led me to the CSP blocker.

    Cheers,

    Andrzej
    2
    « 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