plugins - Invalid opus configuration for gstreamer -


I am struggling to find the ops plugin for gstreamer, I've installed opus-tools and ; Libopus0 apt-get (everything happens at Ubuntu 14.04) I also install gstreamer-plugins-bad.

After multiple tests, worms, etc. Gstreamer The following error every time I try to call gst-inspect-1.0:

* (GST-Plugin-Scanner: 17408): GStreamer-Warring **: Plugin '/ opt /gstreamer-1.4.0/lib/gstreamer-1.0/libgstopus.so 'failed to load: /opt/gstreamer-1.4 .0 / lib / gstreamer-1.0 / libgstopus.so: undefined symbol: opus_multistream_encode *

What could have been wrong during the opus installation process which could cause this error?

Opt / gstreamer-1.4.0 / lib $ ldd /opt/gstreamer-1.4.0/lib/libgstopus.so linux-vdso.so.1 = & gt; (0x00007fff859fe000) libm.so.6 = & gt; /lib/x86_64-linux-gnu/libm.so.6 (0x00007f4f9004f000) libgstaudio-1.0.so.0 = & gt; /opt/gstreamer-1.4.0/lib/libgstaudio-1.0.so.0 (0x00007f4f8fe08000) libgsttag-1.0.so.0 = & gt; /opt/gstreamer-1.4.0/lib/libgsttag-1.0.so.0 (0x00007f4f8fbcf000) libgstrtp-1.0.so.0 = & gt; /opt/gstreamer-1.4.0/lib/libgstrtp-1.0.so.0 (0x00007f4f8f9b5000) libgstbase-1.0.so.0 = & gt; /opt/gstreamer-1.4.0/lib/libgstbase-1.0.so.0 (0x00007f4f8f75c000) libgstreamer-1.0.so.0 = & gt; /opt/gstreamer-1.4.0/lib/libgstreamer-1.0.so.0 (0x00007f4f8f450000) libgobject-2.0.so.0 = & gt; /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f4f8f1ff000) libglib-2.0.so.0 = & gt; /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f4f8eef7000) libpthread.so.0 = & gt; /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f4f8ecd8000) libc.so.6 = & gt; /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4f8e912000) libz.so.1 = & gt; /lib/x86_64-linux-gnu/libz.so.1 (0x00007f4f8e6f9000) libgmodule-2.0.so.0 = & gt; /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f4f8e4f4000) libdl.so.2 = & gt; /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f4f8e2f0000) libffi.so.6 = & gt; /usr/lib/x86_64-linux-gnu/libffi.so.6 (0x00007f4f8e0e7000) libpcre.so.3 = & gt; /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f4f8dea9000) /lib64/ld-linux-x86-64.so.2 (0x00007f4f90587000) *

I should remember After doing some work, there is nothing, yet I do not have any other idea what to do, so I can give some indication to somebody, or what can be wrong?

Thanks for any help :)

Your error means that The Opus library has not been linked correctly in your Gistemar. Did you spoil yourself gstreamer-plugins? When doing this, when you run the configuration script from the plug-in package, you can add the following options: .configure --host = xxxx - with-plugin = opus --prefix = xxxxx


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -