From 6ade819e46b598aca6846711db708ad1efec4c36 Mon Sep 17 00:00:00 2001 From: Akshith Yellapragada Date: Wed, 21 Aug 2024 21:06:29 -0400 Subject: [PATCH] Update test case to use Github Pages url (#6643) (cherry picked from commit 5729fd4df8cef55f175fe897a77c16fc43b3e5c3) --- tests/test-streams.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test-streams.js b/tests/test-streams.js index ba3bfd54ddc..8cac15ee627 100644 --- a/tests/test-streams.js +++ b/tests/test-streams.js @@ -256,10 +256,11 @@ 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, }, };