rtsp-stream icon indicating copy to clipboard operation
rtsp-stream copied to clipboard

ARM64/v8 platform support

Open lumenier1 opened this issue 4 years ago • 2 comments

Hi,

I've tried to run Docker image on Raspberry Pi 4:

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:219: exec user process caused: exec format error

May be it is not so difficult to add support for ARMv8 platform as FFMPEG and Go are cross platform?

lumenier1 avatar Jan 10 '21 12:01 lumenier1

I have managed to manully build the docker image for Raspberry Pi 4 64bit OS with docker build command. And run the local build docker image. However I encounter some problem when I try to build docker images for management UI.

  • Tested on master branch bf09419
docker build -t rtsp-stream .
docker run -v `pwd`/build/rtsp-stream.yml:/app/rtsp-stream.yml -p 8080:8080 -e RTSP_STREAM_DEBUG=true rtsp-stream

lihungte96 avatar Apr 11 '21 04:04 lihungte96

Hi guys, I have the same problem. I clone repository and build a code with command: docker buildx build --platform linux/arm64,linux/arm/v7 -t pviana/rtsp-stream:management --push . -f Dockerfile-management but return is a error during step npm install.

pviana87 avatar Mar 02 '22 21:03 pviana87