Questions tagged [aws-mediapackage]

MediaPackage is a just-in-time video packaging and origination service that runs in the AWS Cloud. Use MediaPackage to deliver secure, scalable, and reliable video streams to a wide variety of playback devices and content delivery networks (CDNs). MediaPackage offers a broadcast-grade viewing experience for viewers, and the flexibility to control and protect content.

Documentation: What Is AWS Elemental MediaPackage?

19 questions
1
vote
1 answer

Injecting media to AWS MediaPackage from lambda function

I am trying to deliver hls media from a lambda function using nodejs to an AWS MediaPackage input endpoint. I am doing the following and seems to be pushing the media file chunks (ts files): const auth = 'Basic ' +…
agonza1
  • 439
  • 7
  • 20
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
0 answers

No manifest created in MediaPackage, working from the AWS console

Just getting started on AWS, beginning by using the AWS web interface to begin learning. Doing the training module creating a live feed using MediaLive and MediaPackage. In MediaPackage I've created a channel and then an endpoint (manifest name…
1
vote
0 answers

Injecting HLS stream into AWS Elemental MediaPackage from WOWZA

I'm following https://github.com/WowzaMediaSystems/wse-example-pushpublish-hls in order to inject an HLS stream from a Wowza into a AWS MediaPackage channel. My PushPublishProfilesCustom.xml
1
vote
0 answers

How to sign AWS MediaPackage URL

I'm trying to work out how to stop someone from simply copying the asset URL from the resulting AWS MediaPackage Asset and using it outside of my website. As in, I'm trying to lock down a HLS .m3u8 file so it can only be used by authenticated users.…
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

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

Implementing DRM on Video on Demand Solutions on AWS

I have implemented Video on Demand solutions in production for quite some time now and a number of videos running. While in the initial development we don't have a requirement for DRM, we enable the AWS Elemental MediaPackage to anticipate the…
Petra Barus
  • 3,815
  • 8
  • 48
  • 87
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

Continue watching feature for stored video on aws with Elemental MediaPackage

I am trying to build continue watching video on AWS. if the user left in between while watching video and come back again, he/she can continue watch from there. I am using aws MediaPackage to package and CloudFront as CDN to stream HLS video.…
0
votes
1 answer

AWS MediaPackage as an origin for a CDN (CloudFront)

The documentation for OBS STUDIO TO AWS ELEMENTAL MEDIALIVE TO AWS ELEMENTAL MEDIAPACKAGE Says: Note: To use this workflow in production, it is highly recommended you use the AWS Elemental MediaPackage endpoint as an origin for a CDN such as…
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…
1
2