<meta http-equiv="Content-Type" content="text/html; charset=GB18030"><div><br></div><div><p style="box-sizing: border-box; margin: 0px 0px 15px; color: rgb(51, 63, 72); font-family: Arial, sans-serif; font-size: 16px;">         How to solve the problem of a few seconds delay in fetching IP camera video data by gstreamer through rtsp? The instructions I used are as follows. Can I use the gst-launch tool to set the video buffer delay size to solve this problem?</p><p style="box-sizing: border-box; margin: 0px 0px 15px; color: rgb(51, 63, 72); font-family: Arial, sans-serif; font-size: 16px;">         gst-launch-1.0 -v rtspsrc location=rtsp://admin:cx123456@192.168.60.64 ! rtph264depay ! queue max-size-time=0 ! vpudec ! imxvideoconvert_g2d ! video/x-raw, format=RGB16, width=1024, height=600 ! waylandsink</p></div>