Installing Gstreamer-1.0 on Mac OS X Mavericks

Question or issue on macOS: I want to install Gstreamer-1.0 on Mac OS X Mavericks. So I already install gstreamer-1.0-1.6.0-x86_64.pkg and gstreamer-1.0-devel-1.6.0-x86_64.pkg from here. After that I tried to run something like this: gst-launch-1.0 fakesrc ! fakesink But got error: -bash: gst-launch-1.0: command not found So how I can install and use Gstreamer-1.0 on Mac […]

Continue Reading

Why does this usage of InetAddress.getLocalHost() work okay with Java 6 but fails with Java 7 on OSX

Question or issue on macOS: It works okay for me but on OSX Mavericks for a particular customer InetAddress.getLocalHost() is failing with Java 7 although it works okay with Java 6 with the following exception java.net.UnknownHostException: rupert: rupert: nodename nor servname provided, or not known at java.net.InetAddress.getLocalHost(InetAddress.java:1466) Caused by: java.net.UnknownHostException: rupert: nodename nor servname provided, […]

Continue Reading