I have a pi3 running Plex/radaar/sonar/transmission it was all working nicely and streaming without buffering as all the files are 1080p MP4 h264.
Iβve added a couple more HDD and syncthing to keep other files over there, but now Plex is buffering every 10 seconds of playtime.
Is there a way that when Plex is streaming all other software shuts down? Or at least how can I manually shut the other software down, so I can at least test my theory.
You can stop individual services with dietpi-services.
To stop them automatically on the fly while Plex is streaming is a bit more difficult.
You could write a bash script which detects somehow when plex is streaming and thek stops other βunnecessaryβ services.
Thanks had a look at dietpi-services and saw I could tweak things a little to try and limit the resources the other software can use hopefully that makes a difference
β ββ Single Service Options ββββββββββββββ β
β nmbd : disabled | included | Affinity 0,1 β
β smbd : disabled | included | Affinity 0,1 β
β transmission-daemon : enabled | included | Affinity 0,1 β
β plexmediaserver : enabled | included | Affinity 0,1,2,3 β
β jackett : enabled | included | Affinity 0,1 β
β sonarr : enabled | included | Affinity 0-3 β
β radarr : enabled | included | Affinity 0-3 β
β syncthing : enabled | included | Affinity 0,1 β
β cron : enabled | included | Affinity 0,1 β
β dropbear : enabled | included | Affinity 0,1 β
β openvpn : disabled | included | Affinity 0-3 β
β dietpi-vpn : disabled | included | Affinity 0-3 β
β dietpi-cloudshell : disabled | included | Affinity 0-3 β
β Add : Add missing service to DietPi-Services β
β ββ Global Service Options ββββββββββββββ β
β Stop : Stop ALL above services β
β Restart : (Re)start ALL enabled services
I even tried stop all above services and then just started Plex and the same buffering is happening on the same MP4 files that were previously playing smoothly:/
your systems seem using SWAP. Could be an indication for high memory usage. How does it behave while watching? Does it change if the movie is stream from another HDD or local storage?