deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.27k stars 302 forks source link

Raspberry PI 4 #316

Open isoffulto opened 1 year ago

isoffulto commented 1 year ago

I am trying to run RTSPtoWeb on a Raspberry Pi 4 * and the application stops at:

pi@test:~/RTSPtoWeb $ GO111MODULE=on go run *.go go: finding google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf go: finding google.golang.org/api v0.0.0-20181030000543-1d582fd0359e

it stays there without interrupting or continuing its execution, any suggestions?

*Raspbian GNU/Linux 10.13 (buster) Linux 5.10.103-v7l+ armv7l 32 Bits

Thanks !

isoffulto commented 1 year ago

I solved it by updating the version of Go to go1.20.3 linux/arm

netyuchangfa commented 1 year ago

Use go 1.20.3 x86_64, This method is not successful either: set GOARCH=arm set GOOS=linux go build