KSKPix — Open-Source Licenses & Source Offer

Last updated: July 26, 2026

KSKPix is built on outstanding open-source software. This page lists every open-source component bundled in the KSKPix apps, per platform, along with its license — and, for the copyleft (LGPL) components, the exact buildable source and scripts so those libraries can be rebuilt and relinked as their licenses provide.

KSKPix ships as three builds from two codebases, and they do not bundle the same media stack, so the platform each component applies to is called out throughout:

Copyleft components (LGPL)

These carry source-availability obligations, which the links below satisfy.

AetherEngine — LGPL v3, with an App Store exception (Apple TV)

The primary playback engine on Apple TV is AetherEngine by Vincent Herbst, used under the GNU LGPL v3 together with that project's App Store / DRM exception. We build it from the published sources with a small number of local patches of our own.

FFmpeg — LGPL v2.1 or later (all platforms)

KSKPix uses libraries from the FFmpeg project under the GNU LGPL v2.1. Every FFmpeg build we ship is LGPL-only — configured without any GPL component. FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project. There are three distinct FFmpeg builds across the apps:

libVLC / TVVLCKit — LGPL v2.1 or later (Apple TV)

The alternate playback engine on Apple TV uses TVVLCKit from the VideoLAN project. We use unmodified official binaries (CocoaPods TVVLCKit); source is available from VideoLAN at the link above.

mpv / media_kit — LGPL v2.1 or later (iPhone, iPad, Android)

The alternate playback engine in the mobile app uses libmpv via media_kit. We use unmodified official media_kit binaries; their build recipes are published at libmpv-darwin-build and libmpv-android-build.

libzvbi — LGPL v2.0 or later (Apple TV)

Teletext decoding, arriving with AetherEngine's FFmpeg build and conveyed under LGPL v2.1; its ure.c is MIT. Its three GPL-licensed source files are removed before the library is built, so no GPL code is compiled into the app — that modification is published in FFmpegBuild's build.sh. Source: zapping.sourceforge.net/ZVBI.

FriBidi — LGPL v2.1 or later (iPhone, iPad)

Bidirectional text for subtitle rendering, built by the same script as our FFmpeg build above.

Permissive components

Media & playback

App frameworks & libraries

Written offer

License texts for all of the above are available at the linked projects. If you would like any of this source material on physical media, or object code suitable for relinking a modified LGPL library into the app, ask us through the support page and we will provide it.