Open j1elo opened 5 years ago
Just to give more info, the data in file framerate_values.mat
has this form:
[07:00:27.326206000] "rtpsession1_send_rtcp_src", 2
[07:00:27.326239000] "decodebin0_src_0", 16
[07:00:27.326264000] "bin0_src_0", 20
[07:00:27.326282000] "rtpsession3_recv_rtp_src", 34
[07:00:27.326304000] "srtp_encoder_rtcp_src_1", 2
[07:00:27.326316000] "manager_send_rtcp_src_1", 1
I've checked the code of file framerate_process.m
. I'm not surprised it doesn't work! The framerate_process.m
tries to scanf() the first field as a float value!
In this line:
[val, count] = fscanf(fileID,'%f,',1);
Which seems wrong...
But changing %f
to %s
still won't work, I think it's because value_mat
is a numeric matrix, not a cell array, so the assignment doesn't work as expected.
Hi @j1elo,
Could you please give it a try to the latest changes added to Gst-Shark? We released a new version some days ago mainly focused on fixing the plotting functionality
Issue: Trying to run the "combined result comparison" of
cpuusage
andframerate
tracers, as indicated in the Result comparison section of the documentation:Generates an error message:
Tried with a much simpler pipeline:
But the error happens, with exactly the same message: