Commit 424aad15 authored by Rémi Duraffort's avatar Rémi Duraffort

luarc: oups.

parent 323a0b21
...@@ -323,7 +323,6 @@ end ...@@ -323,7 +323,6 @@ end
function stats(name,client) function stats(name,client)
local stats_tab = vlc.input.stats() local stats_tab = vlc.input.stats()
client:append("bla"..stats_tab["demux_bitrate"])
client:append("+----[ begin of statistical info") client:append("+----[ begin of statistical info")
client:append("+-[Incoming]") client:append("+-[Incoming]")
client:append("| input bytes read : "..string.format("%8.0f kB",stats_tab["read_bytes"]/1000)) client:append("| input bytes read : "..string.format("%8.0f kB",stats_tab["read_bytes"]/1000))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment