Hello!
i have a problem with gstreamer transmite video- my delay is 0,5 sec, i need at least 0,3.
my pipeline is: gst-launch-1.0 -vvv v4l2src ! video/x-raw, width=1920, height=1080, framerate=25/1 ! nvvideoconvert ! queue ! video/x-raw, width=1080, height=960, framerate=25/1, format=RGBA ! nvstabilize crop-margin=0.03 ! nvvideoconvert ! video/x-raw, width=1080, height=960, framerate=25/1, format=RGBA ! nvvideoconvert ! nvv4l2h265enc bitrate=1100000 iframeinterval=25 insert-sps-pps=1 control-rate=constant_bitrate ratecontrol-enable=true profile=Main num-B-Frames=0 preset-level=3 EnableTwopassCBR=true maxperf-enable=true ! h265parse ! queue ! rtph265pay mtu=160 config-interval=1 pt=127 ! udpsink host=10.91.40.3 port=10002
how could I accelerate this pipeline?
thanks to any ideas
my board is Jetson TX2 on JetPack 4.6
Hi,
Please try the suggestion to break down where the latency is from:
RTSP stream delay / Pipeline optimization - #2 by DaneLLL
And please execute sudo jetson_clocks to get optimal throughput of the system.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.