Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM support #4

Closed
jasonm opened this issue Jan 21, 2022 · 1 comment
Closed

ARM support #4

jasonm opened this issue Jan 21, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jasonm
Copy link
Contributor

jasonm commented Jan 21, 2022

Feature request

Perhaps more a question or discussion than feature request, but: do you have any experience running this on ARM platforms e.g. Apple M1 or AWS Graviton?

Looks like MediaSoup may support ARM ref1 ref2.

The asm code in rush referenced in #2 / #3 indeed comes with both x86_64 and aarch64 targets.

Why you need this

I primarily develop on an M1 Mac. This is very much in the "nice-to-have" territory, but I am curious if others are successfully using this on ARM.

Alternatives you've considered

The main issues I encountered with ARM, and workarounds I tried, in case it's useful:

The chrome image installs google-chrome-stable on Debian, but Google only provides Chrome for Linux amd64. Docker for Mac provides emulation via qemu (support for which should be regarded as "best effort" only). For me, amd64 (x86) Chrome in Docker (via make run-chrome) failed to launch with this error.

I was not successful in finding an older version of Chrome that successfully launched via apt or deb for Debian 9 (per this repo's Dockerfile FROM node:12.20.2) or Debian 11 (the newest stable version; easy to update by changing this repo's Dockerfile to use FROM node:12-bullseye).

I also tried various versions of Chromium under arm64, but was not successful.

I ended up running it successfully on an x86 machine, but thought I'd share notes in case this is useful 😄

@jasonm jasonm added the enhancement New feature or request label Jan 21, 2022
@kwindla
Copy link
Contributor

kwindla commented Jul 7, 2022

Just wanted to close the loop and say that we've merged two patches that, for us, together provide working ARM support. Thanks for your PR, here! Let us know if you still have any issues on main.

@kwindla kwindla closed this as completed Jul 7, 2022
Mkots pushed a commit to Mkots/synthetic-network that referenced this issue Apr 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants