mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +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)
|
SrsAlonePithyPrint::SrsAlonePithyPrint() : info_(0)
|
||||||
{
|
{
|
||||||
|
//stage work for one print
|
||||||
|
info_.nb_clients = 1;
|
||||||
|
|
||||||
previous_tick_ = srs_get_system_time();
|
previous_tick_ = srs_get_system_time();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue