Page 1 of 1
Some stream/video statistics
Posted: 19 Oct 2009 13:20
by annum
Is it possible to get any of these stats using the vlc framewok
MDI score, latency, jitter, SLR pass/fail
I, P, and B frame corruption ratio
annum
Re: Some stream/video statistics
Posted: 19 Oct 2009 17:59
by Rémi Denis-Courmont
Not wit the current code.
Re: Some stream/video statistics
Posted: 19 Oct 2009 20:51
by annum
So are there any stats that can be gathered?
Re: Some stream/video statistics
Posted: 19 Oct 2009 21:40
by Rémi Denis-Courmont
In theory, it depends on the informations we have and the media we're dealing with.
Re: Some stream/video statistics
Posted: 29 Oct 2009 14:00
by ezacaria
Hello,
I was wondering, is it possible to capture the numbers that go to the "statistics" tab of the "media properties" window? If we can get that out to a file, then at least the input bitrate and number of dropped buffers could be captured.
I looked at the output of vlc -vvv while receiving a stream through UDP, but I did not see the statistics. Is it possible to specify that the statistics should be logged in the "logger" module?
On XP, I managed to the file logging on XP to work with
Code: Select all
vlc.exe -vvv --file-logging --logfile=./log.txt udp://:1234 --extraintf=logger --verbose=3
Thank you very much!
Best regards,
Eduardo
Re: Some stream/video statistics
Posted: 24 Nov 2009 18:46
by vlc_rlk
Hi Eduardo.
Could you tell me how did you manage to get the logging file for the stats in XP?
I am trying to get the statistics printed to a log file or text file.
Thanks in advance.