mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine cid for PLI
This commit is contained in:
parent
a0dedba2ab
commit
579f7a8a5b
4 changed files with 41 additions and 32 deletions
|
@ -516,6 +516,8 @@ class SrsRtcVideoRecvTrack : public SrsRtcRecvTrack
|
|||
{
|
||||
private:
|
||||
bool request_key_frame_;
|
||||
// The player(subscriber) cid, which requires PLI.
|
||||
SrsContextId cid_of_subscriber_;
|
||||
public:
|
||||
SrsRtcVideoRecvTrack(SrsRtcConnection* session, SrsRtcTrackDescription* stream_descs);
|
||||
virtual ~SrsRtcVideoRecvTrack();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue