gst-shark
gst-shark copied to clipboard
GstShark is a front-end for GStreamer traces
I am new to gstreamer, and came across your video about profiling[1] because I was looking for some stats reporting on pipelines. So maybe my question is not applicable. But...
``` Thread 5 "task0" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f6e16f22700 (LWP 11885)] gst_shark_tracer_hook_pad_push_pre (object=0x558da2b97a00, ts=5961160000, pad=0x7f6e0c020f60, buffer=0x7f6e20022c60) at gstsharktracer.c:411 411 gstsharktracer.c: No such file or directory. (gdb)...
Git module common is unreachable so an initial ./autogen.sh fails: ``` $ git clone https://github.com/RidgeRun/gst-shark/ $ cd gst-shark && ./autogen.sh --prefix /usr/ --libdir /usr/lib/x86_64-linux-gnu/ + Setting up common submodule Submodule...
The wiki says on [https://developer.ridgerun.com/wiki/index.php?title=GstShark_-_Getting_Started](https://developer.ridgerun.com/wiki/index.php?title=GstShark_-_Getting_Started) to install a number of packages for the plotting on Ubuntu. For me gstshark-plot failed on Ubuntu 18.04 when running "set terminal x11...", because the...
I'm using gst-shark and tracers inside a custom C gstreamer application. I have it working in the sense that I set environment variables before starting the program and then Im...
I am able to draw different plots for tracers interlatency, proctime and etc. But in all plot diagrams, I am getting time axis wrong. In example diagram : https://developer.ridgerun.com/wiki/index.php?title=File:Test_proctime_plot.png, I...
Dear Ridgerun team, I am trying to do plotting using gst-shark with commands mentioned (https://developer.ridgerun.com/wiki/index.php?title=GstShark_-_Processing_Time_tracer) GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 videotestsrc ! identity sleep-time=8500 ! tee name=t t. ! queue ! identity...
Hey guys, Thanks for the great work on gst-shark, it is a great tool to use! Similar to Issue #59 I am trying to build tracing capability into a custom...
gst-shark 0.7.1.1 only proctime works, other tracers do not create data or meta files Thanks, Terry
Hi, I am having troubles plotting bitrate trace (on its own) or framerate trace (own its own as well) using gstshark. (a) For bitrate, I get the following error: _error:...