<div dir="ltr"><div>Hi, </div>
<div>&nbsp;</div>
<div>You can try following:</div>
<div>1. Take the data for the camera.</div>
<div>2. Split the stream in to tow using the Tee element</div>
<div>3. Now use queue in front of both the src pads of the Tee</div>
<div>4. Connect one queue to display for Preview </div>
<div>5. Connect the other src pad of the queue to encoder-&gt;pay-&gt;rtpbin-&gt;udpsink</div>
<div>&nbsp;</div>
<div>And enjoy the Streaming using Gstreamer..... :)</div>
<div>&nbsp;</div>
<div>Manish<br><br></div>
<div class="gmail_quote">On Thu, Sep 25, 2008 at 10:57 AM, liangzhihong1984 <span dir="ltr">&lt;<a href="mailto:liangzhihong1984@126.com">liangzhihong1984@126.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>&nbsp;&nbsp;&nbsp; I captured video stream from a&nbsp;USB&nbsp;camera, now want&nbsp;to send&nbsp;it&nbsp;to&nbsp;other users with udpsink,</div>
<div>and&nbsp;at the same time playback the&nbsp;video stream locally,&nbsp;how should&nbsp;I implement this&nbsp;through gst-launch </div>
<div>command&nbsp;line, as well as C language?&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div><br>-------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Moblin Your Move Developer&#39;s challenge<br>Build the coolest Linux based applications with Moblin SDK &amp; win great prizes<br>
Grand prize is a trip for two to an Open Source event anywhere in the world<br><a href="http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&amp;url=/</a><br>
_______________________________________________<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>