shaka-player-embedded
shaka-player-embedded copied to clipboard
Shaka Player in a C++ Framework
The app currently handles transitioning into the background. But we have yet to test what happens if playback is interrupted by a call.
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...
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...
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...
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...
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...
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...
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...