Skip to content

Commit

Permalink
Disallow flac from video transcoding. (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Apr 23, 2023
1 parent 9639681 commit ff04052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/nativeshell.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff04052

Please sign in to comment.