[mirotalksfu] - add upload to s3 recording
هذا الالتزام موجود في:
@@ -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
|
||||
# ----------------------------------------------------
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم