Add ability to disable webtorrent

In favour of HLS
This commit is contained in:
Chocobozzz
2019-11-15 15:06:03 +01:00
parent 14981d7331
commit d7a25329f9
80 changed files with 1189 additions and 540 deletions

View File

@@ -2,22 +2,21 @@
import 'mocha'
import * as chai from 'chai'
import { VideoDetails, VideoFile } from '../../../shared/models/videos'
import { VideoDetails } from '../../../shared/models/videos'
import {
cleanupTests,
doubleFollow,
execCLI,
flushAndRunMultipleServers,
flushTests,
getEnvCli,
getVideo,
getVideosList,
killallServers,
ServerInfo,
setAccessTokensToServers,
uploadVideo
} from '../../../shared/extra-utils'
import { waitJobs } from '../../../shared/extra-utils/server/jobs'
import { VideoFile } from '@shared/models/videos/video-file.model'
const expect = chai.expect