diff --git a/tests/test-streams.js b/tests/test-streams.js index 4d3cfe25df8..b3d6d884773 100644 --- a/tests/test-streams.js +++ b/tests/test-streams.js @@ -98,9 +98,15 @@ module.exports = { oceansAES: { url: 'https://playertest.longtailvideo.com/adaptive/oceans_aes/oceans_aes.m3u8', - description: 'AES encrypted,ABR', + description: 'AES-128 encrypted, ABR', abr: true, }, + tracksWithAES: { + url: + 'https://playertest.longtailvideo.com/adaptive/aes-with-tracks/master.m3u8', + description: 'AES-128 encrypted, TS main with AAC audio track', + abr: false, + }, mp3Audio: { url: 'https://playertest.longtailvideo.com/adaptive/vod-with-mp3/manifest.m3u8',