Questions tagged [aws-mediaservices]

AWS Media Services make it fast and easy to produce, process, and deliver broadcast and over-the-top video. These pay-as-you-go services and appliance products offer the video infrastructure needed to deliver viewing experiences to any screen.

AWS Media Services can transport, prepare, process, and deliver live and on-demand content in the cloud. These managed services can be used to build and adapt video workflows, eliminate capacity planning, scale with growth, and use pay-as-you-go pricing.

List of services: AWS Media Services

17 questions
443
votes
32 answers

Get filename and path from URI from mediastore

I have an onActivityResult returning from an mediastore image selection which I can get a URI for an image using the following: Uri selectedImage = data.getData(); Converting this to a string gives this: content://media/external/images/media/47 Or…
stealthcopter
  • 13,964
  • 13
  • 65
  • 83
7
votes
2 answers

POST file to AWS Mediastore with Python 3 without SDK, without CLI

I would like to POST a mp4 file to AWS MediaStore using Python and the Signature v4. I am trying to use the PutObject action from MediaStore. For this job, I cannot use the SDK or the CLI. I can make GET requests to MediaStore with Python without…
3
votes
3 answers

AWS S3 vs Elemental MediaStore

This is more of a philosophical question: For a simple video application, which AWS services is the the best to choose, S3 or Elemental MediaStore? and And at which point will one be better to an other. The question is mostly in regards to…
Engam
  • 1,051
  • 8
  • 17
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

AWS Media Live - handle stream start and stop events

I cannot find any information how to handle the situation like this: Stream starts: about 3 o'clock. 1.Before the person who is streaming (let's call him a streamer) start to stream I would like to have static image saying something like: 'The event…
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

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.…
1
vote
0 answers

Cannot untag AWS resources

I am trying to untag deleted AWS resources with the resourcegroupstaggingapi. I am listing my resources with the following command : aws resourcegroupstaggingapi get-resources --tag-filters Key=special_project --tags-per-page 100 Then, I am trying…
0
votes
1 answer

How can I delete an AWS Elemental MediaLive reservation?

I have been using and testing some features of AWS MediaLive, and last week I added two offerings to my offering cart and purchased them. However, I have discovered that I have been charged more than I anticipated, and I would like to delete this…
0
votes
1 answer

MediaConvert introducing Video Audio Duration Mismatch in HLS segments

When I used MediaConvert to package a video file into HLS, I'm seeing that the resulting TS files have mismatching video and audio duration. For example, when I used segment size as 6, the resulting TS file has video duration as 6.006000 and audio…
muraliv
  • 169
  • 1
  • 7
0
votes
1 answer

How to add squeezeback ad in a MediaLive HLS stream output?

I'm using AWS MediaLive to build and deliver HLS stream of a video file stored in S3. I would like to know how to include squeezeback ads in this HLS stream playout.
muraliv
  • 169
  • 1
  • 7
0
votes
1 answer

Extracting audio features

I am working on extracting features from an audio file to build a recommendation system. So far I am able to extract tempo, beat-times, loudness and pitch class using librosa and ffmpeg. My question how we can extract/detect features as…
0
votes
1 answer

Operation returned an invalid status code 'NotFound' DotNet Core

I am working on DOT 5.0 Version. (CORE MVC Application). While uploading my file in Azure (During Encoding) Facing an Error. Asset outputAsset = await CreateOutputAssetAsync(client, config.ResourceGroup, config.AccountName, …
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.…
1
2