From 590e1b2ac47c27af71c95c565c190613a7145806 Mon Sep 17 00:00:00 2001 From: Rob Walch Date: Thu, 15 Apr 2021 14:00:05 -0400 Subject: [PATCH] Add TS with AAC track AES test stream --- tests/test-streams.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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',