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:
parent
543377ebf1
commit
a300d1fc54
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue