1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Use a single file instead of segments for HLS

This commit is contained in:
Chocobozzz 2019-02-07 15:08:19 +01:00 committed by Chocobozzz
parent 6ec0b75beb
commit 4c280004ce
16 changed files with 189 additions and 146 deletions

View file

@ -7,7 +7,6 @@ import { join } from 'path'
import { Instance as ParseTorrent } from 'parse-torrent'
import { remove } from 'fs-extra'
import * as memoizee from 'memoizee'
import { isArray } from './custom-validators/misc'
function deleteFileAsync (path: string) {
remove(path)