Fix bug for alone pithy print
This commit is contained in:
parent
543377ebf1
commit
a300d1fc54
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user