aws-solutions / video-on-demand-on-aws

An automated reference implementation leveraging AWS Step Functions and AWS Media Services to deploy a scalable fault tolerant Video on demand workflow
https://aws.amazon.com/solutions/video-on-demand-on-aws/
Apache License 2.0
502 stars 240 forks source link

Separating HLS files based on their resolution #240

Open dev-muyiwa opened 9 months ago

dev-muyiwa commented 9 months ago

When I create a MediaConvert Job to generate Apple HLS outputs from and input test.mp4 for 360p, 540p and 720p resolutions with their named modifiers set as _360, _540and _720 respectively, the files are all stored in this format: test_360.m3u8, test_540.m3u8, test_720.m3u8 and test.m3u8 (for the sake of simplicity). Isn't there a way to separate the files into folders based off their resolutions? Like <s3 bucket URL>/test/360p/0001.m3u8 for each resolution as storing everything in a single folder is quite messy.

raulmlamzn commented 8 months ago

Thank you for your suggestion @dev-muyiwa. We will consider your feedback and have added this request to our backlog for this solution.

dev-muyiwa commented 8 months ago

No problems.