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

dvr use .tmp and rename to .flv when finished.

This commit is contained in:
winlin 2014-04-22 17:50:22 +08:00
parent 733ca2475d
commit 435e02db5d
3 changed files with 23 additions and 2 deletions

View file

@ -127,6 +127,10 @@ protected:
SrsSource* _source;
SrsRequest* _req;
SrsRtmpJitter* jitter;
/**
* current flv file path.
*/
std::string current_flv_path;
public:
SrsDvrPlan();
virtual ~SrsDvrPlan();