Hi David,
1) Could you share the pipeline that you are using?
gst-launch omx_camera output-buffers=10 ! "video/x-raw-yuv, format=(fourcc)NV12, width=1920, height=1080, framerate=60/1, buffer-count-requested=2" ! omx_h264enc input-buffers=1 output-buffers=2 force-idr-period=4 i-period=4 bitrate=28000000 profile=1 framerate=60 ! "video/x-h264, width=1920,height=1080, framerate=60/1, stream-format=byte-stream, alignment=au" ! gstperf print-fps=true print-arm-load=true ! rtph264pay ! queue !udpsink sync=false host=192.168.1.12 port=5000
2) Are you using RTP, RTSP, UDP?
RTP over udp.
3) Who is the client? VLC or another gstreamer pipeline?
Gstreamer Pipeline.
gst-launch-0.10 udpsrc port=5000 caps=application/x-rtp,media=video,clock-rate=90000,encoding-name=H264,sprop-parameter-sets=\"J0KAKouVAPAET8qAAA\\=\\=\\,KN4BriAA\",payload=96,ssrc=1701772738,clock-base=2031560221,seqnum-base=31484 ! rtph264depay ! queue ! ffdec_h264 ! xvimagesink sync=false -v