From d97fb76c33c0618e9723e797d459f9992357b3e9 Mon Sep 17 00:00:00 2001 From: Akshith Yellapragada Date: Wed, 21 Aug 2024 15:06:02 -0400 Subject: [PATCH 1/2] Update test case to use Github Pages url --- tests/test-streams.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-streams.js b/tests/test-streams.js index 0e2ed0a35a7..28975060ec8 100644 --- a/tests/test-streams.js +++ b/tests/test-streams.js @@ -256,7 +256,7 @@ 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.`, From e97588bf9ea3d6a2df00ece9494177781031e0d8 Mon Sep 17 00:00:00 2001 From: Akshith Yellapragada Date: Wed, 21 Aug 2024 17:57:01 -0400 Subject: [PATCH 2/2] Update test-streams.js --- tests/test-streams.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-streams.js b/tests/test-streams.js index 28975060ec8..ba80d12a8cc 100644 --- a/tests/test-streams.js +++ b/tests/test-streams.js @@ -261,6 +261,7 @@ module.exports = { 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',