synap5e / obs-screenshot-plugin

An OBS Studio filter plugin to save screenshots of a source/scene
GNU General Public License v2.0
132 stars 20 forks source link

Running on Linux #24

Open rdlmda opened 2 years ago

rdlmda commented 2 years ago

The prebuilt binaries on the release page are Windows-only. How can I get it running on Linux?

synap5e commented 2 years ago

The HTTP PUT depends on windows, but this could easily be ifdef'd out. It also uses windows threads, so this would need to be ported to e.g. pthreads.

If anyone wants to get this compiling on linux I'd be happy to add it to the releases

synap5e commented 2 years ago

Looks like https://github.com/norihiro/obs-screenshot-plugin has this - could be nice to get the two merged back to one...