Questions tagged [aws-media-live]

AWS Elemental MediaLive is a broadcast-grade live video processing service from Amazon.

It lets you create video streams for delivery to broadcast televisions and internet-connected multiscreen devices, like connected TVs, tablets, smart phones, and set-top boxes. The service works by encoding your live video streams in real-time, taking a larger-sized live video source and compressing it into smaller versions for distribution to your viewers.

Home page

47 questions
3
votes
0 answers

How can I stop a AWS Medialive channel on input end?

I'm using AWS Step Functions to create a channel on AWS Medialive to stream live video from S3 file to Facebook live. I have an input of type MP4_FILE (hosted in public s3 bucket). SourceEndBehavior is set as CONTINUE for this InputAttachment for…
3
votes
2 answers

Changing input url in MediaLive

I'm trying to update an Input MediaLive URL using boto3 in python. The input is an URL_PULL type (HLS) and is attached to a channel, and I think it's the source of my issue. account = { all credentials and stuff } url =…
Toodoo
  • 8,570
  • 6
  • 35
  • 58
1
vote
1 answer

AWS Media Live - handle stream start and stop events

I cannot find any information how to handle the situation like this: Stream starts: about 3 o'clock. 1.Before the person who is streaming (let's call him a streamer) start to stream I would like to have static image saying something like: 'The event…
1
vote
1 answer

How to achieve low latency on MediaLive & MediaStore

I am using MediaLive & MediaStore to stream Live content facing a delay of 18sec, Need Help. Using the following configurations MediaLive -Input details Input type -> RTMP (push) Input destinations Channel class-> STANDARD Network mode ->…
1
vote
1 answer

IAM Policy not working for AWS MediaPackage

I am trying to work with AWS Elemental MediaPackage and AWS Elemental MediaLive. I'm have a good amount of experience with AWS and IAM Roles. I've attached a Full Access policy for both services but somehow I still do not have access. I'm trying to…
1
vote
1 answer

how to have SSM read-only permission (ssm:GetParameters) in the i am role

I am doing a simple setup of HLS/dash live streaming from an input source.I have used Open Broadcaster Software(OBS) to push a Live RTMP stream to Media Live. but while creating medialive Channel i am getting this validation error. Validation…
1
vote
1 answer

Is there a way to get number of concurrent users from CloudFront data?

We hosted a live event using CloudFront + MediaPackage + MediaLive. We see some metrics on CloudWatch, but there's not one for concurrent users. Is there a way to see concurrent users or an estimate of concurrent users on CloudWatch, or by…
0
votes
1 answer

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 stream is setup with audio codec set to AC3, and in…
0
votes
1 answer

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-New-Channel")] public async Task
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

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 have called the DescribeChannel function, however…
0
votes
2 answers

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?
Gavin
  • 33
  • 4
0
votes
1 answer

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 searching the internet regarding upscaling on aws…
0
votes
1 answer

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 through a UDP server (configured as an output group),…
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
1
2 3 4