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

Prefer to not store lives in S3 by default

It causes too many issues with some object storage providers
Admin may choose to use a CDN instead
This commit is contained in:
Chocobozzz 2025-05-05 15:36:45 +02:00
parent 516e95597e
commit b9f6d021a3
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -242,7 +242,7 @@ object_storage:
# which can be a problem depending on your object storage provider
# You can also choose to disable this feature to reduce live streams latency
# Live stream replays are not affected by this setting, so they are uploaded in object storage as regular VOD videos
store_live_streams: true
store_live_streams: false
web_videos:
bucket_name: 'web-videos'

View file

@ -240,7 +240,7 @@ object_storage:
# which can be a problem depending on your object storage provider
# You can also choose to disable this feature to reduce live streams latency
# Live stream replays are not affected by this setting, so they are uploaded in object storage as regular VOD videos
store_live_streams: true
store_live_streams: false
web_videos:
bucket_name: 'web-videos'