libvlc-go
libvlc-go copied to clipboard
Example code not running on Mac OS
Hi ALL,
I have compiled the code on Mac Mini with ARM achitecture, but when I run the compiled code it fails with below error,
dyld[82338]: Library not loaded: @rpath/libvlc.dylib
Referenced from: <1289AFCC-C576-36DF-F739-7A29F137DBFD> /Users/test/vlc_example/vlcexample
Reason: no LC_RPATH's found
zsh: abort ./vlcexample
It would be great if someone can help here to debug this issue more. Thanks.
Setting env variables it started working, but I don't see yet any windows popping up on GUI.