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

keep-open=always causes file locks on Windows, maybe this should be rethought #141

Open
brian6932 opened this issue Dec 11, 2024 · 0 comments

Comments

@brian6932
Copy link

It might be good to either:

  1. Move away from the mpv process, to some type of IPC based design.
  2. If not possible with lua, use a C dylib instead of a process.
  3. Use a child process, instead of a fork, which dies with the original program, and/or use an on drive cache.
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