Roverr / rtsp-stream

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
MIT License
713 stars 166 forks source link

ARM64/v8 platform support #61

Open lumenier1 opened 3 years ago

lumenier1 commented 3 years ago

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?

lihungte96 commented 3 years ago

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.

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
pviana87 commented 2 years ago

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.