# 发送端
gst-launch-1.0 filesrc location=4k_60.mp4 ! qtdemux ! h264parse ! queue max-size-time=0 ! rtph264pay pt=96 config-interval=-1 ! udpsink host=127.0.0.1 port=5000 sync=true async=false
# 接收端
gst-launch-1.0 udpsrc port=5000 ! application/x-rtp,encoding-name=H264 ! rtpjitterbuffer latency=5 ! rtph264depay ! h264parse ! mppvideodec ! queue max-size-buffers=2 ! xvimagesink sync=false qos=true max-lateness=20000000