<div dir="ltr">Hello,<br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><br>
</div><div dir="ltr">We use GStreamer 1.0 for Android,in that use Gstreamer tutorial 3, and Change the pipeline,<br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><br>
</div><div dir="ltr">pipeline is,<br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><br>
</div><div dir="ltr">data->pipeline =gst_parse_launch("udpsrc port=5000 caps =\"application/x-rtp, media=video,clock-rate=(int)90000,encoding-name=(string)H264\" ! rtpjitterbuffer ! rtph264depay ! avdec_h264 ! autovideosink sync=false async=false enable-last-buffer=true",&error);<br>
</div><div dir="ltr"><br>
</div><div dir="ltr">and live video streamming is show on application.but the latency of live streaming is very bad(frame is shown after 5sec to 10sec ).<br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><br>
</div><div dir="ltr">when we remove rtpjitterbuffer from above pipeline then video is not shown very well,but latency problem solve.<br>
</div><div dir="ltr"><br>
</div><div dir="ltr">i request you to how to solve this problem which gives better quality video and video play on 30fps.<br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><br>
</div><div dir="ltr"><font color="#888888">Atul Bhandare</font><br>
</div><div dir="ltr"><br>
</div><div dir="ltr">Thanks & Regards</div>