1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

refine srs live flashP2P(integrated by chnvideo)

This commit is contained in:
winlin 2014-04-24 17:38:57 +08:00
parent 67e1988b81
commit 3ed59f190b
5 changed files with 133 additions and 2 deletions

View file

@ -259,6 +259,7 @@ protected:
virtual int on_video_keyframe();
virtual int64_t filter_timestamp(int64_t timestamp);
private:
virtual int on_dvr_reap_flv_header(std::string path);
virtual int update_duration(SrsSharedPtrMessage* msg);
};