Easy Interface Posted July 10, 2020 Share Posted July 10, 2020 Hello, I am capturing live streams from a few different users and am wanting to put everyone's stream into their own buckets (named according to their stream id) when it is sent to S3. Currently we are sending to S3 like this and it is working great: <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> Is it possible to add a variable for the ant media stream id> Something like this: <property name="storageName" value="Enter your BUCKET_NAME" / "Enter Stream ID of current stream being uploaded" / > We are using the Enterprise Edition and any help on being able to do this would be incredibly valuable. Thank you! Link to comment Share on other sites More sharing options...
0 Andrii Posted October 5, 2020 Share Posted October 5, 2020 Any updates here? Link to comment Share on other sites More sharing options...
0 Tahir Posted October 9, 2020 Share Posted October 9, 2020 Hi, So sorry since this slipped from our eyes for a very long time. Google community comments is distributed from freshdesk to the developers and somebody probably answered to author from the freshdesk not publicly I think you can do this by using AWS CLI not S3 integration. Link to comment Share on other sites More sharing options...
Question
Easy Interface
Hello,
Link to comment
Share on other sites
Top Posters For This Question
1
1
1
Popular Days
Jul 10
1
Oct 5
1
Oct 9
1
Top Posters For This Question
Tahir 1 post
Easy Interface 1 post
Andrii 1 post
Popular Days
Jul 10 2020
1 post
Oct 5 2020
1 post
Oct 9 2020
1 post
2 answers to this question
Recommended Posts