Hi,<br><br>I would like to test to suggest test pipelines from the gstreamer online documentation :<br><a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-udpsrc.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-udpsrc.html</a><br>
<br>There is no error or crash but nothing happens:<br><br>On the same computer, in a first console:<br><br>gst-launch-0.10 -v udpsrc ! fakesink dump=1<br>Setting pipeline to PAUSED ...<br><br>(a popup said me that I can open the port used by the udpsrc, so I did it)<br>
<br>in a second console:<br><br>C:\Documents and Settings\Administrateur&gt;gst-launch-0.10 -v audiotestsrc ! udpsink<br>Setting pipeline to PAUSED ...<br>/pipeline0/audiotestsrc0.src:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)1<br>Pipeline is PREROLLING ...<br>/pipeline0/udpsink0.sink:
caps = audio/x-raw-int, endianness=(int)1234, signed=(boolean)true,
width=(int)16, depth=(int)16, rate=(int)44100, channels=(int)1<br>Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br><br>I am using windows packages : gst-plugins-good-0.10.7.win32 from 09-mars-2008<br>
<br>Sincerely<br><br>Julien<br>