diff --git a/tests/test-streams.js b/tests/test-streams.js index 0e2ed0a35a7..ba80d12a8cc 100644 --- a/tests/test-streams.js +++ b/tests/test-streams.js @@ -256,11 +256,12 @@ module.exports = { skipFunctionalTests: true, }, startDelimiterOverlappingBetweenPESPackets: { - url: 'https://hlsjs-test-streams-wistia.s3.amazonaws.com/start-delimiter.m3u8', + url: 'https://wistia.github.io/hlsjs-test-streams/assets/start-delimiter.m3u8', description: `A stream with the start delimiter overlapping between PES packets. Related to https://github.com/video-dev/hls.js/issues/3834, where Apple Silicon chips throw decoding errors if NAL units are not starting right at the beginning of the PES packet when using hardware accelerated decoding.`, abr: false, + skipFunctionalTests: true, }, aes256: { url: 'https://jvaryhlstests.blob.core.windows.net/hlstestdata/playlist_encrypted.m3u8',