shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

The player crash when the alarm app interrupt playing widevine content #219

Open yukihiro-m-play opened 2 years ago

yukihiro-m-play commented 2 years ago

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:

yukihiro-m-play commented 2 years ago

Is there any missing information in the issue description?

AKernazhytski commented 2 years ago

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