udp audio streaming issue
Pradeep Reddy
pradeep.mundlapudi5 at gmail.com
Tue Feb 5 06:29:13 UTC 2019
Hi All,
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.
Can you Please help?
Below are my pipelines for sending and receiving udp stream, Please correct
me.
*sender*: (embedded board - db820c)
*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*
*Receiver: (*my laptop*)*
*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.*
Thanks,
Pradeep
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190205/abf98478/attachment.html>
More information about the gstreamer-devel
mailing list