|
@@ -476,10 +476,10 @@ function peertube_create_config {
|
476
|
476
|
echo ' threads: 2' >> $peertube_config_file
|
477
|
477
|
echo ' resolutions: # Only created if the original video has a higher resolution' >> $peertube_config_file
|
478
|
478
|
echo ' 240p: true' >> $peertube_config_file
|
479
|
|
- echo ' 360p: true' >> $peertube_config_file
|
480
|
|
- echo ' 480p: true' >> $peertube_config_file
|
481
|
|
- echo ' 720p: true' >> $peertube_config_file
|
482
|
|
- echo ' 1080p: true' >> $peertube_config_file
|
|
479
|
+ echo ' 360p: false' >> $peertube_config_file
|
|
480
|
+ echo ' 480p: false' >> $peertube_config_file
|
|
481
|
+ echo ' 720p: false' >> $peertube_config_file
|
|
482
|
+ echo ' 1080p: false' >> $peertube_config_file
|
483
|
483
|
}
|
484
|
484
|
|
485
|
485
|
function install_peertube {
|