Watching Every GStreamer Element's Resource Usage Real Time

Ali Buluş ali.bulus at openzeka.com
Fri Mar 24 08:32:47 UTC 2023


Hi,

I can't figure out how to measure every plugin's resource usage for one
frame. For example in this pipeline: gst-launch-1.0 rtspsrc location=
rtsp://192.168.0.10:8080/h264_ulaw.sdp ! rtph264depay ! avdec_h264 !
videoconvert ! glimagesink i want to see how many cpu,ram and gpu are using
for just one frame.

If possible, i prefer doing this with python, by building the pipeline with
Gst.ElementFactory.make(), not by building pipeline string
(Gst.parse_launch()).

Can you show me a way ?

Thank You.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20230324/5fec804f/attachment.htm>


More information about the gstreamer-devel mailing list