shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Shaka Player in a C++ Framework

Results 102 shaka-player-embedded issues
Sort by recently updated
recently updated
newest added

As per [docs](https://shaka-player-demo.appspot.com/docs/api/shaka.util.Error.html), Shaka Player's `shaka.util.Error` has `varArgs`. However, there is no way to access these arguments in Shaka Player Embedded's `ShakaPlayerError` except parsing the `ShakaPlayerError.message` string, which is far...

type: enhancement

Hi, I look forward to the release of Shaka player embedded! We develop an application that use Shaka Player Embedded , and I have a question that i want to...

type: question

widevine_cdm_secured_ios.framework ends up nested inside ShakaPlayerEmbedded.framework. This is not allowed by Apple, so we're getting the following error when trying to upload the app to App Store Connect: ITMS-90338: Non-public...

type: question

Hello, I am using shaka-player-embedded version of 1.0.0 and widevine prebuild version of 15.2.4. I am working on offline download and playback stuffs. Offline download and playback is working fine....

I believe the issue is here. https://github.com/google/shaka-player-embedded/blob/dccd0bbe7f326e73ef4841700b9a65ded6353564/shaka/src/media/default_media_player.cc#L163 It appears that `playing_src_` is set to `true` on detach so after detach it will always assume the avplayer is being used when...

type: bug

I'm getting this error using release version: [ERROR:/var/lib/jenkins/workspace/CDM_Arxan_Create_Release/oemcrypto-arxan/third_party/cdm/core/src/cdm_engine.cpp(1712):Decrypt] CdmEngine::Decrypt: session not found: Empty session ID [ERROR:/var/lib/jenkins/workspace/CDM_Arxan_Create_Release/oemcrypto-arxan/third_party/cdm/cdm/src/cdm.cpp(1203):decrypt] Key not available. I'm trying to display a content with DRM. Do I have...

### Issue description The player crashes on load() with error: ` F1022 14:18:04.025405 1803857920 apple_audio_renderer.cc:235] Error queuing AudioQueueBuffer: -308 ` ### Reproduction steps Forcing using shaka-player instead of avplayer with:...

Is it possible to disable filtering out video variants with a resolution higher than the current device's resolution? If all video variants have a higher resolution, the playback will fail...

type: bug

Hi here, Another behavior we have seen is that when a download doesn't finish due to user closing the app, next time the download is started again, it starts from...

type: enhancement

It's possible to somehow access Shaka Player Embedded JSContext? I would like to register some custom swift methods, which I'd like to call from my custom JS code inside shaka-player...

type: enhancement