WowzaMediaSystems / wse-example-pushpublish-hls

Wowza Streaming Engine™ sample and documentation for implementing an HLS Push Publishing (Stream Target) profile.
34 stars 8 forks source link

Amazon S3 ingest with Amazon access key and secret key #11

Open Tkamiya opened 5 years ago

Tkamiya commented 5 years ago

Hello,

I have tried with this module for AmazonS3 ingest. ThenI would like to use Amazon access key and secret key because of content security. So, I used these keys to "username "and "password" in PushPublishMap.txt. But it could not work properly.

Therefore, I have to set the public access to the S3 bucket. How do I use "Amazon access key and secret key" as private connect?

I do not attach the public access to the S3 bucket.

Best regards,

Taka

rogerlittin commented 5 years ago

Hi,

This would need a rewrite of the http example to use the AWS sdk to perform the uploads, instead of using the HttpUrlConnection methods. It should be fairly easy to do. Please open a new Developer ticket and I will work with you to test it.

Regards,

Roger.

gauravAirtel commented 2 years ago

@rogerlittin We need the same functionality. Do you have any code snippet ?