streamlinevideo / low-latency-preview

A proof of concept for low latency DASH streaming using entirely open source software end to end.
MIT License
167 stars 38 forks source link

cannot find packages #13

Open adremides opened 4 years ago

adremides commented 4 years ago

After run sudo ./launchServer.sh the log of the server show several missing packages, to solve this I downloaded them from their github repo (gorilla/mux, juju/ansiterm, juju/loggo, lunixbochs/vtclean, mattn/go-colorable, mattn/go-isatty, rs/cors) and put them on the go/src/github.com directory.

Then I got this:

go/src/github.com/mattn/go-isatty/isatty_tcgets.go:6:8: cannot find package "golang.org/x/sys/unix" in any of:
    /streamserv/go/src/vendor/golang.org/x/sys/unix (vendor tree)
    /streamserv/go/src/golang.org/x/sys/unix (from $GOROOT)
    /root/go/src/golang.org/x/sys/unix (from $GOPATH)

Solved this by copy the files from go/src/cmd/vendor/golang.org to go/src/vendor/golang.org

I'm using Kubuntu 20.04