How to interpret console logging statistics? #407
Replies: 3 comments 3 replies
-
Hi.
tells statistics from the decoder, so it usually relates to network. But the numbers are so low so it doesn't perhaps matter. It should be rather interpreted when you experiencing errors, so that this can help. I believe that just these fields may not be intuitive:
DeckLink stat doesn't map to the above in any way... actually, in non-scheduled stream (default) it will be always 0. |
Beta Was this translation helpful? Give feedback.
-
ok got it - the cumulative is the life of the session. Please forgive me for asking what are probably some naive questions. In the cumulative stats for audio is there any way to get the FEC corr data? I don't see that in the current output Previously if we had an audio frame drop it would present its self as an Audio Buffer Over/Under flow. Since decoding with the :sync option, that error has gone away. We do on occasion get an 'empty channel' warning which does appear to be associated with packet loss.
Does this sample loss get recorded in the cumulative audio frames played / not played? |
Beta Was this translation helpful? Give feedback.
-
I wondering about the FEC section. |
Beta Was this translation helpful? Give feedback.
-
Is there any guide how to best interpret the data in the log outputs?
For example, in the Video decode stats, it seems to suggest something is being dropped or missed:
However in the following Decklink display line it seems to suggest everything is arriving just fine:
This is just one example (btw this is a comprimato send with RS FEC and nvidia hardware decode to decklink with sync option)
I would love to better understand how to parse this information, but wasn't able to find a breakdown in the documentation... and haven't yet tried to find all the different outputs in the code
Any pointers here would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions