Skip to content

How to store HLS streams recordings to AWS S3 bucket? #5090

Answered by yashtandon113
Mohit-3196 asked this question in FAQs
Discussion options

You must be logged in to vote

Thank you for asking this question.
There are two methods for uploading recordings from AMS to the S3 bucket.

  1. You can integrate the S3 bucket with AMS, and recordings will be uploaded whenever the stream is finished. For additional information, see the s3 integration document.

  2. Use s3 fuse to upload the files to the bucket at the same time.

More information about the s3 fuse can be found at https://github.com/s3fs-fuse/s3fs-fuse.
You can also immediately mount your application's streams folder to your S3 bucket by following the instructions below:

  • Install s3fs

sudo apt install s3fs

  • Add the credentials
echo ACCESS_KEY_ID:SECRET_ACCESS_KEY > /etc/passwd-s3fs
chmod 600 /etc/passwd-s…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yashtandon113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants