[mirotalksfu] - add upload to s3 recording

هذا الالتزام موجود في:
Miroslav Pejic
2025-04-23 21:57:23 +02:00
الأصل 3510929589
التزام 7827c56759
9 ملفات معدلة مع 313 إضافات و66 حذوفات

عرض الملف

@@ -54,10 +54,11 @@ CORS_ORIGIN=* # Allowed CORS origins (comma-
# Recording
RECORDING_ENABLED=false # Enable recording functionality (true|false)
RECORDING_UPLOAD_TO_S3=false # Upload recording to AWS S3 bucket [true/false]
RECORDING_ENDPOINT= # Recording service endpoint es http://localhost:8080
# Rtmp streaming
RTMP_ENABLED=true # Enable RTMP streaming (true|false)
RTMP_ENABLED=false # Enable RTMP streaming (true|false)
RTMP_FROM_FILE=true # Enable local file streaming
RTMP_FROM_URL=true # Enable URL streaming
RTMP_FROM_STREAM=true # Enable live stream (camera, microphone, screen, window)
@@ -182,6 +183,13 @@ WEBHOOK_URL=https://your-site.com/webhook-endpoint # Webhook endpoint URL
# IP Geolocation
IP_LOOKUP_ENABLED=false # Enable IP lookup functionality (true|false)
# AWS S3 Configuration
AWS_S3_ENABLED=false # Enable AWS S3 storage (true|false)
AWS_S3_BUCKET_NAME=mirotalk # Name of your S3 bucket (must exist)
AWS_ACCESS_KEY_ID= # AWS Access Key ID (leave empty for IAM roles)
AWS_SECRET_ACCESS_KEY= # AWS Secret Access Key (leave empty for IAM roles)
AWS_REGION= # AWS region (e.g., us-east-2, eu-west-2)
# ----------------------------------------------------
# 7. UI Customization
# ----------------------------------------------------