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

[FR] Queue transcoding #15

Open
riasvdv opened this issue Feb 7, 2019 · 2 comments
Open

[FR] Queue transcoding #15

riasvdv opened this issue Feb 7, 2019 · 2 comments
Assignees

Comments

@riasvdv
Copy link

riasvdv commented Feb 7, 2019

Is it possible to queue the transcoding of video's? If we currently upload more than 1 video the ffmpeg process gets killed because the server runs out of memory.

@khalwat
Copy link
Contributor

khalwat commented Feb 7, 2019

mmmmmmm. So it shouldn't actually do the transcoding until the video is referenced. I think potentially it could check to see if an ffmpeg process is already running, and if so, don't try to start a new transcoder.

That means you'll be waiting as they are done in sequence, tho

@khalwat khalwat self-assigned this Feb 7, 2019
@khalwat khalwat changed the title Queue transcoding [FR} Queue transcoding Feb 7, 2019
@riasvdv
Copy link
Author

riasvdv commented Feb 7, 2019

To clarify the use case:

I need certain video sizes to be available before they're referenced, and even then, multiple video's will be referenced at the same time from a single page.

In a module I'm generating the necessary video's when a video is uploaded or saved, this causes multiple ffmpeg processes to be started but the server is killing off some because it uses too much memory at the same time.

@khalwat khalwat changed the title [FR} Queue transcoding [FR] Queue transcoding Mar 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants