Open scoronado12 opened 3 years ago
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:
Being less reliant on unistd.h can definitely help me target other platforms that don't use these libraries.
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: