This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Description
Issue description
The player crashes on load() with error:
F1022 14:18:04.025405 1803857920 apple_audio_renderer.cc:235] Error queuing AudioQueueBuffer: -308
Reproduction steps
Forcing using shaka-player instead of avplayer with:
self.player.configure("streaming.useNativeHlsOnSafari", with: false);
Request play some content with load() {... play() }
After video is loaded and playing but audio still not, do some another load()
App crashes with above error
Manifest
https://storage.googleapis.com/shaka-live-assets/player-source.m3u8
Log
crasg_log.txt
Version of Shaka Player Embedded
dccd0bb
Device(s) and version(s) of iOS being used
iPhone 11 Pro with iOS 14.0
Simulator with iOS 14.0 (without error log, but player stopped to work)