Open ghost opened 8 years ago
not surprising since this is quite an old version
the issue is you need to install golang, the name might vary depending on the package manager
You can use this script to compile the current version of tachyon:
sudo apt install ffmpeg
sudo add-apt-repository ppa:obsproject/obs-studio
sudo sed -i 's@#@@gm' /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-xenial.list
sudo apt update
sudo apt build-dep obs-studio
git clone git@github.com:WatchBeam/ftl-sdk.git
cd ftl-sdk && (
mkdir build
cd build
cmake ..
make
sudo make install
)
mkdir ~/src
cd ~/src
git clone git@github.com:WatchBeam/tachyon.git
cd tachyon && (
cmake . -DFTLSDK_LIB=/usr/local/lib/libftl.so -DFTLSDK_INCLUDE_DIR=/usr/local/include/ftl/
{ cat - plugins/obs-ffmpeg/obs-ffmpeg-output.c > x && mv x plugins/obs-ffmpeg/obs-ffmpeg-output.c; } <<EOF
#include <resolv.h>
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
EOF
make
sudo make install
)
If anyone on Arch runs into the same problem I did, the PKGBUILDs I used to install tachyon and ftl-sdk can be found here: https://github.com/jacobmischka/PKGBUILDs.
Oi, me again.
I have installed it fresh and tried a reinstall of FFMPEG, but still having this issue.
Full log: