<p>Hi,</p>
<p> </p>
<p>I'm having some trouble for streaming a video on windows 7 with RTP. I installed the last sdk for windows : gstreamer-sdk-x86-2013.6 (gst-inspect-0.10.exe tells me that there are 171 plugins, 1004 features).</p>
<p> </p>
<p>I started with simples things like this command which is working and show me the image : gst-launch-0.10.exe videotestsrc ! dshowvideosink</p>
<p> </p>
<p>I tried to make a RTP server-client with these commands :</p>
<p> </p>
<p>At first, server :</p>
<p>  gst-launch-0.10.exe videotestsrc ! ffenc_mpeg4 ! rtpmp4vpay send-config=true ! udpsink host=127.0.0.1 port=5000</p>
<p> </p>
<p> </p>
<p>then the client with vlc, with this sdp file :</p>
<p> v=0</p>
<p> m=video 5000 RTP/AVP 96</p>
<p> c=IN IP4 127.0.0.1</p>
<p> a=rtpmap: 96 MP4V-ES/90000</p>
<p> </p>
<p> </p>
<p>But I got nothing :/</p>
<p> </p>
<p>Did I make something wrong or misunderstood something ?</p>
<p> </p>
<p>I would very much appreciate if you can help me. By the way, my main goal is to stream (with RTP) RGB images that I get with opencv. Do you have some advice ?</p>
<p> </p>
<p> </p>
<p>Alex, a french student.</p>