Kyrylo V. Polezhaiev
Kyrylo V. Polezhaiev
Can you please share your trace file?
On Linux, if you have gst-instruments installed to `/usr/local/` prefix, you have two options: 1. GStreamer ABI call interception: - set `LD_PRELOAD` environment variable to `/usr/local/lib/libgstintercept.so`. - set `GST_DEBUG_DUMP_TRACE_DIR` to...
Yes, this is supposed to work properly.
Hi, Can you please provide some output? Cheers, K
Sure you can.
There is no live mode support. However you can choose time period to inspect.
First step: now you can terminate `gst-top-1.0` with Control+C
In recent node, `express-sse` doesn't work at all for this reason.
Looks like `.dot` file, not `.svg`. To convert to `.svg`, try this: mv pipeline.svg.log pipeline.dot dot pipeline.dot -Tsvg > pipeline.svg
Can you send me that pipeline0.gsttrace?