fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
438 stars 16 forks source link

Great OBS solution - how to build it on Raspberry PI ? #19

Closed FilipStadler closed 2 years ago

FilipStadler commented 2 years ago

I have succesful installed the binary on windows10 and Ubuntu 20.10,20.04 and it works well.

It would be usefull to build it on my Raspberry Pi4 with Bullseye Debian to see how it would perform. I just do know so much about go - what is needed to build binary on rpi4.

Anyway really usefull alternative to NDI - Great job.

fzwoch commented 2 years ago

Regular go build steps apply. You will need to link to libobs and libjpeg.

I will not maintain any detailed build instructions in this project itself. For an example you can check here: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=obs-teleport

fzwoch commented 2 years ago

P.s. I believe the release zip includes a linux arm64 build. I guess that may work if you have installed a 64 bit Raspberry PI OS.