Questions tagged [aws-media-convert]

142 questions
0
votes
1 answer

AWS MediaConvert - HLS only-audio stream

I'm struggling a long time now for setting up the following AWS MediaConvert job and I hope I can get some help. I want to create an HLS stream without any video but with multiple languages to switch between. The Problem is that in the end the…
0
votes
1 answer

AWS service for video optimization and compression

I am trying to build a video/audio/image upload feature for a mobile application. Currently we have set the file size limit to be 1 GB for video and 50 MB for audio and images. These uploaded files will be stored in an s3 bucket and we will use AWS…
0
votes
1 answer

Different Environments for AWS Media Convert?

I have a use case to transcode video from one format to another format, right now jobs are running via default queue and job updates are happening from cloud-watch events to lambda triggers. how i can split the above flow for develop, stage,…
0
votes
1 answer

Media convert problems

I am currently trying to transcode my set of videos through Amazon batch trancode but am having problems. My cloudwatch log output this error: /var/runtime/urllib3/connectionpool.py:1013: InsecureRequestWarning: Unverified HTTPS request is being…
0
votes
1 answer

Working on Video on demand CloudFormation template, need to customize the template

I need to modify the CloudFormation template : Video on Demand on AWS CloudFormation template When I deploy the main template without any modifications and upload video in the source S3 bucket, then the folders that are getting created in the…
0
votes
1 answer

Android react-native-video doesn't playback in m3u8 video

My problem is I can't playback m3u8 fragmented video through react-native-video. But another test m3u8 from different resources does work. I have thought my transcoded CMAF m3u8 is corrupted and by that reason doesn't work but it work on ios…
0
votes
2 answers

Which AWS Service to make videos webready?

I have users uploading videos in all kinds of formats, some not supported by chrome. I just want to transcode all videos so they play in the browser, e.g. h.264. I have looked at AWS Elastic Media Convert that does not have any documentation that is…
shredding
  • 5,374
  • 3
  • 46
  • 77
0
votes
1 answer

AWS Mediaconvert - ValueError: could not convert string to float:

I am using aws Mediaconvert Service to convert .mp4 files to streaming for one video I am getting following error from mediainfo lambda function which was created automatically by aws: [ERROR] ValueError: could not convert string to float: '128000 /…
0
votes
2 answers

Is it possible to merge videos using AWS MediaConvert?

I have two videos, A and B. I would like to combine them into a single video where they play simultaneously - with A as the background video and B as a smaller tile overlaid on top of it, similar to what you would see in a Google Meet video call. Is…
0
votes
1 answer

How to Stream Videos Using AWS Media Convert Programmatically

Hope you all are fine. I Want your help How do i build Video Stream App in Dot Net Core Using AWS Media Services like AWS Media Convert. I have a video which is already uploaded to the s3 bucket. Now I want to stream video using aws media services…
0
votes
1 answer

AWS Elemental MediaConvert Client SDK not working

Since I have fallen into the AWS trap and not ignoring the info message on the Elastic Transcoder Page saying that, we should start using Elemental MediaConverter instead, pretty much nothing is working as expected. I have set up the Elemental…
Flo Ragossnig
  • 1,341
  • 14
  • 38
0
votes
1 answer

Aws Media Converter with SNS

Is there a way to connect AWS Media Converter events to SNS instead of CloudWatch ? I've seen a lot of examples with Cloud Watch but i do need to use SNS istead, does anyone has an experience on it?
IRCodder
  • 41
  • 4
0
votes
1 answer

One video variant on MPEG DASH generated with AWS MediaConverter

I've produced an.MDP using MediaConverter, which has the following video streams
beek
  • 3,522
  • 8
  • 33
  • 86
0
votes
1 answer

AWS MediaConvert Throws Error 1076 for Safari Recored Videos

I'm getting this error Demuxer: [ReadPacketData File read failed - end of file hit at length [13155941]. Is file truncated?] while trying to process the video with AWS Mediaconvert. The video is being recorded from the ios safari/chrome browsers…
0
votes
0 answers

AWS Elemental MediaConvert .createJob() not working in JS SDK, but working in AWS Console

I'm trying to automatically create a compressed video and a thumbnail when one is uploaded to S3. The thumbnail is working how it should. For the compression, I'm trying to use AWS's mediaconvert to no avail. In my template, I've checked my Queue…
Zento
  • 71
  • 5