Building openvidu for Raspberry Pi

Hello, I am deploying openvidu on premises and I am going to try to make it run on Raspberry Pi 4B,
it started here : Standard_init_linux.go:211: exec user process caused "exec format error"

For the moment what I know is that I need to try to rebuild the docker containers, the RPI 4B use a ARMv8 processor, that mean I need to try to rebuild for the arm64 architecture right ?

Some help or some hints would be very appreciated !

Kurento media server can not be compiled to ARM out of the box. Maybe it can be done, but you will need to compile it yourself.

Visit Kurento mailing list because some people were trying it.

1 Like

Thank you for your reply, I am going to try to compile it myself.

I think this will help : https://github.com/Kurento/bugtracker/issues/56