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

In-App Video Player View #11

Open
scoronado12 opened this issue Jan 3, 2021 · 1 comment
Open

In-App Video Player View #11

scoronado12 opened this issue Jan 3, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@scoronado12
Copy link
Owner

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:

  • Review QT5 Video Player View Widgets (one of them should be the universally supported widget)
  • Have the means to select the desired quality of the stream as offered by the HDHomeRun HTTP API
  • Resize the QT UI Scene in QT Designer so that a video player will not look out of place
  • Lastly, make sure that the program can continue to build on both Ubuntu and Arch Linux
@scoronado12 scoronado12 self-assigned this Jan 3, 2021
@scoronado12 scoronado12 added the enhancement New feature or request label Jan 3, 2021
@scoronado12
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant