manually compile souphttpsrc
Rand Graham
rand.graham at zenith.com
Mon Jun 25 20:15:08 UTC 2018
Hello,
I have compiled the good plugins with the following commands on my Ubuntu 16.04 system
wget http://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.14.0.tar.xz
tar vxf gst-plugins-good-1.14.0.tar.xz
cd ../gst-plugins-good-1.14.0/
./autogen.sh
make
sudo make install
sudo ldconfig
However on my system when I try to use souphttpsrc I receive the "no element "souphttpsrc"" error.
I can see that there is a an so file as follows
./usr/lib/x86_64-linux-gnu/gstreamer-1.0/libgstsouphttpsrc.so
Why doesn't gstreamer recognize the souphttpsrc element?
Thanks,
Rand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20180625/bbde5069/attachment-0001.html>
More information about the gstreamer-devel
mailing list