n8han / spde-examples

Example projects in Spde, a Scala toolkit for Processing.org
http://technically.us/spde
54 stars 8 forks source link

Problems getting the video projects running on OS X #6

Open fabianpage opened 13 years ago

fabianpage commented 13 years ago

Hi

i tried to run the Loop example.

I installed gst-ffmpeg with brew. Set the GTS_PLUGIN_PATH to "/usr/local/Cellar/gstreamer/0.10.32/".

When i try to run the Loop project i get "Cannot load GStreamer plugins from /Users/fabian/Documents/prog/Incubator/FlatMovie/spde-examples/Loop/lib_managed/scala_2.8.0/compile//gstreamer/macosx/plugins".

So do i have to set GST_PLUGIN_PATH to an other directory?

n8han commented 13 years ago

It is... really hard to get working, except on Linux. I'm not sure what to do about it. Processing itself uses the deprecated QuickTime for Java. I thought gstreamer would be a more future proof approach, but it is difficult to set up.

Have you had any luck? I can not offer much advice since it's been some time since I went through it on a Mac.

fabianpage commented 13 years ago

No i dind't had any luck. (I also took a short look into other libraries but they all seem to be problematic :(

Can you tell me to which directory GTS_PLUGIN_PATH points on your system . (What is in this directory?)