1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

Fix bug for alone pithy print

This commit is contained in:
winlin 2021-04-27 18:34:51 +08:00
parent 543377ebf1
commit a300d1fc54

View file

@ -167,6 +167,9 @@ bool SrsErrorPithyPrint::can_print(int error_code, uint32_t* pnn)
SrsAlonePithyPrint::SrsAlonePithyPrint() : info_(0)
{
//stage work for one print
info_.nb_clients = 1;
previous_tick_ = srs_get_system_time();
}