Issue with GSvideo lib on osx [solved]
in
Contributed Library Questions
•
1 year ago
Hi all,
i am new to OS x and wanted to copy my processing sketches (from ubuntu) to my new mac. But I run into an error when i try to use GSvideo, see below. The sketch did run fine when i copied from windows to ubuntu.
EDIT: OK sorry, need to install the library again for osx
- Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: Unable to load library 'gstreamer-0.10': dlopen(libgstreamer-0.10.dylib, 9): image not found
- at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:163)
- at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:236)
- at com.sun.jna.Library$Handler.<init>(Library.java:140)
- at com.sun.jna.Native.loadLibrary(Native.java:379)
- at org.gstreamer.lowlevel.GNative.loadNativeLibrary(GNative.java:48)
- at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:45)
- at org.gstreamer.lowlevel.GstNative.load(GstNative.java:42)
- at org.gstreamer.lowlevel.GstNative.load(GstNative.java:39)
- at org.gstreamer.Gst.<clinit>(Gst.java:59)
- at codeanticode.gsvideo.GSVideo.initImpl(GSVideo.java:129)
- at codeanticode.gsvideo.GSVideo.init(GSVideo.java:86)
- at codeanticode.gsvideo.GSMovie.<init>(GSMovie.java:92)
- at codeanticode.gsvideo.GSMovie.<init>(GSMovie.java:69)
- at Motion_Recorder_mac.setNextMovie(Motion_Recorder_mac.java:351)
- at Motion_Recorder_mac.setup(Motion_Recorder_mac.java:152)
- at processing.core.PApplet.handleDraw(PApplet.java:1608)
- at processing.core.PApplet.run(PApplet.java:1530)
- at java.lang.Thread.run(Thread.java:680)
1