mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
call http api when dvr got keyframe
This commit is contained in:
parent
36d8fdfc1a
commit
733ca2475d
9 changed files with 179 additions and 58 deletions
|
@ -146,6 +146,8 @@ protected:
|
|||
virtual int on_audio_msg(SrsSharedPtrMessage* audio);
|
||||
virtual int on_video_msg(SrsSharedPtrMessage* video);
|
||||
virtual int flv_close();
|
||||
private:
|
||||
virtual int on_dvr_keyframe();
|
||||
public:
|
||||
static SrsDvrPlan* create_plan(std::string vhost);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue