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

Improve transcoding process #136

Open
evillemez opened this issue Aug 18, 2013 · 0 comments
Open

Improve transcoding process #136

evillemez opened this issue Aug 18, 2013 · 0 comments
Assignees
Milestone

Comments

@evillemez
Copy link
Contributor

Currently the transcode process transcodes new files for a Resource in the same process, one after the other. So, the process either entirely succeeds, or entirely fails. It would be more efficient to have the app farm out the file transcodes individually, rather than Resource by Resource.

The new config format makes this possible, but there would need to be a reliable cache to know the state of failed/executing/scheduled jobs, in order to know once an entire Resource has completed transcoding.

@ghost ghost assigned evillemez Aug 18, 2013
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

No branches or pull requests

1 participant