mainsail-crew / crowsnest

Webcam Service for multiple Cams
GNU General Public License v3.0
302 stars 71 forks source link

Crowsnest install errors and ustreamer fails to install #247

Closed IdahoCreator closed 4 months ago

IdahoCreator commented 4 months ago

What happened

Durring install of crowsnest I get the following error messages and stops install.

From https://github.com/sctplab/usrsctp

What did you expect to happen

I expected the install to complete normally.

How to reproduce

Happens everytime I run isntall

Additional information

I am doing a clean install from Kiauh with crowsnest failing and by installing just crowsnest via github clone and following instructions from github post.

mryel00 commented 4 months ago

The error is during ustreamer compiling. I'm already working on a solution to apply following workaround automatically or some other workaround. Here is the workaround:

cd crowsnest
make config

Use all the default values (just hit enter a few times)

nano tools/.config

Change the third line from

CROWSNEST_USTREAMER_REPO_BRANCH="master"

to

CROWSNEST_USTREAMER_REPO_BRANCH="v5.57"

Then hit ctrl+s and ctrl+x to save and exit.

Try again to install it:

cd ~/crowsnest
sudo make install