feat: Allow FLAC playback

This commit is contained in:
Lei Nelissen
2022-08-14 00:30:20 +02:00
parent 8a9c14e940
commit 5b54760e4e
4 changed files with 53 additions and 9 deletions

View File

@@ -22,8 +22,7 @@ const baseTrackOptions: Record<string, string> = {
// This must be set to support client seeking
TranscodingProtocol: 'http',
TranscodingContainer: 'aac',
Container: 'mp3,aac,m4a,m4b|aac,alac,m4a,m4b|alac,flac|ogg',
AudioCodec: 'aac',
Container: 'mp3,aac,m4a,m4b|aac,flac,alac,m4a,m4b|alac,flac|ogg',
static: 'true',
};