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

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.): 0" does not seem to solve this. Deleting and…
0
votes
0 answers

How to get the public IP address for OBS Studio when streaming to MediaLive?

I am trying to send my live stream from OBS Studio to AWS MediaLive. I found this workflow example. But in the prerequisites section, it says: You need the public IP address (or addresses) from the appliance that you are using to send the feed to…
0
votes
2 answers

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 streaming to a custom client, Zoom takes a stream…
0
votes
2 answers

MediaLive (AWS) how to view channel alerts from php SDK

Question I have set up a Laravel project that connects to AWS MediaLive for streaming. Everything is working fine, and I am able to stream, but I couldn't find a way to see if a channel that was running had anyone connected to it. What I need I want…
The Blind Hawk
  • 1,199
  • 8
  • 24
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

Media Live channels takes ages from Idle to Running

My setup is the following : I have a channel that takes an HLS input and pushes it to a specific twitch channel The output group doesnt change The input however does change every day and i'm performing an input switch (picking a different HLS…
Davide Valiante
  • 155
  • 2
  • 12
0
votes
1 answer

AWS MediaLive variable data identifiers are not resolved

AWS MediaLive supports variable data identifiers as per the documentation here - https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html I have a CMAF MediaPackage endpoint and I set the segment prefix as…
jobinbasani
  • 2,075
  • 6
  • 47
  • 66
0
votes
0 answers

AWS medialive : How to resume live stream of input A after input switching?

How can i resolve this using boto3 sdk? Is live streaming of input A possible with input switching?
kevin
  • 21
  • 1
  • 5
0
votes
1 answer

MediaLive Stream Bad Performance

yesterday i tried to setup an mp4 movie as a live-stream following these instructions: https://aws.amazon.com/blogs/media/metfc-live-stream-pre-recorded-video-using-aws-elemental-medialive/ The input was a 4.4 GB mp4 file and when testing,…
0
votes
1 answer

Identity per component latency on livestream services

I am using below pipeline for livestreaming, I am able to find the end-to-end latency which is about 30-35s, is there a way I can identify per component latencies, like the latency at MediaLive and latency at MediaPackage? OBS (Open broadcast)…
0
votes
1 answer

Aws Elemental Media Live Add chat on live stream

I am live streaming with the help of the AWS elemental media live. now I need to add the chat functionality to this live streaming. I already have a comment service for the posts. how can I reuse the comment service with this live streaming ?
0
votes
2 answers

Static private IPs on known numbers of Autoscaling EC2 instances

I am building a workflow that goes from AWS MediaLive to a set of 2x EC2 instances residing on 2 different availability zones. The EC2 instances are spun from and autoscaling group that is set to always keep 2 instances running (1 per AZ). Per sé…
0
votes
1 answer

AWS MediaLive channel tries to download old segments from live HLS input

When a MediaLive channel is configured to pull from a live HLS input, the channel pauses download of newer segments while it tries to go back and download older segments. Is there a MediaLive setting to make the channel input forget about old…
0
votes
1 answer

Cannot play mp4 input in AWS MediaLive

I'm using AWS Media Live for live streaming (together with AWS Media Store). My streaming flow works well but for some reason I cannot broadcast mp4 file as a filler. All seems to be ok, I cannot find also anything bad in MediaLive logs but all I…
Murakami
  • 3,474
  • 7
  • 35
  • 89
0
votes
1 answer

AWS MediaLive - Schedule Input Switch not behaving as expected

I wonder if anyone can please help. I have a MediaLive channel with two file inputs: a 2-minute Countdown video and a 40-minute Main video. Upon start, I want the channel to play the Countdown video first, followed by the Main video. My schedule…