mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Always enable DVR
This commit is contained in:
parent
b0789c54e4
commit
7fd221ef63
7 changed files with 10 additions and 64 deletions
|
@ -23,8 +23,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_app_dvr.hpp>
|
||||
|
||||
#ifdef SRS_AUTO_DVR
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
@ -1100,6 +1098,4 @@ int SrsDvr::on_reload_vhost_dvr_apply(string vhost)
|
|||
return ret;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue