miguelsesma
05/30/2022, 8:13 AMVideoPlyer
demo in a macbook M1?
Even having VLC installed I get this error:
dlopen(/Applications/VLC.app/Contents/MacOS/lib/libvlccore.dylib, 0x0009): tried: '/Applications/VLC.app/Contents/MacOS/lib/libvlccore.dylib' (mach-o file, but is an incompatible architecture (have 'arm64', need 'x86_64'))
spierce7
05/30/2022, 7:55 PMspierce7
05/30/2022, 7:57 PMlibvlccore.dylib
compiled in a way thats compatible for M1 and you’ll need to swap it in for the one the library is providing. I’d create a bug on the library repo, and post it here so future compose people can find it.
This also seems like something pretty solvable on your own.miguelsesma
05/31/2022, 9:35 AMmiguelsesma
05/31/2022, 10:50 AMmiguelsesma
05/31/2022, 10:52 AMmiguelsesma
05/31/2022, 10:52 AMspierce7
05/31/2022, 1:52 PMspierce7
05/31/2022, 1:52 PMmiguelsesma
05/31/2022, 2:42 PMspierce7
05/31/2022, 2:45 PM