<div dir="ltr"><div>Hi, </div>
<div> </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->pay->rtpbin->udpsink</div>
<div> </div>
<div>And enjoy the Streaming using Gstreamer..... :)</div>
<div> </div>
<div>Manish<br><br></div>
<div class="gmail_quote">On Thu, Sep 25, 2008 at 10:57 AM, liangzhihong1984 <span dir="ltr"><<a href="mailto:liangzhihong1984@126.com">liangzhihong1984@126.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div> I captured video stream from a USB camera, now want to send it to other users with udpsink,</div>
<div>and at the same time playback the video stream locally, how should I implement this through gst-launch </div>
<div>command line, as well as C language? </div>
<div> </div>
<div> </div>
<div> </div><br>-------------------------------------------------------------------------<br>This SF.Net email is sponsored by the Moblin Your Move Developer's challenge<br>Build the coolest Linux based applications with Moblin SDK & 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&url=/" target="_blank">http://moblin-contest.org/redirect.php?banner_id=100&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>