shaka-project / shaka-player-embedded

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

Unable to play certain content protected by Widevine #164

Open nakamura-work opened 3 years ago

nakamura-work commented 3 years ago

Overview

Certain content protected by Widevine does not play correctly on ShakaPlayerEmbedded + Widevine CDM 15.2.4.

Build environment

Execution environment

Detail

We tried the following steps and collected the logs.

1) Start playback. 2) Wait for Activity Indicator finished, then move forward with seek bar 3) Quit playing when Activity Indicator (after seek) finished

Cannot play from beginning to end of the content

manifest: https://demo.unified-streaming.com/video/tears-of-steel/tears-of-steel-dash-widevine.ism/.mpd license_server: https://cwip-shaka-proxy.appspot.com/no_auth log: tears-of-steel-dash-widevine.ism.log

Content confirmed to be playable

manifest: https://storage.googleapis.com/wvmedia/cenc/h264/tears/tears_sd.mpd license_server: https://proxy.staging.widevine.com/proxy log: wvmedia_cenc_h264_tears.log

Supplement