|
I have a problem with setting up gstreamer library for my NetBeans IDE. Everytime I try to compile a Gstreamer example code I get this error: Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library: gstreamer In this line of code: Gst.init(); I have gstreamer installed on my PC and I have all libraries needed included in my project(jna-4.5.1, gstreamer-java-1.4 and gst1-java-core-0.9.2) Do you have any idea what might be missing? |
| 1.8 | 1.8.0_151 | | x86_64 |
| So I installed GStreamer from the first link you have provided. And I have also set my system path like this: and then tried to compile the example but the outcome was still the same exception as the first time. I am sorry if I am missing something obvious here but I don't have any idea what have I done wrong. Anyways I am really thankful for your quick answer it explained me a lot! |
I am sorry for posting twice, but at first I didn't notice that this group is moderated.
and then tried to compile the example but the outcome was still the same exception as the first time.
I am sorry if I am missing something obvious here but I don't have any idea what have I done wrong.
Huge thanks for your help I've finally made it work!
I am really thankful for your patient approach with me.