diff --git a/src/scripts/browserDeviceProfile.js b/src/scripts/browserDeviceProfile.js index 127000485..e1626c8df 100644 --- a/src/scripts/browserDeviceProfile.js +++ b/src/scripts/browserDeviceProfile.js @@ -582,9 +582,7 @@ export default function (options) { hlsInTsVideoAudioCodecs.push('opus'); } hlsInFmp4VideoAudioCodecs.push('opus'); - } - - if (safariSupportsOpus) { + } else if (safariSupportsOpus) { videoAudioCodecs.push('opus'); webmAudioCodecs.push('opus'); hlsInFmp4VideoAudioCodecs.push('opus');