RTSPtoWebRTC icon indicating copy to clipboard operation
RTSPtoWebRTC copied to clipboard

running on Jetson Xavier NX

Open azrin1972 opened this issue 3 years ago • 3 comments

hi,

I'm trying to run this from a Jetson Xavier NX.

I'm installing go using apt-get install golang instead of downloading it from the go website

check the go version I received this go version go1.10.4 linux/arm64

calling go run . i received this unfortunately go run: no go files listed

I've tried go run *.go and I received this:

config.go:12:2: cannot find package "github.com/deepch/vdk/av" in any of:
	/usr/lib/go-1.10/src/github.com/deepch/vdk/av (from $GOROOT)
	/home/ubuntu/go/src/github.com/deepch/vdk/av (from $GOPATH)
stream.go:8:2: cannot find package "github.com/deepch/vdk/format/rtspv2" in any of:
	/usr/lib/go-1.10/src/github.com/deepch/vdk/format/rtspv2 (from $GOROOT)
	/home/ubuntu/go/src/github.com/deepch/vdk/format/rtspv2 (from $GOPATH)
http.go:12:2: cannot find package "github.com/deepch/vdk/format/webrtcv3" in any of:
	/usr/lib/go-1.10/src/github.com/deepch/vdk/format/webrtcv3 (from $GOROOT)
	/home/ubuntu/go/src/github.com/deepch/vdk/format/webrtcv3 (from $GOPATH)
http.go:13:2: cannot find package "github.com/gin-gonic/gin" in any of:
	/usr/lib/go-1.10/src/github.com/gin-gonic/gin (from $GOROOT)
	/home/ubuntu/go/src/github.com/gin-gonic/gin (from $GOPATH)

anything that I missed?

Thank you

azrin1972 avatar Dec 24 '21 03:12 azrin1972