Novage / p2p-media-loader

An open-source engine for P2P streaming of live and on demand video directly in a web browser HTML page
https://novage.com.ua/p2p-media-loader/demo.html
Apache License 2.0
1.43k stars 314 forks source link

Fix bandwidth approximator #192

Closed Chocobozzz closed 3 years ago

Chocobozzz commented 3 years ago

If the client downloads a piece that takes more than 1 second, the approximation will be wrong. We need a bigger SMOOTH_INTERVAL to correctly measure low bandwidths

Chocobozzz commented 3 years ago

I think we should revert this PR and set SMOOTH_INTERVAL to 2 seconds