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

Hi there, Our app allows users to create a queue with a maximum of 30 videos and, for not overcharging the device, just some of them (three at this moment)...

type: enhancement

Hi there, Another enhancement for `ShakaPlayerStorageClient` would be returning content size before starting the download for checking if device has enough space for it. Are you already checking that internally?...

type: enhancement

Hello, Following [the documentation for JavaScript](https://shaka-player-demo.appspot.com/docs/api/tutorial-offline.html), I'm trying to select for download the desired track depending on its bandwidth. I've tried with the following code: `player?.configure("offline.trackSelectionCallback", with: "selectTrack")` ``` @objc...

type: enhancement

Calling the get configuration methods don't work with escaped '.' entries. For example: ```objc [self.player getConfigurationString:@"drm.servers.com\\.widevine\\.alpha"]; ``` This is a result of not handling escapes [here](https://github.com/google/shaka-player-embedded/blob/10d9b5e0ec737c714c7d40c62593b9fae8514a36/shaka/src/public/player.cc#L210).

type: bug

Currently, it is impossible to play mpeg-dash segments with the mentioned profile in ShakaPlayerEmbedded. This suggests to be an error related to the framework building process as I have been...

When configuring shaka-player-embedded with disabled hardware decoding and using ffmpeg decoder, video streams play fine but attached audio is completely mangled and impossible to play, despite no decoding errors being...

type: bug

I tried to play a clear mpd file in document directory of the ios application, but the following error occurred. Error Message: ``` Shaka Error NETWORK.UNSUPPORTED_SCHEME (file:/var/mobile/Containers/Data/Application/C12A0B32-5742-40C2-8FE8-D7370F53F446/Documents/test.mpd): ``` Code: ```...

type: enhancement

``` LiXuefengs-Mac-mini:myBuild lixuefeng$ ../configure --ios --cpu arm64 Loading required submodules... Downloading GN from cloud storage... Generating files for boringssl... Traceback (most recent call last): File "../configure", line 836, in sys.exit(main(sys.argv[1:]))...

Spawned from #33. We currently only support single-stream media content, we don't support multiplexed content (a media file with both audio and video). Here are my initial thoughts on what...

type: enhancement

Now that we use AVPlayer for HLS content, we should be able to add FairPlay support. In Shaka Player, it supports this with `src=` content, using [prefixed EME](https://github.com/google/shaka-player/blob/master/lib/polyfill/patchedmediakeys_apple.js). We should...

type: enhancement