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

Cannot do several builds of sfeMovie at the same time #53

Open
Ceylo opened this issue Sep 7, 2014 · 0 comments
Open

Cannot do several builds of sfeMovie at the same time #53

Ceylo opened this issue Sep 7, 2014 · 0 comments

Comments

@Ceylo
Copy link
Member

Ceylo commented Sep 7, 2014

Building sfeMovie requires building FFmpeg, which is always done in the path : /tmp/ffmpeg. This causes issues when sfeMovie is being built for several configurations at the same time, because the build process cleans up the directory after it's done. But in case of several parallel builds, the /tmp/ffmpeg may still be used by another build.

Possibles solutions:

  • create a unique path based on the target configuration
  • create a random path
  • ask FFmpeg developers to fix their issues with spaces in paths (which forces us to use this temporary path)
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

1 participant