mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: fix rtc publisher pli cid (#3318)
* RTC: fix rtc publisher pli cid * RTC: log bridge request keyframe * Update release v6.0.19 v5.0.138 Co-authored-by: Winlin <winlin@vip.126.com> Co-authored-by: ChenGH <chengh_math@126.com>
This commit is contained in:
parent
81566868bf
commit
7922057467
7 changed files with 14 additions and 10 deletions
|
@ -128,7 +128,9 @@ public:
|
|||
virtual ~ISrsRtcPublishStream();
|
||||
public:
|
||||
// Request keyframe(PLI) from publisher, for fresh consumer.
|
||||
virtual void request_keyframe(uint32_t ssrc) = 0;
|
||||
virtual void request_keyframe(uint32_t ssrc, SrsContextId cid) = 0;
|
||||
// Get context id.
|
||||
virtual const SrsContextId& context_id() = 0;
|
||||
};
|
||||
|
||||
class ISrsRtcSourceEventHandler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue