Skip to content

Commit

Permalink
Add TS with AAC track AES test stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Walch committed Apr 15, 2021
1 parent e0d1037 commit 590e1b2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/test-streams.js
Expand Up @@ -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',
Expand Down

0 comments on commit 590e1b2

Please sign in to comment.