mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #1218] Stream file in Asterisk, from s3fs #650
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#650
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @showf68 on GitHub (Dec 20, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1218
Hi, I've mounted my s3 bucket with s3fs, it works well, but I use it to stream files in asterisk, and it takes about 15 seconds before starting every file…
I gave it permissions, also the option “allow_other” on mounting, nothing helped.
I appreciate your kindly help, thanks.
@gaul commented on GitHub (Oct 10, 2020):
I encounter a similar problem when using totem on an s3fs mount. s3fs could asynchronously prefetch data when it is read sequentially to improve video stream and overall read performance.