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:
parent
9c0cdc5047
commit
cfd57d2ca0
21 changed files with 615 additions and 307 deletions
|
@ -16,7 +16,7 @@ export class StreamingPlaylistsCommand extends AbstractCommand {
|
|||
}))
|
||||
}
|
||||
|
||||
getSegment (options: OverrideCommandOptions & {
|
||||
getFragmentedSegment (options: OverrideCommandOptions & {
|
||||
url: string
|
||||
range?: string
|
||||
}) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue