Store Streamed Files as "Cache" #170
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello again!
Again a new feature request:
It would be nice to force the streamed Files through ffmpeg to make a local copy as a cached file. With this we can check if a file is available locally. If the local file is available we can save bandwidth and parallel connections to the Provider and keep the outgoing connection free for other users.
There is no need to force the stream through ffmpeg, we can simply copy the file to local disk. However, the plugin is currently designed to explicitly prevent anything from going over the disk, even live streams are buffered in memory.
Yes, this already exists.
In the transcode folder, when a download is complete (not live), the progress is recorded there, allowing you to rewind or fast-forward the video. After exiting, if the option is enabled, it keeps track of your playback position in the content.
The downside of enabling the option to remove segments is that the read and write levels are always high.