H264, UDP and RTP = Video freezes for a few milliseconds while playing
solo_juan
solo_juan at gmx.com
Thu Mar 5 12:55:28 UTC 2020
Hi,
I used the raw text option and failed!!
These are the pipelines:
The sender pipeline:
gst-launch-1.0 rpicamsrc bitrate=3870000 preview=false fullscreen=false
rotation=180 \
inline-headers=true keyframe-interval=15 sensor-mode=0
annotation-mode=0x020c \
! video/x-raw,width=1280,height=720,framerate=15/1,profile=high \
! omxh264enc target-bitrate=1500000 control-rate=1 !
video/x-h264,profile=high \
! h264parse ! rtph264pay config-interval=10 pt=96 ! queue ! udpsink
host=168.162.134.129 port=9990
The receiver pipeline:
GST_DEBUG=2 gst-launch-1.0 -vc udpsrc caps="application/x-rtp" port=9990
buffer-size=102400 \
! rtpjitterbuffer drop-on-latency=false latency=250 do-lost=true !
rtph264depay \
! avdec_h264 max-threads=100 output-corrupt=true ! queue ! fpsdisplaysink
sync=false --verbose
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list