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

[The memory of the same video (4k) is about 300M on iOS11 but about 1000M on iOS13+;I want to reduce memory,can u help me!] ![WechatIMG4](https://user-images.githubusercontent.com/63291294/85984300-95e64180-ba1b-11ea-91ce-718a1fa55732.jpeg) ![WechatIMG2](https://user-images.githubusercontent.com/63291294/85984312-98e13200-ba1b-11ea-9e44-fd0456b0922f.jpeg)

Currently, the EME plugin interface is designed to work with decrypt to clear buffer. We can support decrypt-decode, but it requires a custom `Decoder` implementation and the `eme::Implementation` interface is...

type: enhancement

We have an issue with the position of the subtitles, we want to offer to our users the option to do an aspect-fill in landscape mode, but for iphones like...

type: bug

Now `ShakaPlayer.getVariantTracks()` and `ShakaPlayer.getTextTracks()` are blocking so the UI freezes for a few seconds if the methods are called when playing a live stream and the manifest is updating. Would...

type: enhancement

Since [v3.0.0](https://github.com/google/shaka-player/releases/tag/v3.0.0), Shaka Player contains a Google IMA SDK integration. We're already using it in our web player and it seems pretty good. Would it be possible to support this...

type: enhancement

I'm trying to use the sample_xcode_project.xcodeproj to play some HLS videos with TS fragment. But after trying with many HLS testing videos (e.g. https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8 ), the player keep showing :...

type: enhancement

When using JavaScriptCore instead of v8 it appears that BackingObjects are not cleaned up if they have a JsThis associated, unless they are marked as ShortLived by overriding `IsShortLived`. The...

type: enhancement

After #89, we'll support playing HLS content without using MSE. If apps are only going to play HLS content, we could greatly reduce the size of the binary by removing...

type: enhancement

We already use [something similar](https://github.com/google/shaka-player-embedded/blob/master/shaka/include/shaka/media/media_capabilities.h) to MediaCapabilities as part of the new media pipeline design. Currently, this isn't exposed to JavaScript. We should expose this at some point so Shaka...

type: enhancement

Offline support requires including sqlite (which is provided by iOS) and protobuf. These can be large dependencies that may not be needed. We could add an option to remove offline...

type: enhancement