processing-video icon indicating copy to clipboard operation
processing-video copied to clipboard

Install on Ubuntu 16.04 64-bit requires additional libraries

Open jeffThompson opened this issue 8 years ago • 5 comments

On Ubuntu 16.04 64-bit, I found that I needed to install a few extra libraries to get the Video library to work, including an older version of libgstreamer.

sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-good

After that, everything worked great 😀.

jeffThompson avatar Apr 09 '17 18:04 jeffThompson

Hi

same problem, but less luck with solution. I've copypasted the command, but video is still not working.

davideriboli avatar Apr 22 '17 13:04 davideriboli

On my vanilla Ubuntu Xenial installation I had to add to your command:

gstreamer0.10-ffmpeg
gstreamer0.10-packagekit
gstreamer0.10-x

Now it works, more or less: MOV videos must be coded "baseline profile" to run.

davideriboli avatar Apr 23 '17 09:04 davideriboli

still having this error, running ubuntu 19.04 with libgstreamer1.0-dev is already the newest version (1.15.90-1ubuntu1) installed. but i get an UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type A library relies on native code that's not available. Or only works properly when the sketch is run as a 32-bit application. UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type UnsatisfiedLinkError: Error looking up function 'gst_date_get_type': /lib/x86_64-linux-gnu/libgstreamer-1.0.so: undefined symbol: gst_date_get_type

dackdel avatar Apr 24 '19 12:04 dackdel

@dackdel Do you get that error with the latest beta version of the library? It should work with a standard Ubuntu distribution using GStreamer 1.x

codeanticode avatar Aug 25 '19 15:08 codeanticode

@codeanticode running 19.10 now and i get Processing video library using GStreamer 1.16.1 NullPointerException this error with the latest beta version of the lib. Im running pop os, pretty standard flavour of ubuntu.

dackdel avatar Jan 30 '20 15:01 dackdel