Hi,<br>I am quite new to gstreamer, and I have been struggling to transmit video and audio over udp, with this pipeline<br><br>Sender-----<br>gst-launch filesrc location=MovieTra1950_3.mpeg ! decodebin name=d&nbsp; ! ffmpegcolorspace ! ffenc_mpeg4 ! udpsink&nbsp; port=4000 -v d. ! audioconvert ! lame ! udpsink&nbsp; port=4010 -v<br><br>Reciever----<br>gst-launch udpsrc port=4000 caps="video/mpeg" ! ffdec_mpeg4 ! ffmpegcolorspace ! xvimagesink -v &amp; gst-launch udpsrc port=4010 ! mad ! audioconvert ! osssink -v<br><br>But no audio is received&nbsp; only video.<br><br>I also tried using rtp, it worked for video with this pipeline<br><br>gst-launch videotestsrc ! video/x-raw-yuv,width=176,height=144 ! ffenc_mpeg4 ! rtpmp4vpay ! rtpmp4vdepay ! ffdec_mpeg4 ! xvimagesink<br><br>But for Audio with this pipeline<br>gst-launch audiotestsrc ! audioconvert&nbsp; ! audio/x-raw-int, width=16, channels=2, rate=48000 ! lame ! rtpmpapay ! rtpmpadepay&nbsp; ! ffdec_mp3 !
 osssink<br><br>gives the following error<br>ERROR: from element /pipeline0/audiotestsrc0: Internal data flow error.<br>Additional debug info:<br>gstbasesrc.c(1416): gst_base_src_loop (): /pipeline0/audiotestsrc0: streaming task paused, reason error<br><br>I also tried using a muxer (matroska and multipart) before transmitting over udp but it didn't work. Please how can do this, I really need this help.<br><br>Michael<br><br><br><br><br><br><br><br><p>
        
                <hr size=1>Celebrate Earth Day everyday!  Discover 10 things you can do to help slow climate change. <a href="http://us.rd.yahoo.com/mail_us/taglines/earthday/*http://earth.yahoo.com">Yahoo! Earth Day</a>