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

Store http sources as tempfiles on disk to avoid issue with ffmpeg blocking #5546

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Jan 3, 2024

Another attempt at resolving the issue with intercom push spawning WaveformJobs which run for hours.

Note: While testing I noticed that in the docker development environment the ffmpeg command for streaming urls doesn't work because of localhost not resolving. This shouldn't be a problem in IU's production environment and probably won't be an issue at all because preference is given to using derivative files which are available via minio in the docker environment. I wanted to mention this in case we find a scenario where it is an issue in the future.

Copy link
Contributor

@masaball masaball left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@cjcolvar cjcolvar merged commit e0760bc into develop Jan 5, 2024
@cjcolvar cjcolvar deleted the wav_tmpfile branch January 5, 2024 21:01
@cjcolvar
Copy link
Member Author

cjcolvar commented Jan 8, 2024

As far as I can tell this doesn't break things on avalon-dev but as mentioned above it probably isn't using the new code since it is backed by minio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants