Переглянути джерело

Disallow flac from video transcoding. (#423)

Ian Walton 1 рік тому
батько
коміт
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