I'm building up a complex network emulation and I'm trying to catch some important performance measurements. I have mininet running on a server and I' streaming videos from one mininet host to another (with -nodisp option cause I have no GUI).
Is it possible to catch some performance measurements from ffmpeg, maybe writing them on a file?
I would like to find delay, bandwidth, maybe jitter, and so on.
Thanks everyone in advance