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:
parent
6ec0b75beb
commit
4c280004ce
16 changed files with 189 additions and 146 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue