Page 1 of 1

Can not output statistics file

Posted: 17 Jul 2018 13:52
by chenliang
Hi,
I'm using the version:3.0.3 with the command "vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --stats --sout-stats-output=C:\stats.txt", but there is no stats.txt.
How to output the stats file?
Thanks.

Re: Can not output statistics file

Posted: 17 Jul 2018 16:43
by Lotesdelere
Try with "C:\stats.txt"
You're missing a " at the beginning of the destination. Make also sure that you have writing rights to C:\ .

Re: Can not output statistics file

Posted: 18 Jul 2018 03:26
by chenliang
Thanks for your detailed reply,unfortunately it didn't work.
I have tried the following commands, the log.txt is OK, but the stats.txt always no output.
I don't know how to do. :x

Code: Select all

vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --file-logging --logfile=C:\log.txt --log-verbose=2 --sout-stats-output=C:\stats.txt vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --file-logging --logfile=C:\log.txt --log-verbose=2 --stats --sout-stats-output=C:\stats.txt vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --stats --sout-stats-output=C:\stats.txt --file-logging --logfile=C:\log.txt --log-verbose=2 vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --sout-stats-output=C:\stats.txt --file-logging --logfile=C:\log.txt --log-verbose=2 vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --sout-stats-output=C:\stats.txt vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --stats --sout-display --sout-stats-output=C:\stats.txt vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --stats --sout-stats-output="C:\stats.txt" vlc rtmp://192.168.0.66:1935/vod/chen-test.mp4 --file-logging --logfile=C:\log.txt --log-verbose=2 --stats --sout-stats-output="C:\stats.txt"

Re: Can not output statistics file

Posted: 05 Nov 2019 22:20
by jau-yeung
I am looking to print out the statistics too. Was this issue ever resolved??