1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 10:19:35 +02:00

Live supports object storage

* Sync live files (segments, master playlist, resolution playlist,
   segment sha file) into object storage
 * Automatically delete them when the live ends
 * Segment sha file is now a file on disk, and not stored in memory
   anymore
This commit is contained in:
Chocobozzz 2022-10-04 10:03:17 +02:00
parent 9c0cdc5047
commit cfd57d2ca0
No known key found for this signature in database
GPG key ID: 583A612D890159BE
21 changed files with 615 additions and 307 deletions

View file

@ -16,7 +16,7 @@ export class StreamingPlaylistsCommand extends AbstractCommand {
}))
}
getSegment (options: OverrideCommandOptions & {
getFragmentedSegment (options: OverrideCommandOptions & {
url: string
range?: string
}) {