Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jobSubmit alters Destination, regardless of what is defined in job-settings.json #31

Open
6 tasks done
amureki opened this issue Aug 29, 2023 · 1 comment
Open
6 tasks done
Labels
bug Something isn't working

Comments

@amureki
Copy link

amureki commented Aug 29, 2023

Describe the bug
A solution documentation states that the jobSubmit lambda function applies settings defined in job-settings.json and submits a job to AWS MediaConvert.
Reality is different, and the jobSubmit lambda function alters settings and overrides the destination of the resulting files.

To Reproduce

  1. Set up the solution via AWS CloudFormation template
  2. Alter job-settings.json file to change Destination setting (for example, to destinationbucket/videos/$fn$). $fn$ here stands for a defined variable.
  3. Upload video and see that the processed files were uploaded to destinationbucket/guid/AppleHLS1/ regardless of what was defined above.

Expected behavior
Resulting files uploaded to destinationbucket/videos/$fn$

Please complete the following information about the solution:

  • Version: v1.3.0
  • Region: eu-central-1
  • Was the solution modified from the version published on this repository? // Modified job-settings.json
  • If the answer to the previous question was yes, are the changes available on GitHub? // Not available, but the example is defined right above
  • Have you checked your service quotas for the sevices this solution uses? // No issues with quotas
  • Were there any errors in the CloudWatch Logs? // No errors in the logs
@amureki amureki added the bug Something isn't working label Aug 29, 2023
@raulmlamzn
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants