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

doesn't work on m1 mac #526

Open
sudhamjayanthi opened this issue Apr 12, 2024 · 9 comments
Open

doesn't work on m1 mac #526

sudhamjayanthi opened this issue Apr 12, 2024 · 9 comments

Comments

@sudhamjayanthi
Copy link

sudhamjayanthi commented Apr 12, 2024

image it automatically crashes with this message: `WARNING: ~/Downloads/AirConnect-1.8.3/aircast-macos-arm64 is loading libcrypto in an unsafe way`

tried using the -static binary, that crashes as well.

here's the crash report from Console if it helps:
image

@sudhamjayanthi
Copy link
Author

@philippe44

@philippe44
Copy link
Owner

There is a few lines on that topic in the README

@sudhamjayanthi
Copy link
Author

ln -s /usr/local/opt/openssl[/x.y.z]/lib/libcrypto.dylib /usr/local/lib/libcrypto.dylib 
ln -s /usr/local/opt/openssl[/x.y.z]/lib/libssl.dylib /usr/local/lib/libssl.dylib 

if you're talking about these lines to link the libraries, i did try them, to no avail. i've also tried two different releases — 1.8.3, 1.7.0 — and both didn't work!

@philippe44
Copy link
Owner

What are the libssl.dylib and libcrypto.dylib that you have in your system?

@sudhamjayanthi
Copy link
Author

You mean the version?

@philippe44
Copy link
Owner

The exact file name of the library. They have versioned names

@sudhamjayanthi
Copy link
Author

image `libcrypto.3.dylib` and `libssl.3.dylib`

@23moss
Copy link

23moss commented Jul 30, 2024

Hi @philippe44,
same here on my Intel Mac with Sonoma 14.6. The log generated with "./airupnp-macos-x86_64 -l 1000:2000 -f" says:

[14:51:37.064] main:1386 Starting airupnp version: v1.8.3 (Feb  1 2024 @ 01:10:46)
[14:51:37.065] main:1393 no config file, using defaults
[14:51:37.066] Start:1094 Binding to iface 192.168.1.17:0 [en0]
WARNING: /Applications/AirConnect-1.8.3/airupnp-macos-x86_64 is loading libcrypto in an unsafe way

The openssl@3 version is "stable 3.3.1 (bottled)"

Any hint to get running AirConnect UPnP is appreciated ;) Thanks and merci

@m-a-r-o-u
Copy link

From what I found: It is not compatible with openSSL 3.
Which is also my system openSSL version.

The static build runs on my system somehow.
If finds the devices, but when selected the Audio is not transferred. Any help there?

Instead of linking the openSSL libraries, and loose count of your system,
i would prefer to run Airconnect in a docker container like in:
1activegeek/docker-airconnect: AirConnect container for turning Chromecast into Airplay targets
however, this does not find the devices at all.

Thankful, for any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants