scaledteam / obs-image-reaction

OBS Plugin with image that reacts to sound source.
GNU General Public License v2.0
78 stars 11 forks source link

OBS Flatpak support #10

Open chui2ch opened 1 month ago

chui2ch commented 1 month ago

The OBS flatpak is now requiring plugins to be compiled for flatpak. https://github.com/obsproject/obs-studio/issues/10981 is there anyway that image reaction could be, or could it be added directly to flathub? This might not be the best place to ask these questions but I'm not really sure where else to check.

scaledteam commented 1 month ago

I wish i had time to do this. As flatpak became more popular, porting modules and plugins into it became more relevant. Although, i never had good experience using OBS in flatpak, because it needs to be integrated into the system to work efficiently. Looking at this issue, it seems like i need to rebuild my entire package to make it work in modern OBS, not just flatpak. Kinda sad...

chui2ch commented 1 month ago

I switched to flatpak when hardware encoding was removed from the repo version. Hopefully at some point you might have time, but I appreciate the work you have done on the plugin. I've had a lot of fun using it.

scaledteam commented 1 month ago

when hardware encoding was removed from the repo version

Wow, that's really sad. I personally use old fork of OBS from random guy who made texture encoding support for HD Graphics. Generally, it's usual thing to compile OBS yourself because of browser source plugin, which is not included in most of the popular linux distributions. https://github.com/obsproject/obs-studio/wiki/Build-Instructions-For-Linux

Anyways, i hope i will have time to port that plugin and test how it works in modern OBS. I've heard it's not running in certain builds.