manually compile souphttpsrc

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

manually compile souphttpsrc

Rand Graham-2

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

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

RE: manually compile souphttpsrc

Rand Graham-2

I have re-run the configure script and passed the –enable-soup parameter to the script.

 

What I notice is that souphttpsrc is listed as a plug in with dependency that will NOT be built.

 

What are the dependencies of souphttpsrc?

 

Thanks,

Rand

 

From: gstreamer-devel [mailto:[hidden email]] On Behalf Of Rand Graham
Sent: Monday, June 25, 2018 3:15 PM
To: Discussion of the development of and with GStreamer <[hidden email]>
Subject: manually compile souphttpsrc

 

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

 


_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: manually compile souphttpsrc

Tim Müller
On Wed, 2018-06-27 at 17:06 -0400, Rand Graham wrote:

Hi,

> What are the dependencies of souphttpsrc?

libsoup. Try installing the libsoup2.4-dev package.

Cheers
-Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com

Join us at the GStreamer Conference! 25-26 October 2018 in Edinburgh,
Scotland
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel