What's the best practice to mount an rclone crypt remote (Google drive) for streaming videos?
My stored video files are 700 - 5300 Megabytes in size. And the video always gets downloaded in full before it starts. I tried all kinds of variations with different chunk sizes and flags - same results.
Question 1:
I don't want to guess here, but rather am interested in a best practice or recommended command and flags usage for video streaming from a crypt remote on Google drive.
Question 2:
I originally wanted to serve the directories from a server using rclone serve SFTP (or WebDAV) and then mount the SFTP (or WebDAV) on the client-machine.
Do you recommend this or should I just mount the Google drive directories directly on the client-machine using rclone mount?
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount gdrive.crypt: /mnt/gdrive --fast-list --allow-other