Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install on Ubuntu 16.04 64-bit requires additional libraries #69

Open
jeffThompson opened this issue Apr 9, 2017 · 5 comments
Open

Comments

@jeffThompson
Copy link

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 😀.

@davideriboli
Copy link

Hi

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

@davideriboli
Copy link

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.

ndsh pushed a commit to ndsh/Manifest that referenced this issue Feb 6, 2019
- added an option that would disable the drawing of the 3d object on screen (maybe just redraw in the future?)
- finally fixed a bug where videos wouldn’t start on ubuntu.
according to processing/processing-video#69

install please:
```
sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-good gstreamer0.10-ffmpeg gstreamer0.10-x
```

and export H264 videos with a „baseline“ profile
ndsh pushed a commit to ndsh/Manifest that referenced this issue Feb 6, 2019
draw option + h264 baseline

- added an option that would disable the drawing of the 3d object on screen (maybe just redraw in the future?)
- finally fixed a bug where videos wouldn’t start on ubuntu.
according to processing/processing-video#69

install please:
```
sudo apt-get install libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-good gstreamer0.10-ffmpeg gstreamer0.10-x
```

and export H264 videos with a „baseline“ profile
@dackdel
Copy link

dackdel commented Apr 24, 2019

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

@codeanticode
Copy link
Member

@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

@dackdel
Copy link

dackdel commented Jan 30, 2020

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants