GstRtspSink - NVidia TX2

From RidgeRun Developer Connection
Jump to: navigation, search


Previous: Performance Index Next: NVidia_TX1_EVM




This wiki presents some performance measurements of a typical GstRtspSink pipeline on the NVidia TX2 running for 2:40 hours.

Error something wrong.jpg Problems running the pipelines shown on this page?
Please see our GStreamer Debugging guide for help.

Nvidia-preferred-partner-badge-rgb-for-screen.png

RR Contact Us.png


The pipeline ran without clients, after 1h one client is connected to the stream.

GstRtspSink Pipeline

The following GstRtspSink pipeline generates video with a videotestsrc, encodes it using HW accelerated H264 encoder, and streams it using GstRtspSink.

PORT=5000
MAPPING=/stream1
gst-launch-1.0 videotestsrc ! omxh264enc ! h264parse ! video/x-h264, mapping=${MAPPING}  ! perf print-arm-load=1 ! rtspsink service=${PORT}

Framerate

The frame rate was measured using the perf element.

Framerate measured

CPU Load

The CPU load was measured using perf element.

CPU measured

RAM Usage

The ram usage was measured using massif.

Ram measured



Previous: Performance Index Next: NVidia_TX1_EVM