GRVYDEV / Project-Lightspeed

A self contained OBS -> FTL -> WebRTC live streaming server. Comprised of 3 parts once configured anyone can achieve sub-second OBS to the browser livestreaming
MIT License
3.63k stars 137 forks source link

install script error #36

Open WHiZSTA opened 3 years ago

WHiZSTA commented 3 years ago

the injest server compiles fine but the webrtc one errors.. when using the script or just 'go build'

tcriess commented 3 years ago

It seems go v1.10 is used, which afaik does not support go modules, which are required for building. Try to use at least go v1.11 or newer (current is v1.16.1) for building.

NXUI commented 3 years ago

I tried it with the original Debian Package (1.11). Also with the Go Version 1.15.11, 1.16, 1.16.1, and 1.16.3. I always run into the same error while building the webrtc package. I tried it in a clean debian 10.9 lxc on proxmox as root.

build github.com/GRVYDEV/lightspeed-webrtc: cannot find module for path crypto/ed25519

At "/root/go/pkg/mod/golang.org/x/crypto@v0.0.0-202010216[...]/ed25519" I find files which are the same as on the golang.org site.

Any Idea where to start with this?