Skip to content

Commit

Permalink
test: Fix "HlsParser supports text discontinuity" in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed Apr 8, 2024
1 parent 6faa75d commit 86e73a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/hls/hls_parser_integration.js
Expand Up @@ -34,6 +34,8 @@ describe('HlsParser', () => {
player = new compiledShaka.Player();
await player.attach(video);

player.configure('streaming.useNativeHlsOnSafari', false);

// Disable stall detection, which can interfere with playback tests.
player.configure('streaming.stallEnabled', false);

Expand Down

0 comments on commit 86e73a1

Please sign in to comment.