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

For #299, use fragment for dvr FLV/MP4

This commit is contained in:
winlin 2017-03-18 21:41:01 +08:00
parent da4c390d69
commit 8d679a6f9a
5 changed files with 44 additions and 60 deletions

View file

@ -67,6 +67,8 @@ public:
// Unlink the fragment, to delete the file.
// @remark Ignore any error.
virtual int unlink_file();
// Create the dir for file recursively.
virtual int create_dir();
public:
// Get the temporary path for file.
virtual std::string tmppath();