<div dir="ltr">I want to make an mp3 ARP stream using gstreamer. I have done this successfully using gstreamer and ugly plugin in Ubuntu.<div><br></div><div style>But at main I need to make ARP stream from slackware11, in order to do this, I downloaded the gstreamer0.10.19 , built and installed it.</div>
<div style>then installed gst-plugins-base-0.10.19 and then installed gst-plugins-ugly-0.10.14</div><div style><br></div><div style>the file which is at the server point is:</div><div style><div><font color="#0000ff" style="background-color:rgb(243,243,243)">#!/bin/sh</font></div>
<div><font style="background-color:rgb(243,243,243)">gst-launch filesrc location=/Yas.mp3 ! mad ! audioconvert ! audio/x-raw-int,channels=1,depth=16,width=16, rate=44100 ! rtpL16pay  ! udpsink host=172.168.122.1 port=5000</font></div>
<div><font size="4" style="background-color:rgb(243,243,243)"><br></font></div><div style>But, when I run this on slackware I got the error:</div><div style><span style="background-color:rgb(243,243,243)">/usr/local/bin/gst-launch-0.10: symbol lookup error: /usr/local/lib/libgstreamer-0.10.so.0:undefined symbol: g_once_init_enter_impl</span></div>
<div style>___________________________________________________________________</div><div style>Something about building:</div><div style>At first I installed latest of gstreamer 0.9, gst-plugins-base 0.9 and gst-plugins-ugly 0.9 and needed to install liboil0.3-0.3.17-1 and installed it too.</div>
<div style><br></div><div style>at second I tried to install gstreamer0.10.36 but In ./configure step I got warning and the makefile did not made.</div><div style><br></div><div style>So I tried earlier version 0.10.19</div>
<div style>in order to install them they needed package glib>= 2.2 and I installed 2.28</div><div style><br></div><div style>when I tried to install all of the packages I forgot to set the <span style="color:rgb(0,0,0);background-color:rgb(243,243,243)">PKG_CONFIG_PATH=/usr/local/lib/pkgconfig</span><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)"> and I got lots of error,</span></div>
<div style><span style="color:rgb(0,0,0);background-color:rgb(255,255,255)"><br></span></div><div style><span style="background-color:rgb(255,255,255)"><font color="#000000">and again I exported this variable and reconfigure and remade the three gstreamer packages again.</font></span></div>
<div style><span style="background-color:rgb(255,255,255)"><font color="#000000"><br></font></span></div><div style><span style="background-color:rgb(255,255,255)"><font color="#000000">and at last I got the error which I said above.</font></span></div>
<div style><span style="background-color:rgb(255,255,255)"><font color="#000000"><br></font></span></div><div style><span style="background-color:rgb(255,255,255)"><font color="#000000">one another thing: </font></span></div>
<div style><span style="background-color:rgb(255,255,255)"><font color="#000000">I did not export the path variable before installing 0.9 ones and I just got the error:</font></span></div><div style><font color="#000000" style="background-color:rgb(243,243,243)">no element "mad"</font></div>
<div style><font color="#000000" style="background-color:rgb(243,243,243)"><br></font></div><div style><font color="#000000">I will be wondering if I get your help,</font></div><div style><font color="#000000" style="background-color:rgb(243,243,243)"><br>
</font></div><div style><font color="#000000">respectfully,</font></div><div style><font color="#000000">Mohammad Etemaddar</font></div></div></div>