Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update test case to use Github Pages url #6643

Merged
merged 2 commits into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/test-streams.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
robwalch marked this conversation as resolved.
Show resolved Hide resolved
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',
Expand Down
Loading