autoHLS streams to S3 bucket
I’ve configured config.ini for the [AmazonHLSUpload] web service but does anyone know what the S3 URL is to access the m3u8 HLS playlist file?
3 Answers
hi! you need to generate the S3 url
Try to read this link:
How to Generate URL for Amazon S3 files?
Yes. You should be able to play the playlist.m3u8
I tried it on our S3, I can play the m3u8 file.
Sample Link:
https://s3.amazonaws.com/%5BOUR EMS SAMPLE BUCKET]/03/playlist.m3u8
(This is just a sample you cannot access this link.)
The above link was set to a permission that Everyone can OPEN/DOWNLOAD. Check this on your amazon s3 account.
Sorry about that, I thought by S3 URL you want to have a public url that other users can access to that’s why I recommended an Amazon S3 UI.
hi, 03 is the groupName – The name assigned to the HLS stream or group. If the localStreamNames parameter contains only one entry and groupName is not
specified, groupName will have the value of the input stream name
link:
http://docs.evostream.com/ems_api_definition/createhlsstream
in autoHLS, groupName would be automatically named autoHLS… i think…..
link:
http://docs.evostream.com/ems_api_definition/createhlsstream
in autoHLS, groupName would be automatically named autoHLS… i think…..