Giter Club home page Giter Club logo

Comments (6)

danoe avatar danoe commented on July 23, 2024

Which remote are you using? Google Drive? Are you using your own API credentials?
If you use the default ones you might run into the rate limit, see here: https://forum.rclone.org/t/seeking-in-a-gdrive-mount-hangs/8615

from rclonebrowser.

jayloofah avatar jayloofah commented on July 23, 2024

Yes, Drive. And I am not.

I see. Well I followed this tutorial and added them within the config and the same issue persists. I am not able to seek/scrub with the media player being used to stream. Do I need to link the JSON as well?

from rclonebrowser.

kapitainsky avatar kapitainsky commented on July 23, 2024

I believe seeking always will be problematic due to nature of cloud storage. There are usually object storage systems and do not offer downloading specific parts of files. RcloneBrowser only invokes rclone and redirect data stream to configured player. There might be some issue with rclone you can raise with them.

from rclonebrowser.

jayloofah avatar jayloofah commented on July 23, 2024

Okay, well I just thought I would mention the bug since the streaming behavior works normally if the remote is mounted and the media file is played. Thank you.

from rclonebrowser.

kapitainsky avatar kapitainsky commented on July 23, 2024

Streaming invokes rclone reading a remote file and redirecting stream of data to your configured player. It can't jump forward as all stream has to be read first.

When you mount remote there is another layer (FUSE) which provides buffering. FUSE simulates typical file system and might read file content in advance. When already buffered in file system your player can read whatever part of the file you request.

And in both cases player provides its own buffering

So it is not a bug per se but rather nature of rclone.

from rclonebrowser.

jayloofah avatar jayloofah commented on July 23, 2024

Like you said...

Ok then, this issue can be closed, thank you.

from rclonebrowser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.