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

How to get to the video is the conversion complete? #4579

Closed
2 tasks
ch930410 opened this issue Feb 1, 2024 · 2 comments
Closed
2 tasks

How to get to the video is the conversion complete? #4579

ch930410 opened this issue Feb 1, 2024 · 2 comments
Assignees
Labels
closed-for-staleness guidance Question that needs advice or information. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.

Comments

@ch930410
Copy link

ch930410 commented Feb 1, 2024

Describe the feature

How to get to the video is the conversion complete?

Use Case

mediaConverter.getQueue(
        {
          Name: process.env.MEDIA_CONVERT_QUEUE || 'Default',
        },
        (err, data) => {
          if (err) {
            res.send({ err });
          }
          if (!err) {
            res.send({ data });
          }
        }
      );

Proposed Solution

No response

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

SDK version used

2.1170.0

Environment details (OS name and version, etc.)

Browser

@ch930410 ch930410 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 1, 2024
@RanVaknin RanVaknin self-assigned this Feb 1, 2024
@RanVaknin
Copy link
Contributor

Hi @ch930410 ,

I'm not sure how the code snippet you posted is related to the question you are asking?

To check on a status of a video conversion job, you would call getJob, and on the job returned there would be a status field. You can poll that value every x seconds to see if its value is equal to "COMPLETE".

An unrelated note, you marked that you are using version 2.1170.0, but we are on 2.1549.0 which is which is 379 releases behind main.

Thanks,
Ran~

@RanVaknin RanVaknin added guidance Question that needs advice or information. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days. and removed feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Feb 1, 2024
Copy link

github-actions bot commented Feb 7, 2024

This issue has not received a response in 1 week. If you still think there is a problem, please leave a comment to avoid the issue from automatically closing.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed-for-staleness guidance Question that needs advice or information. p2 This is a standard priority issue response-requested Waiting on additional info and feedback. Will move to \"closing-soon\" in 7 days.
Projects
None yet
Development

No branches or pull requests

2 participants