bluecherrydvr / unity

[work-in-progress] Bluecherry DVR client to run across range of devices. 💙
GNU General Public License v3.0
23 stars 4 forks source link

Flatpak Support #136

Open mymindstorm opened 1 year ago

mymindstorm commented 1 year ago

Hi,

Would Bluecherry consider supporting an official Flathub release of the client? This would allow support for distributions other than Debian/Ubuntu. I have thrown together a working example of this at https://github.com/mymindstorm/flathub/tree/com.bluecherrydvr.Client.

curtishall commented 1 year ago

Thanks. Version 2 of the client is not under active development anymore. I'm moving this to Version 3 (code named Unity) - https://github.com/bluecherrydvr/unity

We just recently added support for deb packages, AppImage and Linux binaries. If you get time and want to update the PR for Version 3 we would certainly look at the options for distributing it.

https://github.com/bluecherrydvr/unity/pull/134

curtishall commented 1 year ago

Tagging @bdlukaa for any other discussion

mymindstorm commented 1 year ago

I am not familiar with how much feature parity there is between Unity and the old version. Assuming that the timeline for Unity stability is in the long term, what if we were to have the old version as the default installation and Unity released on the beta branch under the same package?

bdlukaa commented 1 year ago

We make use of the media_kit package to render the videos. It uses mpv, which needs to be bundled with the app package. Learn more

curtishall commented 1 year ago

Assuming that the timeline for Unity stability is in the long term, what if we were to have the old version as the default installation and Unity released on the beta branch under the same package?

Sure. However the client of Version 2 is pretty much a dead project. There will be no updates or changes to the code base.