<div dir="ltr"><div>Hi,</div><div><br></div><div>The Android device (NEXUS 7 (2013), Android 4.4.2) is receiving a H264 over RTP over UDP video stream</div><div>with this pipeline; data->pipeline = gst_parse_launch("udpsrc port=5001 ! application/x-rtp, payload=96 ! rtph264depay ! ffdec_h264 ! ffmpegcolorspace ! autovideosink", &error);</div>

<div><br></div><div>The server is sending video with a resolution of 320x240 and everything is Ok.</div><div><br></div><div>When I change the resolution to 640x480 there are lot of video artefacts in the client (Nexus 7).</div>

<div><br></div><div>The Android application is based in Android Gstreamer SDK tutorial-3.</div><div><br></div><div>Any idea to fix this ?.</div><div><br></div><div>Thanks in advance.</div></div>