mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #175] live video stream recording not working with s3fs-fuse #102
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#102
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 @dhanababum on GitHub (Apr 26, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/175
we are working on live video stream recording with kurento. kurento is a media server for recording videos, but unfortunatly kurento only supports file system.So we moved to s3fs. we are successfully mounting s3 buckets into my local system. I have copied some video files to mounting folder and it is succefully uploading. But whenever I am going with live recording I am getting Permission Denied from kurento server and I didn't find s3fs-fuse log, where it is located ?. Can you tell me what is the problem. I did most google search nothing found.
I am using Ubuntu-14.04 LTS.
Regards,
Dhana
@gaul commented on GitHub (May 5, 2015):
@dhanababum Can you try running s3fs with
-d -foptions?@dhanababum commented on GitHub (May 11, 2015):
Thanks for reply I have solved my problem using "allow_other" option.