Question 188:
Your team is building up a smart home iOS APP. The end users have used your company’s camera-equipped home devices such as baby monitors, webcams, and home surveillance systems. Then the videos are uploaded to AWS. Afterward, through the mobile APP, users can play the on-demand or live videos using the format of HTTP Live Streaming (HLS). Which combinations of steps should you use to accomplish this task? (Select TWO)
Answer options:
A.Create a Kinesis Data Firehose to ingest, durably store, and encrypt the live videos from the users’ home devices. B.Use AWS Elemental MediaLive and AWS Elemental MediaPackage with Amazon CloudFront. C.Transform the stream data to HLS compatible data by using Kinesis Data Analytics or customer code in EC2/Lambda. Then in the mobile application, use HLS protocol to display the video stream by using the converted HLS streaming data. D.In the mobile application, use HLS to display the video stream by using the HLS streaming session URL.