aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml6
-rw-r--r--config/production.yaml.example6
-rw-r--r--config/test-1.yaml3
-rw-r--r--config/test-3.yaml3
-rw-r--r--config/test-4.yaml3
-rw-r--r--config/test-5.yaml3
-rw-r--r--config/test-6.yaml3
-rw-r--r--config/test.yaml6
8 files changed, 33 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml
index 23be08f85..3588a5ec9 100644
--- a/config/default.yaml
+++ b/config/default.yaml
@@ -396,6 +396,7 @@ live:
396 rtmp: 396 rtmp:
397 enabled: true 397 enabled: true
398 port: 1935 398 port: 1935
399 hostname: 'localhost'
399 400
400 rtmps: 401 rtmps:
401 enabled: false 402 enabled: false
@@ -404,6 +405,7 @@ live:
404 key_file: '' 405 key_file: ''
405 # Absolute path 406 # Absolute path
406 cert_file: '' 407 cert_file: ''
408 hostname: 'localhost'
407 409
408 # Allow to transcode the live streaming in multiple live resolutions 410 # Allow to transcode the live streaming in multiple live resolutions
409 transcoding: 411 transcoding:
@@ -425,6 +427,10 @@ live:
425 1440p: false 427 1440p: false
426 2160p: false 428 2160p: false
427 429
430video_editor:
431 # Enable video edition by users (cut, add intro/outro, add watermark etc)
432 enabled: false
433
428import: 434import:
429 # Add ability for your users to import remote videos (from YouTube, torrent...) 435 # Add ability for your users to import remote videos (from YouTube, torrent...)
430 videos: 436 videos:
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 675801caa..73d1ead66 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -404,6 +404,7 @@ live:
404 rtmp: 404 rtmp:
405 enabled: true 405 enabled: true
406 port: 1935 406 port: 1935
407 hostname: 'localhost'
407 408
408 rtmps: 409 rtmps:
409 enabled: false 410 enabled: false
@@ -412,6 +413,7 @@ live:
412 key_file: '' 413 key_file: ''
413 # Absolute path 414 # Absolute path
414 cert_file: '' 415 cert_file: ''
416 hostname: 'localhost'
415 417
416 # Allow to transcode the live streaming in multiple live resolutions 418 # Allow to transcode the live streaming in multiple live resolutions
417 transcoding: 419 transcoding:
@@ -433,6 +435,10 @@ live:
433 1440p: false 435 1440p: false
434 2160p: false 436 2160p: false
435 437
438video_editor:
439 # Enable video edition by users (cut, add intro/outro, add watermark etc)
440 enabled: false
441
436import: 442import:
437 # Add ability for your users to import remote videos (from YouTube, torrent...) 443 # Add ability for your users to import remote videos (from YouTube, torrent...)
438 videos: 444 videos:
diff --git a/config/test-1.yaml b/config/test-1.yaml
index d5f8299e0..0f6d56f1a 100644
--- a/config/test-1.yaml
+++ b/config/test-1.yaml
@@ -37,6 +37,9 @@ signup:
37transcoding: 37transcoding:
38 enabled: false 38 enabled: false
39 39
40video_editor:
41 enabled: false
42
40live: 43live:
41 rtmp: 44 rtmp:
42 port: 1936 45 port: 1936
diff --git a/config/test-3.yaml b/config/test-3.yaml
index 594439b62..3cd3ddba7 100644
--- a/config/test-3.yaml
+++ b/config/test-3.yaml
@@ -30,3 +30,6 @@ admin:
30 30
31transcoding: 31transcoding:
32 enabled: false 32 enabled: false
33
34video_editor:
35 enabled: false
diff --git a/config/test-4.yaml b/config/test-4.yaml
index 1e6368bf7..6d8e51945 100644
--- a/config/test-4.yaml
+++ b/config/test-4.yaml
@@ -30,3 +30,6 @@ admin:
30 30
31transcoding: 31transcoding:
32 enabled: false 32 enabled: false
33
34video_editor:
35 enabled: false
diff --git a/config/test-5.yaml b/config/test-5.yaml
index 97f18a7a0..5f2157fec 100644
--- a/config/test-5.yaml
+++ b/config/test-5.yaml
@@ -30,3 +30,6 @@ admin:
30 30
31transcoding: 31transcoding:
32 enabled: false 32 enabled: false
33
34video_editor:
35 enabled: false
diff --git a/config/test-6.yaml b/config/test-6.yaml
index 156da84d2..9c43d2b2e 100644
--- a/config/test-6.yaml
+++ b/config/test-6.yaml
@@ -30,3 +30,6 @@ admin:
30 30
31transcoding: 31transcoding:
32 enabled: false 32 enabled: false
33
34video_editor:
35 enabled: false
diff --git a/config/test.yaml b/config/test.yaml
index 461e1b4ba..6887523ae 100644
--- a/config/test.yaml
+++ b/config/test.yaml
@@ -120,6 +120,9 @@ import:
120 concurrency: 2 120 concurrency: 2
121 http: 121 http:
122 enabled: true 122 enabled: true
123 youtube_dl_release:
124 url: 'https://api.github.com/repos/yt-dlp/yt-dlp/releases'
125 name: 'yt-dlp'
123 torrent: 126 torrent:
124 enabled: true 127 enabled: true
125 128
@@ -164,3 +167,6 @@ views:
164 167
165 local_buffer_update_interval: '5 seconds' 168 local_buffer_update_interval: '5 seconds'
166 ip_view_expiration: '1 second' 169 ip_view_expiration: '1 second'
170
171video_editor:
172 enabled: true