shaka-project / shaka-player-embedded

Shaka Player in a C++ Framework
Apache License 2.0
239 stars 62 forks source link

Add iOS specific decoders #100

Closed TheModMaker closed 4 years ago

TheModMaker commented 4 years ago

After #60 we can provide platform-specific decoders. This allows us to avoid using FFmpeg on iOS since we can just use the system decoders directly. This can reduce the size of the binary and reduce our dependency on FFmpeg. This may also allow us to get hardware/OS decoding on simulators since FFmpeg doesn't support that right now.