movie2sdcard encountering errors with GStreamer

Status
Not open for further replies.
Hello,

I've been using the demo processing sketch "movie2sdcard" for the last couple of years for art projects that use videos played on sd cards in LED matrices, with the Teensy 3.5

I just recently attempted to use the same process that I've been using successfully before, but Processing is hanging with error messages about accessing Processing video library using GStreamer.

I'm not sure if something has changed in the most recent Java update?

I'm currently using Processing 3.5.4, and updated GStreamer to 1.8.4.

Full error information included here. Any insights to get this error resolved would be most appreciated!

Joshua

Processing video library using GStreamer 1.18.4
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at processing.core.PApplet.runSketch(PApplet.java:10852)
at processing.core.PApplet.main(PApplet.java:10620)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at processing.core.PApplet.runSketch(PApplet.java:10846)
... 1 more
Caused by: java.lang.NullPointerException
at processing.video.Movie.initSink(Unknown Source)
at processing.video.Movie.initGStreamer(Unknown Source)
at processing.video.Movie.<init>(Unknown Source)
at movie2sdcard_current_Test2_Telluride_Riffe.<init>(movie2sdcard_current_Test2_Telluride_Riffe.java:65)
... 6 more
RuntimeException: java.lang.reflect.InvocationTargetException
 
Status
Not open for further replies.
Back
Top