51 questions
Score of 1
1 answer
317 views
Ingesting HLS into Mediapackage
I have the following setup for a streaming app.
EMX -> EML -> S3 -> LAMBDA -> EMP.
When I try to make a put request to mediapackage hls ingest endpoint, I get a 201.
def ...
Score of 1
1 answer
97 views
MediaLive Archive OutputGroup Object references undefined destination
In the console when you add an Archive OutputGroup, you are provided Archive group destination A section where you can paste the URL of the S3 bucket "s3://<bucket>/<folder>" The ...
Score of 1
2 answers
176 views
Is there any way to change a CloudFormation template dynamically?
Beginner in AWS, so forgive me if the question is repetitive or easily explained. I have a CloudFormation template to spin up a new AWS MediaLive channel. I've used sceptre to develop this template, ...
Score of 0
2 answers
176 views
How to trigger Lambda function on MediaLive Channel creation?
Complete newbie to AWS and having trouble with this problem. I want to trigger a Lambda function upon the initial spin-up of an AWS MediaLive Channel that adds the channel details to a DynamoDB table. ...
Score of 0
1 answer
130 views
How to prevent hotlinking my m3u8 live stream which created by medialive workflow?
I have built a website and live stream some private videos only to registered viewers. The live stream is generated by AWS Medialive workflow. The workflow uses Cloudfront to distribute the stream.
...
Score of 0
1 answer
240 views
AWS Elemental MediaLive output Dolby Digital audio channels order
I have trouble finding the answer to my question which is:In AWS Elemental MediaLive service I have a channel with input and output (to MediaPackage) already set. In one of the output groups the ...
Score of 0
1 answer
9886 views
AWSSDK.MediaLive CreateChannelAsync returns Destination "xxxxx" is not referenced
I am trying to use AWS Elemental MediaLive via NET SDK.
(Dependencies Info: Net Core 6.0 & AWSSDK.MediaLive 3.7.106.36 & AWSSDK.Core 3.7.106.42)
My code looks like this
[HttpGet("Create-...
Score of 0
1 answer
125 views
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 ...
Score of 0
1 answer
149 views
How to get AWS MediaLive channel alerts using .Net SDK
I'm trying to list the alerts that's showing for a running channel on MediaLive on my C# GUI using the .NET SDK
enter image description here
I've attempted to use the MediaLiveClient to do this, and ...
Score of 0
2 answers
321 views
How to configure AWS Elemental MediaLive regarding the cost
If the resolution is 1080P, how much does it cost if 10000 viewers watch the live stream for 1 hour?
Score of 0
1 answer
710 views
I am trying to understand how to upscale live videos using my own ai models on aws
I want to upscale a live video on aws. The input stream will be a rtmp stream which i want to upscale using my own AI upscaling model and then the output will be distributed through the CDN.
I tried ...
Score of 0
1 answer
370 views
How to play video from MediaLive through UDP?
On AWS, how do you play video from MediaLive through the UDP output group?
For my use case, I'm building a live stream pipeline that takes an MPEG-2 transport stream from MediaLive, processes it ...
Score of 0
1 answer
185 views
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.
Score of 0
1 answer
711 views
clear old AWS MediaPackage content from Live Stream
I am using AWS MediaLive and MediaPackage to deliver a HLS Livestream.
However if the stream ends there is always one Minute available in the .m3u8 playlist.
The settings "Startover window (sec.):...
Score of 0
2 answers
788 views
How to get stream url and key from AWS MediaLive?
I need to design a solution where I take a Zoom live stream as input and save chunks of duration 10 seconds in a s3 bucket. I need to save them in bucket for using AWS Transcribe on them.
For live ...