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:
parent
516e95597e
commit
b9f6d021a3
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue