Просмотр исходного кода

Disallow flac from video transcoding. (#423)

Ian Walton 1 год назад
Родитель
Сommit
ff0405289f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      native/nativeshell.js

+ 1 - 1
native/nativeshell.js

@@ -180,7 +180,7 @@ function getDeviceProfile() {
                 'Container': 'ts',
                 'Type': 'Video',
                 'Protocol': 'hls',
-                'AudioCodec': 'aac,mp3,ac3,opus,flac,vorbis',
+                'AudioCodec': 'aac,mp3,ac3,opus,vorbis',
                 'VideoCodec': jmpInfo.settings.video.allow_transcode_to_hevc
                     ? (
                         jmpInfo.settings.video.prefer_transcode_to_h265