What is the problem you are having with rclone?
I have been using a Backblaze B2 mount with Plex with no issues.
I have decided to try out Cloudflare R2 just to see how it performs.
When resuming playback in Plex, or scrubbing forward in a video, it appears as though the R2 mount begins to download the entire file from the start, until it reaches the point in the video I would like to play.
This does not happen with B2, despite using the same mount settings.
Run the command 'rclone version' and share the full output of the command.
rclone v1.59.1
- os/version: Microsoft Windows 11 Pro 21H2 (64 bit)
- os/kernel: 10.0.22000.795 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.18.5
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Cloudflare B2
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
My B2 mount:
rclone mount Plex: X: --vfs-cache-mode full --no-checksum --no-modtime -v -vv --progress
My R2 mount:
rclone mount R2: X: --vfs-cache-mode full --no-checksum --no-modtime -v -vv --progress
The rclone config contents with secrets removed.
[Plex]
type = b2
account = **********
key = *******************************
hard_delete = true
[R2]
type = s3
provider = Cloudflare
access_key_id = *******************************
secret_access_key = *******************************
region = auto
endpoint = https://*******************************.r2.cloudflarestorage.com/
A log from the command with the -vv
flag
Apologies, log was too big for pastebin, so I tried zerobin.
Before capturing this log, I mounted R2. Started a movie, scrubbed midway through, closed plex and unmounted.
Then I remounted, and clicked resume at the point I skipped to.
https://zerobin.net/?fea9ea376b1beb5b#y9ddJUaCkccXlG6meqlVoNXX2kcdXUOkPVjRg7IJFXM=
After doing this I mounted from B2 instead and clicked resume. It happily started to play right away.
Thank you for any help you can offer.