I am trying to use gstreamer-0.10.36 on open-wrt device to convert video stream from ip camera from rtsp to rtp and send it over UDP. On my PC this works ok for any camera i have:<br><div class="gmail_quote">gst-launch rtspsrcĀ  location=rtsp://<a href="http://10.1.60.1/0/video0" target="_blank">10.1.60.1/0/video0</a> ! udpsink host=192.168.1.140 port=1234<br>

It is also works under open-wrt, but for one of my cams if produces very strange udp stream. Receiver receive packets once per 3-4 seconds, but they look like valid RTP packets.<br>If i execute this:<br>gst-launch rtspsrcĀ  location=rtsp://<a href="http://10.1.60.1/0/video0" target="_blank">10.1.60.1/0/video0</a> ! fakesink -v<br>

I can see lot of RTP packets with correct timings.<br><br>What can it be?<br>
</div><br>