shaka-project / shaka-player-embedded

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

Add FairPlay support with AVPlayer #150

Open TheModMaker opened 4 years ago

TheModMaker commented 4 years ago

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. We should be able to use an EME plugin to support FairPlay and forward the data to AVPlayer.