rtsp-stream
rtsp-stream copied to clipboard
ARM64/v8 platform support
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?
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
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.