Offline does not mean unprotected
Letting users download a movie for the plane is easy until you add DRM. The file has to stay encrypted on disk, and the decryption key has to persist locally without handing the content away. On Apple this means a persistent FairPlay key paired with AVAssetDownloadTask, and on Android it means an ExoPlayer offline license stored alongside the downloaded media. Sylvain implements both so the offline copy stays as protected as the stream.