illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.91k stars 1.51k forks source link

Fix bitrate to be more accurate #460

Closed 715209 closed 3 years ago

715209 commented 3 years ago

The bitrate on the stats page is not accurate it takes the average from the start of the stream #262, #429. I introduced a new field bitrate that gets updated with the average over the past second. This code is inspired by SLS.

b3ck commented 3 years ago

Yes, we need this so bad, thank you!

xtrarobson commented 3 years ago

Yes we did it!