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:
parent
733ca2475d
commit
435e02db5d
3 changed files with 23 additions and 2 deletions
|
@ -127,6 +127,10 @@ protected:
|
|||
SrsSource* _source;
|
||||
SrsRequest* _req;
|
||||
SrsRtmpJitter* jitter;
|
||||
/**
|
||||
* current flv file path.
|
||||
*/
|
||||
std::string current_flv_path;
|
||||
public:
|
||||
SrsDvrPlan();
|
||||
virtual ~SrsDvrPlan();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue