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
21 changed files with 615 additions and 307 deletions

View File

@@ -145,7 +145,6 @@ info:
| `/api/*` |
| `/download/*` |
| `/lazy-static/*` |
| `/live/segments-sha256/*` |
| `/.well-known/webfinger` |
In addition, all routes serving ActivityPub are CORS-enabled for all origins.