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 app currently handles transitioning into the background. But we have yet to test what happens if playback is interrupted by a call.

type: enhancement

We should support playbackRate values besides 0 and 1. Okay, we might technically support negative playback rates also. But it'd be nice to support other, positive playback rates like 1.5...

type: enhancement

Currently we only stall the media pipeline if we don't have enough (encoded) data buffered. This means that if the device isn't decoding frames fast enough, the current time will...

type: enhancement

There should be an option to replace the normal scrubber we provide with a special trick interface with trick play buttons. The option to switch to this should probably be...

type: enhancement

Building the docs requires Doxygen, which has its own requirements of cmake, a C++ compiler, flex, and bison. Our README doesn't mention that as a requirement. In addition, the requirements...

type: docs

My team is going to look at shaka-player-embedded to try to get a sense of its capabilities. Currently we deliver video playback on iOS through Apple's native AVPlayer. Something I...

type: docs

Hi, First of all thanks for this awesome effort! We’re running into problems while using shaka-player-embedded on the Apple TV (A1625 - AppleTV5,3). Video playback seems a bit laggy. The...

Due to lack of internal funding and external maintainers, it is with great sadness that I announce the official shutdown of Shaka Player Embedded. The repo will remain available in...

type: announcement

Your link for iOS tutorial is invalid. [https://google.github.io/shaka-player-embedded/md_shaka_docs_tutorial_setup.html](https://google.github.io/shaka-player-embedded/md_shaka_docs_tutorial_setup.html)

I'm looking for a basic app that uses Shaka Player Embedded to handle streaming from user inputted links. I'd like to test out functionality and performance before building something of...