<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Zibo SHI wrote:
<blockquote
 cite="mid:6c60b0610903122135o56020fdtd99b30e53432fe58@mail.gmail.com"
 type="cite">Hello all. <br>
I want to build a pipeline to transmit mpg video by upd. (such as, I
think, "gst-launch filesrc location=1.mpg ! .... ! udpsink") Any body
body can help me fix this problem. Thanks very much.<br>
  <br>
Ragards.<br>
  <pre wrap="">
<hr size="4" width="90%">
------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. <a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/www-adobe-com">http://p.sf.net/sfu/www-adobe-com</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
&nbsp;gst-launch-0.10 filesrc location=Videos/sample.mpg ! mpegparse !
udpsink host=192.168.0.210 port=5040<br>
&nbsp;The stream will now be available in 192.168.0.210 at port 5040. You
MUST add port 5040 to trusted ports in your firewall settings.<br>
You can play this file by typing mplayer udp://192.168.0.210:5040.<br>
If you want to get stream in all machines in a LAN, use the IP
192.168.0.255 (For any class of IP, last portion should be 255 for
broadcasting)<br>
</body>
</html>