mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine PLI log
This commit is contained in:
parent
2bc6632a22
commit
2cbc00bf61
2 changed files with 19 additions and 5 deletions
|
@ -283,6 +283,7 @@ private:
|
|||
bool nack_enabled_;
|
||||
private:
|
||||
bool request_keyframe_;
|
||||
SrsErrorPithyPrint* pli_epp;
|
||||
private:
|
||||
SrsRequest* req;
|
||||
SrsRtcStream* source;
|
||||
|
@ -419,6 +420,8 @@ private:
|
|||
int nn_simulate_player_nack_drop;
|
||||
// Pithy print for address change, use port as error code.
|
||||
SrsErrorPithyPrint* pp_address_change;
|
||||
// Pithy print for PLI request.
|
||||
SrsErrorPithyPrint* pli_epp;
|
||||
public:
|
||||
SrsRtcConnection(SrsRtcServer* s, SrsContextId context_id);
|
||||
virtual ~SrsRtcConnection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue