shaka-project/shaka-player-embedded

The player crash when the alarm app interrupt playing widevine content

yukihiro-m-play opened this issue · 2 comments

The ShakaPlayer Embedded Sample Project crashes when the alarm app interrupt playing widevine content.

Error log is as follows:

Log Message:
F0714 16:11:00.936075 1808478208 apple_audio_renderer.cc:263] Error changing AudioQueue pause state: 560557684

Shaka Player Config and Contents setting is as follows:

[uri]
 https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd
[configuration]
 key=drm.servers.com\.widevine\.alpha
 value=https://proxy.staging.widevine.com/proxy

And we tried and confirmed the following:

  • It occurs only playing state. It does not occur pause state.
  • We added a code that app pause player when AVAudioSessionInterruptionNotification occurs, but app crashed before AVAudioSessionInterruptionNotification occurs.

Is there any missing information in the issue description?

@yukihiro-m-play have you been able to find a fix or a workaround?