Coder Social home page Coder Social logo

Comments (8)

neilcsmith-net avatar neilcsmith-net commented on September 28, 2024

Hi,

You could try adding that location to jna.library.path - java.library.path is irrelevant to anything but JNA finding its own native library.

I can't help much further as I don't use OSX. Please sign up and ask on the mailing list. https://groups.google.com/forum/#!forum/gstreamer-java There are people on there who have successfully used this code on OSX.

Thanks, Neil

from gst1-java-examples.

toaler avatar toaler commented on September 28, 2024

Thanks. Ok i've fixed that problem but hit another one with "Invalid native pointer" exceptions now. I've posted to the gstreamer-java forum and waiting for the post to be approved before the public members can see...

from gst1-java-examples.

jmich41 avatar jmich41 commented on September 28, 2024

@toaler how have you fixed this problem?

from gst1-java-examples.

neilcsmith-net avatar neilcsmith-net commented on September 28, 2024

@jmich41 please follow up on the mailing list with your issue please.

from gst1-java-examples.

Zander-Labuschagne avatar Zander-Labuschagne commented on September 28, 2024

I get a similar exception on Windows 10, after I have installed the complete gstreamer framework. Do I need to add things to my class path or something?

Here is the exact exception:

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load library: gstreamer
	at org.freedesktop.gstreamer.lowlevel.GstNative.load(GstNative.java:56)
	at org.freedesktop.gstreamer.lowlevel.GstNative.load(GstNative.java:46)
	at org.freedesktop.gstreamer.lowlevel.GstAPI.<clinit>(GstAPI.java:37)
	at org.freedesktop.gstreamer.Gst.getVersion(Gst.java:144)
	at org.freedesktop.gstreamer.Gst.init(Gst.java:473)
	at org.freedesktop.gstreamer.examples.SwingPlayer.main(SwingPlayer.java:75)

from gst1-java-examples.

neilcsmith-net avatar neilcsmith-net commented on September 28, 2024

@Zander-Labuschagne please follow up on the mailing list. The examples are not set up for 32-bit on Windows 10, so make sure you're using a 64-bit JVM and 64-bit install of GStreamer. If you are, try adding some debugging output to https://github.com/gstreamer-java/gst1-java-examples/blob/master/SwingPlayer/src/main/java/org/freedesktop/gstreamer/examples/Utils.java#L68 and see what is being picked up. As a last step, you can set the gstreamer.path system property to the location of your GStreamer install.

from gst1-java-examples.

Zander-Labuschagne avatar Zander-Labuschagne commented on September 28, 2024

@neilcsmith-net Thanks, it's working now. I did not try anything for a few days but it just works now after adding a println for debugging. Maybe it got fixed in the couple of reboots or after the Windows update. I know I definitely rebooted after installing it so it was not the first reboot that fixed it. Thanks for your advice anyway.

from gst1-java-examples.

mike2moon avatar mike2moon commented on September 28, 2024

@Zander-Labuschagne please follow up on the mailing list. The examples are not set up for 32-bit on Windows 10, so make sure you're using a 64-bit JVM and 64-bit install of GStreamer. If you are, try adding some debugging output to https://github.com/gstreamer-java/gst1-java-examples/blob/master/SwingPlayer/src/main/java/org/freedesktop/gstreamer/examples/Utils.java#L68 and see what is being picked up. As a last step, you can set the gstreamer.path system property to the location of your GStreamer install.

Unfortunately a simple reboot didnt solve the issue for me when i got this error when trying to load up a web camera on a processing sketch. But your last helped. So for anyone who still has this problem, to set the system property to the location of your GStreamer install this line of code did it for me System.setProperty("gstreamer.path", "C:\gstreamer\1.0\msvc_x86_64");
just replace the location to where your gstreamer installed it, which this was default by the way. I just pointed mine to the msvc location because i also installed a wingw version just incase so you might have to change that last bit too if youre using another for whatever reason. By the way i got line of code from chatgpt, although as smart as it is, it couldnt give me correct soltion to the "cant load gstreamer library" problem, so credit goes yo you but since you didnt give the full details as to how, noobs like me who were browsing this forum looking for a fix were left confused with your explanation, so part credit goes for chatgtp. for clarifying. :) And this is no ones fualt as the library should have been installed/pointed to correclty but something is messing it up, a conflict and the automatic resoltuion i think keep deleting the correct path in favour of the wrong path im guess, but ill take this for now. Thanks.

from gst1-java-examples.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.