Selaa lähdekoodia

Turn off default transcoding

Bob Mottram 6 vuotta sitten
vanhempi
commit
2b92faa50f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube Näytä tiedosto

@@ -848,7 +848,7 @@ function peertube_create_config {
848 848
       echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag';
849 849
       echo '# Uses a lot of CPU!';
850 850
       echo 'transcoding:';
851
-      echo '  enabled: true';
851
+      echo '  enabled: false';
852 852
       echo '  threads: 2';
853 853
       echo '  resolutions: # Only created if the original video has a higher resolution';
854 854
       echo '    240p: true';