Jump to content

GPlayer

Recommended Posts

Currently I am using the below rclone mount command with emby but from when I click play it takes around 50 seconds to start playing the video. This is around the same amount of time it would take for it to download the buffer specified in the command. I am wondering whether the buffer command works with emby? I was under the impression it downloads the buffer once it has started streaming.

 

rclone mount --allow-other --bind 2a01:xxxx:1:fd0d::4 --log-file /opt/rclone/logs/xxxxlog -v --dir-cache-time 96h --vfs-cache-max-age 12h --vfs-read-chunk-size 128M --buffer-size 3G --timeout 1h gdrive4: /gdrives/GD_4 --user-agent='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.131 Safari/537.36': &

Link to comment
Share on other sites

kikinjo

U are using VFS which works differently and need tunning, also depends on your connection speed. Try cache back-end, i m using it and it works really good, streaming without any issues.

Just make sure u follow the recommended setup, gdrive -> gcache -> gcrypt (if u are encrypting)

 

after that just mount the crypt remote (or cache remote if u are not encrypting)

 

sudo rclone mount -v --allow-other --dir-cache-time 24h --buffer-size=128 gcrypt: ~/mnt/gdrive

 

cache back-end remote will also help you with google api limits....

 

cheers

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...