Hello people,<br><br>I&#39;m transmitting an h264 encoded stream using gstreamer itself and playing it using gstreamer. I can notice that the video is not smooth at all. I have tried using the gstrtpsession and gstrtpjitter too. I&#39;m not sure whether I am not setting some specific parameters for the elements. The pipelines are:
<br><br>TRANSMITTER:<br>gst-launch-0.10 -v filesrc location=file.avi ! decodebin&nbsp; ! videoscale ! video/x-raw-yuv,width=176,height=144 ! videorate !&nbsp; video/x-raw-yuv,width=176,height=144,framerate=\(fraction\)10/1 ! x264enc byte-stream=true bitrate=100 ref=12 key-int-max=12 me=0&nbsp; ! rtph264pay mtu=1438 ! udpsink host= 
<a href="http://192.168.3.161" target="_blank">192.168.3.161</a>&nbsp; port=50004<br><br>RECEIVER:<br>gst-launch-0.10 -v udpsrc port=50004 ! gstrtpsession ! application/x-rtp, clock-rate=90000,payload=96 !&nbsp; gstrtpjitterbuffer ! rtph264depay ! queue ! ffdec_h264 ! xvimagesink sync=true
<br><br>The same lack of smoothness in the video happens when I use DarwinStremer or Helix too. I would appreciate if anyone help me out.<br><br>Thanks and regards,<br>Jayarama S. Santana<br>Researcher<br>Instituto Nokia de Tecnologia (Nokia Technology Institute)
<br>Recife - Brazil<br>