• 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 Guides, Walkthroughs & Tutorials GUIDE: Fix issue with playback crashing on Raspberry pi 4

     
    • 0 Vote(s) - 0 Average

    GUIDE: Fix issue with playback crashing on Raspberry pi 4

    34626
    Offline

    Member

    Posts: 200
    Threads: 39
    Joined: 2023 Jul
    Reputation: 0
    Country:Denmark
    #1
    7 hours ago
    We use Raspberry Pi 4 as media player with LibreELEC + JellyCon to play media files, it has worked great, untill recently.
    Suddenly, playing media over 576p has made watching movies very annoying, because the playback keeps creashing.

    So here i share the fix:

    1. First, we must create a file on the STORAGE partition:
    sudo nano .kodi/userdata/advancedsettings.xml

    2. Now we must add some text, but in memorysize, it depends on the amount of RAM on yourRaspberry pi.
    2 GB RAM = 134217728
    4 GB RAM = 268435456
    8 GB RAM = 536870912

    Add the following:

    <advancedsettings>
      <network>
        <curlclienttimeout>30</curlclienttimeout> <!-- standard 20 -->
        <curllowspeedtime>60</curllowspeedtime>  <!-- vent længere før timeout -->
      </network>
      <cache>
        <buffermode>1</buffermode>
        <memorysize>134217728</memorysize>
        <readfactor>20</readfactor>
      </cache>
    </advancedsettings>

    3. Save, exit, plug the Raspberry pi back to your TV and enjoy!
    Debian 12 | Jellyfin 10.10.7 docker | Intel N5105 | RAM 32 GB | 26 TB storage
    « 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