shaka-player-embedded
shaka-player-embedded copied to clipboard
Shaka Player in a C++ Framework
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...
Issue https://github.com/google/shaka-player-embedded/issues/41 was closed, But I am still getting the same issue with the fix. SourceCode /Users/shimiu/SourceCode/VectorMax/shaka-player-embedded/configure --ios --cpu arm64 Loading required submodules... Downloading GN from cloud storage... Generating files...
Playback failed when playing widevine content using the following procedure. (1) ShakaPlayer load widevine content. (2) Execute ShakaPlayer#pause when enter background by pressing the home button. (3) Select an app...
can any one provide link or any information to me how to integrate shakhaplayer with widewine in swift to playing drm content.
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 - no error...
Hello, We are trying to play Widevine encrypted content with shaka-player-embedded on iOS 14.4. We managed to play HLS + MPD with a single key, but we have been unable...
Hi, I'm trying to use this library on Apple TV. Is it supported? How should I configure it to be able to build a tvOS compatible framework? Any advice and...
I need to select a particular audio track language in encrypted MPEG dash streams. I found 2 ways to do it in API: - The property `audioLanguagesAndRoles` and method `selectAudioLanguage()`...
When the ShakaPlayer Embedded replay some Widevine content, sound not output. Problematic content will occur almost 100%. Replay is setting "currentTime" to 0 and executing "play" when the player is...