You need to split the data right after demux (using tee element) and then form rtp packets of encoded data and finally push them to udpsink.<br>At receiver side use udpsrc to receive the rtp packets, extract those rtp packets,  decode the data and finally push to videosink. <br>
<br><br><br><div class="gmail_quote">On Thu, Jul 7, 2011 at 1:47 PM, Filipe Neves <span dir="ltr">&lt;<a href="mailto:f_neves88@hotmail.com">f_neves88@hotmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">




<div><div dir="ltr">
<span style="color: rgb(42, 42, 42); font-family: Tahoma,Verdana,Arial,sans-serif;"><pre style="line-height: 17px; white-space: normal;">Hi all. I&#39;m a noob on gstreamer but i have a few problems to send a avi file<br style="line-height: 17px;">
do another pc and see it, @ same time, in the PC source. What I want to do<br style="line-height: 17px;">is:<br style="line-height: 17px;"><br style="line-height: 17px;">PC A<br style="line-height: 17px;">(Streaming avi file and play it on desktop)<br style="line-height: 17px;">
<br style="line-height: 17px;">|<br style="line-height: 17px;">|<br style="line-height: 17px;">|<br style="line-height: 17px;">|<br style="line-height: 17px;">\/<br style="line-height: 17px;"><br style="line-height: 17px;">
PC B (capture de file streaming from A)<br style="line-height: 17px;"><br style="line-height: 17px;">I can play the video on the desktop with this two command lines:<br style="line-height: 17px;">gst-launch filesrc location=/home/filipe/Área\ de\ Trabalho/contador2.avi !<br style="line-height: 17px;">
decodebin2 name=dec ! queue ! ffmpegcolorspace ! autovideosink<br style="line-height: 17px;"><br style="line-height: 17px;">gst-launch filesrc location=/home/filipe/Área\ de\ Trabalho/contador2.avi !<br style="line-height: 17px;">
avidemux name=demux ! decodebin ! queue ! decodebin ! ffmpegcolorspace !<br style="line-height: 17px;">videoscale ! autovideosink<br style="line-height: 17px;"><br style="line-height: 17px;"><br style="line-height: 17px;">
But how i can send it by udpsink and receive this video @ PC B?<br style="line-height: 17px;"><br style="line-height: 17px;">Thank you very much</pre></span>                                               </div></div>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br><br>Sudarshan Bisht<br>