Buffering on Direct Play

I am using an Odroid HC2 (32bit arm 8 core with 2GB of ram) as a NAS with a Nvidia Shield as my Plex Server. On my NAS I use mergerfs to combine my GDrive and my Local data. I can direct play, direct stream, and transcode for any videos on my local data directory. For the videos on my Drive, mounted via rclone, I can direct stream and transcode fine, but direct play is full of stutters, buffering, pauses and speed ups.

Here is my current mounting command: cmount gcrypt: /srv/dev-disk-by-label-WDred/GD --allow-other --dir-cache-time 96h --vfs-cache-max-age 96h --vfs-read-chunk-size=32M --vfs-read-chunk-size-limit 1G --buffer-size 16M --log-level INFO --log-file /opt/rclone/logs/rclone.log --timeout 1h --umask 002 --rc

Any idea on what I could change to help with direct play?

I am trying a bit more to get this fixed. I tried to play a music file from the rclone mount via plex and it will not play. No audio, no progress movement on plex, nothing. This is what a snapshot of the log looks like. With the stuttering I was seeing on the videos, I thought it was a buffer issue, but with the lack of playback on the audio file, I am stumped.

2019/10/19 16:13:58 DEBUG : /Music: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:58 DEBUG : /Music: >Getattr: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US): Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US): >Getattr: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity: >Getattr: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Getattr: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=0x28000
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=O_RDONLY
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >OpenFile: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: errc=0, fh=0x0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=0x28000
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=O_RDONLY
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >OpenFile: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: errc=0, fh=0x1
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=0x28000
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=O_RDONLY
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >OpenFile: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: errc=0, fh=0x2
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Flush: fh=0x0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Flush: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Flush: fh=0x0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Flush: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Flush: fh=0x1
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Release: fh=0x0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Release: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Flush: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Flush: fh=0x1
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Flush: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Release: fh=0x1
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Release: errc=0
2019/10/19 16:13:58 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Read: ofst=0, fh=0x2
2019/10/19 16:13:58 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.openRange at 0 length 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 28672 length 32768 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 61440 length 65536 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 126976 length 131072 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 258048 length 262144 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Read: n=131072
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Read: ofst=131072, fh=0x2
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Flush: fh=0x2
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 520192 length 524288 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Flush: errc=0
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Read: n=131072
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Flush: fh=0x2
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Flush: errc=0
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Release: fh=0x2
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ReadFileHandle.Release closing
2019/10/19 16:13:59 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:59 DEBUG : /: >Getattr: errc=0
2019/10/19 16:13:59 DEBUG : /Music: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:59 DEBUG : /Music: >Getattr: errc=0
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US): Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US): >Getattr: errc=0
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Getattr: errc=0
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=0x28000
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Open: flags=O_RDONLY
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >OpenFile: fd=Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3 (r), err=<nil>
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Open: errc=0, fh=0x0
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: Read: ofst=294912, fh=0x0
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.openRange at 0 length 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 1044480 length 1048576 chunkOffset 0 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Release: errc=0
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ReadFileHandle.seek from 0 to 294912 (fs.RangeSeeker)
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.RangeSeek from 0 to 294912 length -1
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at -1 length 4096 chunkOffset 294912 chunkSize 33554432
2019/10/19 16:13:59 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.openRange at 294912 length 33554432
2019/10/19 16:14:00 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 299008 length 8192 chunkOffset 294912 chunkSize 33554432
2019/10/19 16:14:00 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 307200 length 16384 chunkOffset 294912 chunkSize 33554432
2019/10/19 16:14:00 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 323584 length 32768 chunkOffset 294912 chunkSize 33554432
2019/10/19 16:14:00 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 356352 length 65536 chunkOffset 294912 chunkSize 33554432
2019/10/19 16:14:00 DEBUG : Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: ChunkedReader.Read at 421888 length 131072 chunkOffset 294912 chunkSize 33554432
2019/10/19 16:14:00 DEBUG : /Music/System Of A Down (US)/2001 - Toxicity/01 - Prison Song.mp3: >Read: n=65536

You can probably try to the cache backend for music.

The issue is Plex opens and closes files and you can't really fix that.

You can see that via the Opens and Flushes.

Do you mean add a cache to the Gcrypt setup or change something in my mounting script?

You can setup the cache backend for the music mount part.

https://rclone.org/cache/

Will this help direct play for my videos as well as that is my main concern?

Also how is this different then the vfs cache?

There's no need for the videos as they don't open and close like the music does.

Peruse the link as it explains what the cache backend is as it helps for things that rapidly open and close like music on Plex.

Gotcha. That explains why the video at least plays while the music does not. I will set that up for the music. Here is what the log looks like for the video, any ideas why it stutters, pauses, and then speeds up to catch up?

2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012): Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012): >Getattr: errc=0
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Getattr: errc=0
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:03 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:03 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x2
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x2
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x2
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x2
2019/10/19 16:19:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012): Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012): >Getattr: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Getattr: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x1
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x2
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x1
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x1
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x2
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x1
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x2
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x2
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/19 16:19:06 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x0
2019/10/19 16:19:06 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0

I'm not sure what play you are using, but it's open and closing the file repeatedly.

Could try to the cache for this too.

Sounds good. Thank you, I will give that a try!

@Animosity022 So I tried it and it worked great for my music, but the videos are still having the same issue. I will say it uses far less memory, but no performance improvement for the videos. Any suggested changes? Here is my config:

[gdrive]
type = drive
scope = drive
token = ...
client_id = ...
client_secret = ...

[gcache]
type = cache
remote = gdrive:
plex_url = ...
plex_username = ...
plex_password = ...
chunk_size = 8M
chunk_total_size = 10G
db_path = /srv/dev-disk-by-label-WDred/data/local/tmp/rclone-cache
chunk_path = /srv/dev-disk-by-label-WDred/data/local/tmp/rclone-cache
db_purge = true

[gcrypt]
type = crypt
remote = gcache:/crypt
filename_encryption = standard
directory_name_encryption = true
password = ...
password2 = ...

and here is my mounting script

--allow-other \
--dir-cache-time 96h \
--cache-chunk-path=/srv/dev-disk-by-label-WDred/data/local/tmp/rclone-cache \
--cache-db-path=/srv/dev-disk-by-label-WDred/data/local/tmp/rclone-cache \
--log-level DEBUG \
--log-file /opt/rclone/logs/rclone.log \
--timeout 1h \
--umask 002 \
--rc

Here is a bit of the log

2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=32768, fh=0x0
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.openRange at 0 length 134217728
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: moving offset set from 0 to 0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=163840, fh=0x0
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ReadFileHandle.seek from 0 to 32768 (fs.RangeSeeker)
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.RangeSeek from 0 to 32768 length -1
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at -1 length 4096 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.openRange at 32768 length 134217728
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: cache reader closed 32
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: moving offset set from 0 to 32
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 36864 length 8192 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 45056 length 16384 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 61440 length 32768 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 94208 length 65536 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 159744 length 131072 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 290816 length 262144 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 552960 length 524288 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=294912, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=425984, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=557056, fh=0x0
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 1077248 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=688128, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=819200, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=950272, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1081344, fh=0x0
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2125824 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1212416, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1343488, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1474560, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1605632, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1736704, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1867776, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=1998848, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2129920, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2260992, fh=0x0
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 3174400 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2392064, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2523136, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2654208, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2785280, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2916352, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=3047424, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=3178496, fh=0x0
2019/10/24 17:15:38 DEBUG : /Movies: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/24 17:15:38 DEBUG : /Movies: >Getattr: errc=0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Getattr: errc=0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=0x28000
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: OpenFile: flags=O_RDONLY, perm=-rwxrwxrwx
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Open: flags=O_RDONLY
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >OpenFile: fd=Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4 (r), err=<nil>
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Open: errc=0, fh=0x1
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 4222976 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Getattr: errc=0
2019/10/24 17:15:38 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=2239561728, fh=0x1
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.openRange at 0 length 134217728
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: moving offset set from 0 to 0
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 5271552 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 6320128 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 0 length 4096 chunkOffset 0 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 4096 length 8192 chunkOffset 0 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 12288 length 16384 chunkOffset 0 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ReadFileHandle.seek from 0 to 2239561728 (fs.RangeSeeker)
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.RangeSeek from 28672 to 2239561728 length -1
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at -1 length 4096 chunkOffset 2239561728 chunkSize 134217728
2019/10/24 17:15:38 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.openRange at 2239561728 length 134217728
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: cache reader closed 65584
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: moving offset set from 0 to 2240108528
2019/10/24 17:15:38 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 0
2019/10/24 17:15:39 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 7368704 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:39 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 8388608: chunk retry storage: 0
2019/10/24 17:15:39 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 1
2019/10/24 17:15:39 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 8388608: chunk retry storage: 1
2019/10/24 17:15:39 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 2
2019/10/24 17:15:40 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 8388608: chunk retry storage: 2
2019/10/24 17:15:40 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 3
2019/10/24 17:15:40 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 8388608: chunk retry storage: 3
2019/10/24 17:15:40 DEBUG : worker-0 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: downloaded chunk 8388608
2019/10/24 17:15:40 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 4
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 8417280 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 9465856 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 10514432 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 11563008 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 12611584 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : worker-0 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: downloaded chunk 2231369728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 13660160 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 14708736 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 15757312 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:41 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 16777216: chunk retry storage: 0
2019/10/24 17:15:41 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 5
2019/10/24 17:15:41 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 16777216: chunk retry storage: 1
2019/10/24 17:15:41 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 6
2019/10/24 17:15:42 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 16777216: chunk retry storage: 2
2019/10/24 17:15:42 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 7
2019/10/24 17:15:42 DEBUG : worker-0 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: downloaded chunk 16777216
2019/10/24 17:15:42 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 16805888 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:42 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 17854464 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:42 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 18903040 length 1048576 chunkOffset 32768 chunkSize 134217728
2019/10/24 17:15:43 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: 2239758336: chunk retry storage: 8
2019/10/24 17:15:43 DEBUG : worker-0 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: partial downloaded chunk 2.086G
2019/10/24 17:15:43 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2239565824 length 8192 chunkOffset 2239561728 chunkSize 134217728
2019/10/24 17:15:43 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2239574016 length 16384 chunkOffset 2239561728 chunkSize 134217728
2019/10/24 17:15:43 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2239590400 length 32768 chunkOffset 2239561728 chunkSize 134217728
2019/10/24 17:15:43 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2239623168 length 65536 chunkOffset 2239561728 chunkSize 134217728
2019/10/24 17:15:43 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2239688704 length 131072 chunkOffset 2239561728 chunkSize 134217728
2019/10/24 17:15:43 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=65536
2019/10/24 17:15:43 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/24 17:15:43 DEBUG : /: >Getattr: errc=0
2019/10/24 17:15:43 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 2239819776 length 262144 chunkOffset 2239561728 chunkSize 134217728

Those mean something/someone removed the chunks from disk or changed the chunk size in the config. If you change the chunk size, you need to purge the cache and restart it.

I thought it would purge on every restart with the db_purge = true message? Is that not the case?

That recreates the cache.db but doesn't clean out the chunks. If you change chunk size, you need to clear them.

Yea, just delete the whole cache folder if in doubt - that will force it to completely reset.

The cache backend assumes chunks are the size you specified them to be, so when it encounters different files from an old setting that will cause some issues.

Stuttering and pausing still occurring after I deleted the whole cache folder. This time the video paused and the audio kept going. Thank you both for you help. Really hoping to get this working as most of my players are doing direct play.

2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11206656, fh=0x6
2019/10/24 19:37:02 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 26079232 length 1048576 chunkOffset 3014656 chunkSize 134217728
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11337728, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11468800, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11599872, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11730944, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11862016, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=11993088, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12124160, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12255232, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12386304, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12517376, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12648448, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12779520, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=12910592, fh=0x6
2019/10/24 19:37:02 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 27127808 length 1048576 chunkOffset 3014656 chunkSize 134217728
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13041664, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13172736, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13303808, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 28176384 length 1048576 chunkOffset 3014656 chunkSize 134217728
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13434880, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13565952, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13697024, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13828096, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=13959168, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 29224960 length 1048576 chunkOffset 3014656 chunkSize 134217728
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14090240, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14221312, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14352384, fh=0x6
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:02 DEBUG : Cache remote gcache:crypt: list 'va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk'
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: empty listing
2019/10/24 19:37:02 DEBUG : worker-2 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: downloaded chunk 41943040
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: read 10 from source
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: source entries: [va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/7kv75ecm9d653i895aek10g0ro va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/1pop89gf5oo4skc4o6u41irrus va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/0v3i0pvltfbmehdh8dshk4oaqg va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/4rfburvtog8leb3nnsoqrbakro va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/6hn2qs2a5fp786aqm10c7kge3o va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/6kvsap20b849kbudam1rdle3hg va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/k2u9isd6p9nv7qd3n59koq58r0 va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/07rdd8hlk0dpqg2qpcjva7f9f0 va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/88huor6tbf052bn0p86n5fpc2g va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/4rooua3lstfdhd7bdmlne22moo]
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/07rdd8hlk0dpqg2qpcjva7f9f0
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/0v3i0pvltfbmehdh8dshk4oaqg
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/1pop89gf5oo4skc4o6u41irrus
2019/10/24 19:37:02 DEBUG : worker-3 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: downloaded chunk 41943040
2019/10/24 19:37:02 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/4rfburvtog8leb3nnsoqrbakro
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/4rooua3lstfdhd7bdmlne22moo
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/6hn2qs2a5fp786aqm10c7kge3o
2019/10/24 19:37:03 DEBUG : worker-2 <hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0>: downloaded chunk 50331648
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/6kvsap20b849kbudam1rdle3hg
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/7kv75ecm9d653i895aek10g0ro
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/88huor6tbf052bn0p86n5fpc2g
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk/k2u9isd6p9nv7qd3n59koq58r0
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached directories: 0
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk: list: cached dir: 'crypt/va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/q98ui9an43nea5iven6tlj3fsk', cache ts: 2019-10-24 19:37:03.435142078 -0700 PDT m=+526.006300810
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14483456, fh=0x6
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14614528, fh=0x6
2019/10/24 19:37:03 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ChunkedReader.Read at 30273536 length 1048576 chunkOffset 3014656 chunkSize 134217728
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14745600, fh=0x6
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Read: ofst=14876672, fh=0x6
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Read: n=131072
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x2
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x2
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x2
2019/10/24 19:37:03 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ReadFileHandle.Release closing
2019/10/24 19:37:03 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: cache reader closed 18747904
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x6
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x6
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x6
2019/10/24 19:37:03 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ReadFileHandle.Release closing
2019/10/24 19:37:03 DEBUG : /Mobile Upload/Chad's iPhone/2015-05-14 14.51.02.JPG: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/24 19:37:03 DEBUG : /Mobile Upload/Chad's iPhone/2015-05-14 14.51.02.JPG: >Getattr: errc=0
2019/10/24 19:37:03 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: cache reader closed 31333888
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0
2019/10/24 19:37:03 DEBUG : Cache remote gcache:crypt: list 'va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc'
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: empty listing
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: read 2 from source
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: source entries: [va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc/b316froggdrof5gsck7hsrepag va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc/c5nis8lol09kjv4nu3d0q0ahp8]
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc/b316froggdrof5gsck7hsrepag
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: cached object: va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc/c5nis8lol09kjv4nu3d0q0ahp8
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: cached directories: 0
2019/10/24 19:37:03 DEBUG : va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc: list: cached dir: 'crypt/va6em024m15j0vjiqrt9e5deno/qvp1g4vrohs8gnp528dnq030n3tdd88kiv73knllbhn8n1shlha0/2sgtml8p50nto8rd59n52hoq0s/pt18rm48g1qp5fm3op8btkg2is/hjeldbadln4g2nkeu95oi9ghgc/8006cfie5s7kr2su77do6eqnr0/sj2ra9e8grh95rrk72ucquramc', cache ts: 2019-10-24 19:37:03.912943716 -0700 PDT m=+526.484102949
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x4
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Flush: fh=0x4
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Flush: errc=0
2019/10/24 19:37:03 DEBUG : /Movies: Getattr: fh=0xFFFFFFFFFFFFFFFF
2019/10/24 19:37:03 DEBUG : /Movies: >Getattr: errc=0
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: Release: fh=0x4
2019/10/24 19:37:03 DEBUG : Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: ReadFileHandle.Release closing
2019/10/24 19:37:03 DEBUG : crypt/uah1vuhnsuav3sj0625r2hj64o/ro1n8t1qi1hqq319clfs767js407d89661326p7nheo1fh5erveg/hpd0fqmu5t7ech503ofstq87vnp796leot4gb0mi10ku8pg1jkb0: cache reader closed 19731184
2019/10/24 19:37:03 DEBUG : /Movies/21 Jump Street (2012)/21 Jump Street (2012).mp4: >Release: errc=0

I have no experience with direct play, but it seems like it's the usual problem that people bump into of some software having a nasty tendency to open and close the files often - leading to enough latency to cause the buffer to run out.

The first thing I would try is to give yourself even more leeway from the cache so that more data gets prefetched before it may need to be requested.

AFAIK there are two ways you could accomplish this:

  • larger cache chunks (but too large chunks will also result in slow opening of files).
    or
  • more workers
    As from what I saw in my testing when I used cache, the prefetched amount of data will be (chunksize x workers). Don't ask me why the number of workerthreads determine this, but it seems it does :stuck_out_tongue:

for example:
--cache-workers 8 (twice the default)
or in config file workers 8
--cache-chunk-size 20M
or in config file, chunk_size = 20M
Should result in the cache trying to read 160M ahead of wherever you are actually requesting data right now. It should not matter much if the software opens and closes the file a lot as long as it does that on data that is in the cache. How much of a prefetch buffer you'd need depends on how high the bitrate is on your content. You can easily calculate how many seconds that effectively is.

It's been a good while since I dealt too much with the cache backend (and did related testing), so don't take what I've said here as gospel.

Thanks. I'll try the workers first as I am using the default (4 I think), but I have an 8 core processor, just the remaining 4 are not as fast.

The CPU will not be the limitation. The only thing I can think might be an issue with using a super high number of workers is it might trip API limits and cause a temporary jam. But since you can burst request up to 1000 calls pr 100seconds this should take a lot to happen.

And also you don't want to prefetch more than you actually need (assuming this works for you at all). Simply because you'll be wasting a lot of bandwidth. You don't want to be prefetching a gigabyte of data each time you just open a file to check something for a few seconds. (unless it's already in cache that is).