apps/vox/THIRD_PARTY_NOTICES.md
Vox third-party notices
This is the native package's engineering inventory, not a complete SBOM. Cargo's locked dependency graph remains the source of truth for exact versions.
Bundled or statically linked native components include:
- libopus through
audiopus-sys0.2.2, BSD-style Opus license. The Rustaudiopusandaudiopus-syswrappers are ISC. - Cisco OpenH264 through
openh264-sys20.9.6, BSD-2-Clause. - libjpeg-turbo through
turbojpeg-sys1.1.1, under its BSD-3-Clause, IJG, and zlib license set. The Rust wrapper is Unlicense OR MIT. davey0.1.4, MIT, including MIT-licensed OpenMLS dependencies.
Vox can invoke separately installed programs at runtime. They are not bundled:
- FFmpeg, whose effective license depends on the installed build and codecs.
- libx264 through FFmpeg for H264 publishing.
- yt-dlp for indirect media URL resolution.
- the host shell and
sedfor media pipeline composition.
See Cargo.lock and cargo metadata --locked --format-version 1 for the full
Rust graph.
