scoronado12 / hdhomerun-gui

QT5 Based HDHomeRun Client for Linux.
GNU General Public License v3.0
6 stars 1 forks source link

In-App Video Player View #11

Open scoronado12 opened 3 years ago

scoronado12 commented 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.

In order to drop this as a dependency, the following must be done:

scoronado12 commented 3 years ago

Being less reliant on unistd.h can definitely help me target other platforms that don't use these libraries.