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

Make sure ffmpeg is installed #206

Open
scy opened this issue Oct 19, 2023 · 1 comment
Open

Make sure ffmpeg is installed #206

scy opened this issue Oct 19, 2023 · 1 comment
Labels
area:backend Related to the server component class:newcomer Good for newcomers to the project: easy and/or limited scope flag:caveat Might be confusing or cause problems for third-party users prio:C Nice to have, but optional type:enhancement New feature or request

Comments

@scy
Copy link
Collaborator

scy commented Oct 19, 2023

The backend should fail to start if it can’t call ffmpeg, because it will be needed later on when doing the calls.

@scy scy added type:enhancement New feature or request area:backend Related to the server component prio:C Nice to have, but optional labels Oct 19, 2023
@scy scy added this to the 4.0: public release milestone Oct 19, 2023
@jbethune
Copy link
Collaborator

Implementation sketch: Add a helper function to dearmep/main.py called check_available_software that verifies that ffmpeg is available. The function is called from create_app and a MissingSoftwareDependencyException is raised if ffmpeg is not available.

@scy scy added class:newcomer Good for newcomers to the project: easy and/or limited scope flag:caveat Might be confusing or cause problems for third-party users labels Dec 15, 2024
@scy scy removed this from the 4.0: public release milestone Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:backend Related to the server component class:newcomer Good for newcomers to the project: easy and/or limited scope flag:caveat Might be confusing or cause problems for third-party users prio:C Nice to have, but optional type:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants