Skip to content

Commit

Permalink
Update test case to use Github Pages url (#6643)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5729fd4)
  • Loading branch information
ayellapragada authored and robwalch committed Aug 22, 2024
1 parent 6a190fc commit 6ade819
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

0 comments on commit 6ade819

Please sign in to comment.