I want to use OpenGLES without the X11 window system.
On the Jessie lite platform the gstreamer test pipeline halts when I use omxmjpegdec.
I have an application working on a RPI3 with "Jessie Raspbian with Pixel" version installed.
On this platform I just installed gstreamer-1.0 via the repository and everything works fine.
(I think I only had to manually change the links to the correct libEGL.so.2 and libGLESv2.so.2.)
To install on Jessie lite I have followed this guide: I got all the sources via git and compiled them.
Ref: https://lists.freedesktop.org/archives/ ... 00724.html
Compiling was ok.
When I do gst-inspect-1.0 omxmjpegdec the plugin works and shows info.
When I do a test pipeline the pipeline halts and no video is shown.
gst-launch-1.0 -v souphttpsrc location=<URL> is-live=true ! image/jpeg,framerate=25/1 ! jpegparse ! omxmjpegdec ! videoconvert ! videoscale ! autovideosink
When I replace omxmjpegdec by jpegdec the pipeline works ok and video is displayed.
gst-launch-1.0 -v souphttpsrc location=<URL> is-live=true ! image/jpeg,framerate=25/1 ! jpegparse ! jpegdec ! videoconvert ! videoscale ! autovideosink
I have tried to install on a Jessie lite via the repository but the installation halts because dpkg fails on a dependency.
Does anyone know what I am doing wrong / any suggestions ?
Best Regards,
Tom
