Marco Guilmette Posted June 29, 2020 Share Posted June 29, 2020 I set the settings to AMS-DIR / webapps / {application} / WEB-INF / red5-web.properties. settings.httpforwarding.extension AND settings.httpforwarding.baseURL ...but the files refuses to be saved to S3. What can I do ? Link to comment Share on other sites More sharing options...
0 Selim Emre Posted July 2, 2020 Share Posted July 2, 2020 Hi Marco, If AMS couldn't save in S3, you need to check your S3 bucket permissions and S3 details. Please check below S3 details. <bean id="app.storageClient" class="io.antmedia.storage.AmazonS3StorageClient"> <property name="accessKey" value="Enter your S3_ACCESS_KEY" /> <property name="secretKey" value="Enter your S3_SECRET_KEY" /> <property name="region" value="Enter your REGION_NAME e.g. eu-central-1" /> <property name="storageName" value="Enter your BUCKET_NAME" /></bean> Also, your S3 bucket permissions should like this -> https://camo.githubusercontent.com/1f8bbb8fbd193a511e0147de112e01e33aeda148/68747470733a2f2f616e746d656469612e696f2f77702d636f6e74656e742f75706c6f6164732f323032302f30352f6177732d73332d6372656174652d6e65772d6275636b65742e706e67 After the check above settings, you need to check extension and baseURL parameters like below: HTTPforwarding extension parameter should like as below: settings.httpforwarding.extension=mp4 HTTPforwarding base URL parameter should like as below: settings.httpforwarding.baseURL=https://{s3BucketName}.s3.{awsLocation}.amazonaws.com PS: You need to change {s3BucketName} and {awsLocation} parameters {s3BucketName} mean your AWS S3 Bucket name. For example: myS3Bucket {awsLocation} mean your AWS S3 location. For example: eu-central-1 After the changes, please restart AMS. See also -> https://github.com/ant-media/Ant-Media-Server/wiki/Amazon-(AWS)-S3-Integration I hope, it helps. Best Regards, SelimOn Monday, June 29, 2020 at 4:25:54 PM UTC+3, Marco Guilmette wrote:I set the settings to AMS-DIR / webapps / {application} / WEB-INF / red5-web.properties. settings.httpforwarding.extension AND settings.httpforwarding.baseURL ...but the files refuses to be saved to S3. What can I do ? Link to comment Share on other sites More sharing options...
Question
Marco Guilmette
I set the settings to AMS-DIR / webapps / {application} / WEB-INF / red5-web.properties.
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Jun 29
1
Jul 2
1
Top Posters For This Question
Selim Emre 1 post
Marco Guilmette 1 post
Popular Days
Jun 29 2020
1 post
Jul 2 2020
1 post
1 answer to this question
Recommended Posts