Questions tagged [aws-elemental]

AWS Elemental services can be used to manage broadcast-quality video workflows in the cloud.

AWS Elemental services include:

  • AWS Elemental MediaConvert (A file-based video transcoding service)
  • AWS Elemental MediaLive (A broadcast-grade live video processing service that creates high-quality video streams for delivery to broadcast televisions and internet-connected multiscreen devices)
  • AWS Elemental MediaPackage (Prepares and protects video for delivery over the Internet)
  • AWS Elemental MediaStore (An AWS storage service optimized for media)
  • AWS Elemental MediaTailor (Lets video providers insert individually targeted advertising into video streams)
31 questions
0
votes
1 answer

How can I delete an AWS Elemental MediaLive reservation?

I have been using and testing some features of AWS MediaLive, and last week I added two offerings to my offering cart and purchased them. However, I have discovered that I have been charged more than I anticipated, and I would like to delete this…
0
votes
1 answer

AWS Elemental Replace audio with multiple smaller clips

I have 1 video file and 2 audio files. I want to replace the video's audio with the 2 audio files (one after the other). This is what I have so far, but the resulting video always comes out with the input video's audio, and the audio tracks are…
Aske Doerge
  • 1,331
  • 10
  • 17
0
votes
1 answer

How to add squeezeback ad in a MediaLive HLS stream output?

I'm using AWS MediaLive to build and deliver HLS stream of a video file stored in S3. I would like to know how to include squeezeback ads in this HLS stream playout.
muraliv
  • 169
  • 1
  • 7
0
votes
3 answers

How can I get server and stream key from AWS MediaLive

I need to configure live streaming using OBS studio software, live streaming has already been setup on AWS using ElementalMediaLive(auto wizard). but I am unable to figure out the way to find the server address and stream key which are required the…
0
votes
1 answer

Replacing multiple HLS VOD segments returned from VAST tag

I've a VOD HLS playlist source to use in MediaTailor where I would like to replace 2 segments (segment1.ts, segment2.ts) with creatives returned using a VAST…
0
votes
1 answer

VOD Ad Replacement using AWS MediaTailor

Is it possible to replace a HLS segment with an AD in VOD playout? For example, if I've a HLS playlist below, I want to replace 360p_002.ts with an VAST AD if available, if not include 360p_002.ts in the Playout. Is this an…
0
votes
1 answer

Using AWS Elemental MediaStore as a backend for MediaPackage

I think what I want to do is utilize MediaStore as a backend to MediaPackage, but it's possible mediaPackage has everything I need I just haven't been able to find any answers. What I'm looking for is a way to record live video, and have it…
0
votes
1 answer

Get AWS MediaLive video duration after live stream ends

I'm using AWS MediaLive & MediaStore for live streaming and I'm looking for a way to get the duration of the final video, after the live stream ends. I'm using HLS Output group type and I'm archiving it to S3. One way I was able to do this, is to…
0
votes
1 answer

AWS Elemental Media Store credentials unavailable

So, I'm creating a nodejs application that uses AWS Media Live and AWS Media Store to live stream audio and video. I created the media live channel, the input and the media store container correctly. The role that I used for the channel has the…
0
votes
2 answers

Get AWS Reservation Utilization by custom tag

I am currently assigning AWS media-live channels to a specific group by a custom tag and want to get the (CostExplorer) GetReservationUtilization for a group's channels by filtering by tag. The AWS documentation for GetReservationUtilization lists…
nord
  • 77
  • 1
  • 2
  • 11
0
votes
2 answers

AWS Elemental Live - Where do i find the Live IP?

I'm trying to work with AWS Elemental live and I've manage to do the following: • create a channel and an endpoint with AWS Elemental MediaPackage • configure channel, input and output with AWS Elemental MediaLive • stream a random video using OBS,…
Robdll
  • 5,865
  • 7
  • 31
  • 51
0
votes
1 answer

how to put filters into Aws elemental medialive live video

How do I add filters or process the live video stream in Aws elemental medialive like putting face filters and AR effects in my own code?
0
votes
2 answers

How to link AWS CloudFront distribution to AWS Elemental MediaPackage from PHP SDK

I want to link CloudFront from MediaPackage, This is possible from AWS Elemental MediaPackage console but I need to do this from my coding I use PHP. I don't see an option from CreateChannel function to quick enable as it was on…
0
votes
1 answer

add multiple images to a video using aws mediaconvert

I'm trying to add images to a video using mediaconvert. I used mediaconvert graphic overlay/ image inserter to perform this task. However, the image is overriding the given video in the output for the given duration. I want the image to be still at…
0
votes
1 answer

AWS Elemental MediaTailor Transcoding VAST ad at different framerate

For testing purposes, I have my MediaTailor Ad Decision Server set to be a static VAST tag, which points to an .mp4 video hosted on an S3 bucket that I control. The frame-rate of this .mp4 ad in the VAST response is 23.976. However, MediaTailor is…
Sam
  • 705
  • 1
  • 9
  • 18