瀏覽代碼

Turn off default transcoding

Bob Mottram 6 年之前
父節點
當前提交
2b92faa50f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube 查看文件

@@ -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';