1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Update perf api tool

This commit is contained in:
winlin 2020-04-14 19:36:43 +08:00
parent 88b1e14db4
commit 9d5c855727

View file

@ -38,7 +38,7 @@ obj = json.loads(s)
keys = [3, 5, 9, 16, 32, 64, 128, 256, 1000]
print ""
print("AVFrames"),
print("AV---Frames"),
for k in keys:
k2 = 'lt_%s'%(k)
if 'frames' in obj['data']: