mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine bandwidth test client, provides js and as library
This commit is contained in:
parent
b1dd0218be
commit
c319cc6a40
12 changed files with 700 additions and 336 deletions
|
@ -67,10 +67,10 @@ class SrsRtmpServer;
|
|||
* | final(2)------------> | finalClientPacket
|
||||
* | <END> |
|
||||
*
|
||||
* 1. when flash client, server ignore the publish stopped result,
|
||||
* and directly send the report to flash client.
|
||||
* 2. flash client only. when got report, flash client should send out
|
||||
* a final packet and close the connection immediately.
|
||||
* 1. when flash client, server never wait the stop publish response,
|
||||
* for the flash client queue is fullfill with other packets.
|
||||
* 2. when flash client, server never wait the final packet,
|
||||
* for the flash client directly close when got report packet.
|
||||
*/
|
||||
class SrsBandwidth
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue