Uploading HLS files to S3 buckets when stream is running. #5338
-
I want to upload my HLS files to the S3 bucket. Are there some other solutions/settings on the server side itself that I can use to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thank you for your question. We can easily upload HLS files to the S3 bucket periodically and there is a server-side solution for this starting AMS v2.6.3.
Thank you. |
Beta Was this translation helpful? Give feedback.
Thank you for your question.
We can easily upload HLS files to the S3 bucket periodically and there is a server-side solution for this starting AMS v2.6.3.
To do this:
Add the S3 bucket details where you would like to upload the HLS files
Open advanced settings on the dashboard (which came on v2.6.2) and set
settings.hlsHttpEndpoint=https://{SERVER_DOMAIN}:5443/{APPLICATION_NAME}/hls-upload
Once the streaming to the application has started, AMS will upload the HLS files to provide S3 bucket.
Thank you.