libvlc-go icon indicating copy to clipboard operation
libvlc-go copied to clipboard

Example code not running on Mac OS

Open tejaskumark opened this issue 4 months ago • 1 comments

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.

tejaskumark avatar Aug 24 '25 09:08 tejaskumark

Setting env variables it started working, but I don't see yet any windows popping up on GUI.

tejaskumark avatar Aug 24 '25 10:08 tejaskumark