• 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 Increase Buffer Size of Jellyfin-Web

     
    • 0 Vote(s) - 0 Average

    Increase Buffer Size of Jellyfin-Web

    Sapd
    Offline

    Junior Member

    Posts: 4
    Threads: 1
    Joined: 2023 Jul
    Reputation: 0
    Country:Germany
    #5
    2024-01-22, 07:52 PM
    For someone searching:
    I experimented a bit and this seems to increase it (however the browser will still limit it). The Browser cache has to be deleted for an effect:

    Code:
    location ~ ^/web/htmlVideoPlayer-plugin.[0-9a-z]+.chunk.js$ {
            proxy_pass http://jellyfin;
            proxy_set_header Accept-Encoding "";
            sub_filter_types *;
            sub_filter 'return s=30' 'return s=600';
            sub_filter 'maxBufferLength:s' 'maxBufferLength:s,maxBufferSize:180000000';
            sub_filter_once on;
        }
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Increase Buffer Size of Jellyfin-Web - by Sapd - 2024-01-22, 12:01 PM
    RE: Increase Buffer Size of Jellyfin-Web - by TheDreadPirate - 2024-01-22, 03:25 PM
    RE: Increase Buffer Size of Jellyfin-Web - by Sapd - 2024-01-22, 04:08 PM
    RE: Increase Buffer Size of Jellyfin-Web - by TheDreadPirate - 2024-01-22, 06:21 PM
    RE: Increase Buffer Size of Jellyfin-Web - by Sapd - 2024-01-22, 07:52 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