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
0
votes
1 answer

AWS API JavaScript SDK CORS errors

I am trying to connect to AWS API using the JavaScript SDK. In particular, I need to connect to MediaLive services, but keep getting the following error: Access to XMLHttpRequest at…
Silverink
  • 1
  • 2
0
votes
1 answer

AWS MediaLive for VOD to live

I've successfully used MediaLive to stream from OBS to a custom website in the past. That was all well and good because it was essentially live to live. I'm now exploring the option of doing some pre-recorded content that I can playback at specific…
CircularRecursion
  • 450
  • 1
  • 6
  • 18
0
votes
1 answer

Looping LiveStream on Youtube using Amazon Services

I'm trying to stream a long video (6 hours) to Youtube using amazon services 24/7. I followed this guide https://aws.amazon.com/ru/blogs/publicsector/live-streaming-facebook-youtube-aws-elemental-medialive/ and it seems that everything worked. But…
woken
  • 21
  • 3
0
votes
0 answers

AWS MediaLive Cloudformation Fn::GetAtt get array value

I am building a Cloudformation template for Media Live I have everything working with the AWS PHP SDK. I create a channel and return the Channels data to be used in the next call. Return example. ( [Arn] =>…
user1503606
  • 3,872
  • 13
  • 44
  • 78
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
1 answer

AWS Medialive and unreliable HLS stream

I'm setting up a process where an HLS stream is recorded on AWS S3. The setup is : one input of type URL_PULL plugged to my HLS stream one output that send HLS to an S3 bucket Everything is working fine. However, if I simulate interruptions on my…
rmonjo
  • 2,675
  • 5
  • 30
  • 37
0
votes
1 answer

Live Stream from AWS MediaLive service not viewable from VLC

I am trying to build a custom live streaming service as documented here: https://aws.amazon.com/solutions/implementations/live-streaming-on-aws/ I used the pre-provided cloudformation template for "Live Streaming on AWS with MediaStore" which…
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
1 answer

AWS Elemental MediaLive CreateInput IAM policy not working

I'm trying to setup an AWS IAM policy to create MediaLive inputs. I'm running this through the simulator { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Allow", …
0
votes
1 answer

How to setup AWS MediaLive with RTSP input?

I want to set up a pipeline to transmit my stream to other devices using the output link created by CloudFront. The problem is: I couldn't manage to make AWS MediaLive accept the RSTP…
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

How can I use browser media to send it over RTMP push input into AWS media live

We are using AWS media live for live streaming. In AWS media live have input channels which are RTP push,RTMP push, RTMP pull, HLS, MP4. Here we need to send the live media through browser webcam. Please suggest how can we proceed for this problem.
vivek
  • 179
  • 1
  • 5
0
votes
1 answer

Modify destination application name and instance for an AWS MediaLive RTMP(push) input

How can I modify through AWS CLI or AWS SDK the Destination A or Destination B application name and instance name for a MediaLive RTMP(push) input? According to the update-input, there is a way to update Destinations, but so far it looks like only…
kord
  • 979
  • 14
  • 24