RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

Raspberry PI 4

Open isoffulto opened this issue 2 years ago • 2 comments

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 avatar Apr 11 '23 14:04 isoffulto

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

isoffulto avatar Apr 11 '23 15:04 isoffulto

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

netyuchangfa avatar Apr 13 '23 18:04 netyuchangfa