You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The trigger time of STATISTICS_INFO has always been a mystery. When I play the live stream of http/flv, the trigger event is roughly once every 0.6s, and I have never understood what the speed value means. If it is bytes/s, it is too small, and even if it is kb/s, it is not large enough. My requirement is to monitor the real-time download volume of the URL, but it seems that the speed is not enough. How should I deal with it? Please help me, it will be very grateful!
The text was updated successfully, but these errors were encountered:
By reading the source code, I found that the unit of the speed attribute is KB/S, and the interval for triggering the STATISTICS_INFO event can be configured through the statisticsInfoReportInterval attribute in the configuration, and the unit is milliseconds.
The trigger time of STATISTICS_INFO has always been a mystery. When I play the live stream of http/flv, the trigger event is roughly once every 0.6s, and I have never understood what the speed value means. If it is bytes/s, it is too small, and even if it is kb/s, it is not large enough. My requirement is to monitor the real-time download volume of the URL, but it seems that the speed is not enough. How should I deal with it? Please help me, it will be very grateful!
The text was updated successfully, but these errors were encountered: