jhamilt0n
New Member
I get this message, not sure what I'm doing wrong
Installing OBS Websockets
-----------------------------------
fatal: could not create work tree dir 'obs-websocket': Permission denied
./installobs.sh: line 114: cd: obs-websocket/: No such file or directory
mkdir: cannot create directory ‘build’: Permission denied
CMake Error: The source directory "/" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
./installobs.sh: line 119: obs: command not found
Installing OBS Websockets
-----------------------------------
fatal: could not create work tree dir 'obs-websocket': Permission denied
./installobs.sh: line 114: cd: obs-websocket/: No such file or directory
mkdir: cannot create directory ‘build’: Permission denied
CMake Error: The source directory "/" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
make: *** No targets specified and no makefile found. Stop.
make: *** No rule to make target 'install'. Stop.
./installobs.sh: line 119: obs: command not found
I made some changes to the obs source code so that it can be cloned and installed for arm/raspberry pi. Also edited the ndi and websocket plugins so you can install those as well.
Repos:
GitHub - venepe/obs-studio: OBS Studio - Free and open source software for live streaming and screen recording
OBS Studio - Free and open source software for live streaming and screen recording - venepe/obs-studiogithub.comGitHub - venepe/obs-ndi: NewTek NDI integration for OBS Studio
NewTek NDI integration for OBS Studio. Contribute to venepe/obs-ndi development by creating an account on GitHub.github.comScript to install obs with the plugins:GitHub - venepe/obs-websocket: Remote-control OBS Studio through WebSockets
Remote-control OBS Studio through WebSockets. Contribute to venepe/obs-websocket development by creating an account on GitHub.github.com
GitHub - venepe/install-obs-raspberry-pi
Contribute to venepe/install-obs-raspberry-pi development by creating an account on GitHub.github.com
Script is inspired from @eltariel
To use it, download the script, rename it to installobs.sh, then run:
Code:chmod +x installobs.sh ./installobs.sh
Thanks. Looking forward to trying this out.
I made some changes to the obs source code so that it can be cloned and installed for arm/raspberry pi. Also edited the ndi and websocket plugins so you can install those as well.
Repos:
GitHub - venepe/obs-studio: OBS Studio - Free and open source software for live streaming and screen recording
OBS Studio - Free and open source software for live streaming and screen recording - venepe/obs-studiogithub.comGitHub - venepe/obs-ndi: NewTek NDI integration for OBS Studio
NewTek NDI integration for OBS Studio. Contribute to venepe/obs-ndi development by creating an account on GitHub.github.comScript to install obs with the plugins:GitHub - venepe/obs-websocket: Remote-control OBS Studio through WebSockets
Remote-control OBS Studio through WebSockets. Contribute to venepe/obs-websocket development by creating an account on GitHub.github.com
GitHub - venepe/install-obs-raspberry-pi
Contribute to venepe/install-obs-raspberry-pi development by creating an account on GitHub.github.com
Script is inspired from @eltariel
To use it, download the script, rename it to installobs.sh, then run:
Code:chmod +x installobs.sh ./installobs.sh