Questions tagged [aws-elemental]

AWS Elemental services can be used to manage broadcast-quality video workflows in the cloud.

AWS Elemental services include:

  • AWS Elemental MediaConvert (A file-based video transcoding service)
  • AWS Elemental MediaLive (A broadcast-grade live video processing service that creates high-quality video streams for delivery to broadcast televisions and internet-connected multiscreen devices)
  • AWS Elemental MediaPackage (Prepares and protects video for delivery over the Internet)
  • AWS Elemental MediaStore (An AWS storage service optimized for media)
  • AWS Elemental MediaTailor (Lets video providers insert individually targeted advertising into video streams)
31 questions
9
votes
6 answers

AWS elemental media convert auto rotating video?

I'm converting an mp4 video to HLS using AWS elemental media convert. Everything works well but the output video is rotated by 90 degrees. Is there a setting that I can use to stop this from happening. I'm shooting the video on an iPhone.
Aravind
  • 550
  • 7
  • 17
8
votes
0 answers

AWS MediaConvert - Add metadata to s3 output

Description: I would like to be able to add S3 Metadata to a MediaConvert Job Output but can't seem to find any settings that would allow me to do this. I am able to update the object metadata after the job has completed, but I need the Metadata to…
5
votes
2 answers

Using aws.sdk, how to know when Elemental MediaConvert completes a job?

I would like to add an option for users to upload videos to a website. I am wondering about AWS Elemental MediaConvert for handling the necessary transcoding. Using the aws sdk, I can submit a job to aws Elemental MediaConvert for transcoding like…
user1031947
  • 6,294
  • 16
  • 55
  • 88
4
votes
1 answer

How to constrain video size in AWS Elemental MediaConvert?

I wanna achieve the same exact CSS behavior of: background-size: contain. But all I am able to choose from is either letterboxing or stretching: How do we maintain aspect ratio when we provide both width and height as constraints?
3
votes
1 answer

AWS IAM Role Policy Issue on Media Convert Service [ Cannot open input file [Failed to read data: AssumeRole failed]]]

I am struggling with AWS IAM Role Policies, I am following a tutorial for Lambda function to read from s3 bucket event when a new file is uploaded and send it to AWS MediaConvert to convert the video file. Lambda function is being able to read from…
3
votes
1 answer

Set ACL on Lambda Python MediaConvert Function

I'm using the following Python and json media convert job in order to run a AWS MediaConvert job. (original guide I followed is here). The ACL on the new files created by the MediaConvert Job should be ACL: 'public-read' however I'm unable to set…
Taylorsuk
  • 1,419
  • 1
  • 16
  • 51
2
votes
2 answers

AWS Elemental MediaConvert MPEG-DASH: Can't create mpd with manifest profile:"urn:mpeg:dash:profile:isoff-on-demand:2011"

I'm using AWS Elemental MediaConvert to transcode video files into MPEG-DASH (with DRM encryption). The mpd files generated are having manifest profile urn:mpeg:dash:profile:isoff-main:2011. I have tried this with different system presets available…
akhilsp
  • 1,063
  • 2
  • 13
  • 26
2
votes
2 answers

Janus-Gateway RTP-Forward to send stream to AWS Elemental MediaLive

I'm using rtp_forward from the videoroom plugin in Janus-Gateway to stream WebRTC. My target pipeline looks like this: WebRTC --> Janus-Gateway --> (RTP_Forward) MediaLive RTP_Push Input I've achieved this: WebRTC --> Janus-Gateway -->…
amsh
  • 3,097
  • 2
  • 12
  • 26
1
vote
1 answer

Passing VAST tag parameter values for MediaTailor Channel Assembly FAST Channel Programs

I would like help with setting up the right VAST parameter values for targeting MediaTailor Channel Assembly FAST Channel Programs. Suppose, I've setup a Channel Assembly FAST Channel with 2 Programs (A and B). Program A has 2 mid-roll ad breaks.…
muraliv
  • 169
  • 1
  • 7
1
vote
1 answer

Elemental MediaConvert createJob cache control settings

I am converting mp4 videos in s3 into resized version and uploading to s3 using aws elemental mediaconvert. Is there a setting in the elemental media convert job which I can use to set the CacheControl max-age header so that it gets applied to the…
codename_47
  • 449
  • 2
  • 17
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
1 answer

Retrieving m3u8 links for testing AWS streaming/subtitles

I'm not sure if here is the best place for asking, but let me try. I've created a stack on AWS for live streaming with subtitles, based on this template: https://github.com/awslabs/live-streaming-with-automated-multi-language-subtitling To be able…
1
vote
1 answer

AWS Elemental MediaConvert streaming segment files security

So I've managed to successfully use AWS Elemental MediaConvert to convert a mp4 file into a stream (couple of .m3u8 files, and a bunch of .ts files). So they're now sitting in a folder. And the video loads fine if I use…
1
vote
1 answer

AWS Elemental MediaConvert: mov file is not supported

I wanna overlay a movie (.mov) on top of another movie (.mp4), using AWS Elemental MediaConvert. I uploaded one .mov file and one .mp4 to S3, both have similar dimensions. In AWS Elemental MediaConvert, I created a job: Input: .mp4 file Motion…
Phong Vu
  • 2,726
  • 6
  • 24
  • 52
0
votes
1 answer

MediaConvert thumbnails colors

I have a strange issue with MediaConvert, where thumbnails that MediaConvert generates appear to be of different color than the actual video that MediaConvert creates. On the left it's a frame of the video, on the right is the thumbnail generated.…
xtrinch
  • 2,232
  • 1
  • 24
  • 46
1
2 3