Bob Mottram 7 年 前
コミット
cacc74b0c8
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-app-peertube

+ 1
- 1
src/freedombone-app-peertube ファイルの表示

472
     echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag' >> $peertube_config_file
472
     echo '# If enabled, the video will be transcoded to mp4 (x264) with "faststart" flag' >> $peertube_config_file
473
     echo '# Uses a lot of CPU!' >> $peertube_config_file
473
     echo '# Uses a lot of CPU!' >> $peertube_config_file
474
     echo 'transcoding:' >> $peertube_config_file
474
     echo 'transcoding:' >> $peertube_config_file
475
-    echo '  enabled: false' >> $peertube_config_file
475
+    echo '  enabled: true' >> $peertube_config_file
476
     echo '  threads: 2' >> $peertube_config_file
476
     echo '  threads: 2' >> $peertube_config_file
477
     echo '  resolutions: # Only created if the original video has a higher resolution' >> $peertube_config_file
477
     echo '  resolutions: # Only created if the original video has a higher resolution' >> $peertube_config_file
478
     echo '    240p: true' >> $peertube_config_file
478
     echo '    240p: true' >> $peertube_config_file