<html><p>Hi,<br />
i'm trying to stream a h264 mov from one android device to another.<br />
i am using the gst-launch-remote example for both sender and receiver.<br />
the pipelines are as following:<br />
 </p>

<pre>
<em>//receiver
</em><em><strong>//gst_launch_remote_set_pipeline (self, "udpsrc port=5000 caps=\"application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, sprop-parameter-sets=\\\"J0LgHqkYFAX/LgDUGAQa2wrXvfAQ\,KN4JyA\\\\=\\\\=\\\", payload=96, ssrc=(uint)743350251, timestamp-offset=(uint)1181281263, seqnum-offset=(uint)808\"  ! rtph264depay ! avdec_h264 ! videoconvert ! autovideosink");</strong>

</em><em>//sender
</em><strong>gst_launch_remote_set_pipeline (self, "filesrc location=/sdcard/Download/bbb_h264.mp4 ! qtdemux ! rtph264pay ! udpsink host=192.168.0.102 port=5000");</strong></pre>

<p> </p>

<p>it works but the performance are very bad and the display has very laggy video outcome.<br />
could anyone advise please what am i doing wrong?</p>

<p>--</p>

<p> </p>

<p> </p>

<p>Best regards, <br />
Michael Gintzburg <br />
Software Team Leader, <br />
Linux4biz Ltd. <br />
Office: +972-9-7687885 <br />
Mobile: +972-54-7693319 <br />
Fax: +972-9-7680185 <br />
Email: michaelg@linux4biz.com <br />
<a href="http://www.linux4biz.com/" style="text-decoration: none; color: rgb(102, 0, 102);">http://www.linux4biz.com</a></p>

<p> </p>
</html>