From looking through the logs there, the issue looks to be the player.
It's repeatedly opening and closing the file so there isn't much you can do with that.
You can try to transcode it as that may help.
What player is it?
From looking through the logs there, the issue looks to be the player.
It's repeatedly opening and closing the file so there isn't much you can do with that.
You can try to transcode it as that may help.
What player is it?
plex default player.
I'll try one more file because i might of opened it multiple times to test the load time.and ill paste the full pastebin log right now
Plex has players for every device known to man kind so I am not sure what the default plex player would be
I'm asking what client you are using to play it on so like:
as a few examples.
oh ok i was just assuming it was just plex player or something else like mx player or vlc.
but i am on a nvidia shield 2017 and the 2019 non pro versions
will post pastebin once i finish eating
checked log before i cleared it and ran the pastbin and this was at the bottom of the log .. appears to be another token error...
2020/06/05 00:05:49 DEBUG : gdrive: Loaded invalid token from config file - ignoring
2020/06/05 00:05:50 DEBUG : gdrive: Saved new token in config file
i played Golden boy episode 1 for about 1 minute 30 seconds before it started buffering then i switched to the movie called Daughter of Dracula and set it to transcode and same thing at about 1 minute in it buffered. my mount folder has my crypt folders now.....
here is paste..
https://privatebin.net/?6d28caab2a4f64bc#ADefAXNtxbpGEPF2LZnu4C5SSY75MUYf2LUyMg3Tm7yV
I haven't looked at your log yet but that's a pretty big chunk size limit.
vfs-read-chunk-size-limit 2048M
Try something reasonable. Like 256M
And if you have the memory I'd increase the buffer-size to the same.
Also I noticed this
ok ill try that but first i have to figure out why --allow-non-empty keeps showing on my local mount since it keeps getting populated i think my mergerfs script is messed up i just removed a folder from that mount point and deleted a whole directory from my crypt...
mergerfs script
[Unit]
Description = MergerFS Mount
After=rclone-vfs.service
RequiresMountsFor=/home5/plexbox/Stuff/Local/
RequiresMountsFor=/home5/plexbox/Stuff/Mount/
[Service]
Type=forking
KillMode=none
ExecStart=/home5/plexbox/bin/mergerfs /home5/plexbox/Stuff/Local/:/home5/plexbox/Stuff/Mount/ /home5/plexbox/MergerFS/ -o rw,async_read=false,use_ino,allow_other,func.getattr=newest,category.action=all,category.create=ff,cache.files=partial,dropcacheonclose=true,threads=8
ExecStop=/bin/fusermount -uz /home5/plexbox/MergerFS/
Restart=on-failure
[Install]
WantedBy=default.target
do i need a mount for Local? in the Unit and Service section
ill start reading that
so what i got from that is i should put GOMAXPROCS=4