We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The application currently uses some old school unistd.h os system calls to launch MPV Media Player passing in the stream URL as an argument.
unistd.h
In order to drop this as a dependency, the following must be done:
The text was updated successfully, but these errors were encountered:
Being less reliant on unistd.h can definitely help me target other platforms that don't use these libraries.
Sorry, something went wrong.
scoronado12
No branches or pull requests
The application currently uses some old school
unistd.h
os system calls to launch MPV Media Player passing in the stream URL as an argument.In order to drop this as a dependency, the following must be done:
The text was updated successfully, but these errors were encountered: