I am trying to Processing 3.0.2 with the video library in Eclipse on Osx with little success.
I have added the gstreamer-java.jar, jna.jar and video.jar to the build path (as well as the core and OpenGL jars) and have copied the dynamic library files (.dylib) files to the same folder as gstreamer-java.jar but I get this error
Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: Could not load library: gstreamer
at org.gstreamer.lowlevel.GstNative.load(GstNative.java:53)
at org.gstreamer.lowlevel.GstNative.load(GstNative.java:43)
at org.gstreamer.Gst.(Gst.java:101)
at processing.video.Video.initImpl(Unknown Source)
at processing.video.Video.init(Unknown Source)
at processing.video.Movie.initGStreamer(Unknown Source)
at processing.video.Movie.(Unknown Source)
at quiz.QuizTest_01.setup(QuizTest_01.java:32)
I already found this on the forum but it didn't work for me.
Any ideas?