I have few questions while I was following the “Video On Demand on AWS Foundation” solution (https://docs.aws.amazon.com/solutions/latest/video-on-demand-on-aws-foundation/solution-overview.html). When I completed the steps, I could see converted media files are generated. But I wanted to configure little more to customize for my needs.
How to configure source, logs, and destination folder name?
When I set the stack name “vod-test” for instance, the generated folders are “vod-test-destinationXXXXX”(XXXX is a hash value), “vod-test-logsXXXX”, and “vod-test-sourceXXXX”. Where can I define the folder names? For example, I want to remove the hash values in the folder names.
How to configure output path to remove (or rename) the default path “AppleHLS1”?
When media files are exported, those are saved under “vod-test-destinationXXXX/XXXX/AppleHLS1/video.m3u8”. I’d like to rename the path “AppleHLS1” to “hsl”. Where can I set this value?
If you have solved this, please share it with me. Thank you!