This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 63
Does shaka player embedded support HLS stream protected by Widevine #207
Comments
By default, we'll use AVPlayer to play HLS content, which doesn't support Widevine. You'll need to enable MSE playback by setting the |
Hi @TheModMaker Any advice would be appreciated.
Full log
|
@nonth Does the playlist have key rotation? I'm having the same issue with HLS with key rotation. HLS with a single key (VOD) works fine. |
@dfoteinakis Yes our playlist have key rotation. Will try static key and will update with you soon :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use the shaka player embedded from sample project in this repo to play HLS live stream that protected by Widevine but not thing happen
onPlayerAttachMse
delegate is not calledHowever, the same HLS live stream can play on Shaka Player web version.
I've also test with HLS stream from sample project that doesn't protected by Widevine (https://storage.googleapis.com/shaka-demo-assets/angel-one-hls/hls.m3u8) and found that it's work fine.
Any comment on this issue ?
Environment
The text was updated successfully, but these errors were encountered: