Browse Source

Disallow flac from video transcoding. (#423)

Ian Walton 1 year ago
parent
commit
ff0405289f
1 changed files with 1 additions and 1 deletions
  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