<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,</div><div dir="ltr"><br><div>I am trying to record video + audio from udpsink but audio plays for only 1 second,after that there is no audio . Also I am getting jitters in video.</div><div>Can you Please help?</div><div><br></div><div>Below are my pipelines for sending and receiving udp stream, Please correct me.</div><div><br></div><div><b>sender</b>: (embedded board - db820c)</div><div><b>gst-launch-1.0 -e v4l2src device=/dev/video10 ! videoconvert ! video/x-raw,format=NV12,width=1280,height=720 ! v4l2h264enc extra-controls="controls,h264_profile=4,video_bitrate=10000000;" ! h264parse config-interval=10 ! queue ! mpegts. alsasrc name=hello1 ! webrtcdsp echo-cancel=true noise-suppression=true ! webrtcechoprobe ! 'audio/x-raw,format=S16LE, rate=48000' ! queue max-size-time=20000000000 max-size-bytes=204857600 max-size-buffers=3000 ! audioconvert ! avenc_aac ! aacparse ! mpegts.  mpegtsmux name=mpegts  ! rtpmp2tpay ! udpsink host=192.168.51.6 port=5000</b><br></div><div><br></div><div><b>Receiver: (</b>my laptop<b>)</b></div><div><b>gst-launch-1.0 -e -v qtmux name=mix ! filesink location=out.mp4 udpsrc port=5000  !  tsparse ! tsdemux name=demux demux. ! queue ! h264parse ! avdec_h264 ! videoconvert ! mix. demux. ! queue ! aacparse ! avdec_aac ! audioconvert ! voaacenc ! mix.</b><br></div><div><b><br></b></div><div>Thanks,</div><div>Pradeep</div></div></div></div>