@livekit/av
v7.1.501
Published
Prebuilt minimal FFmpeg for LiveKit Agents audio en/decoding. For internal use; no stability guarantees.
Maintainers
Keywords
Readme
@livekit/av
Prebuilt, minimal, LGPL-licensed FFmpeg binaries used by LiveKit Agents for audio en/decoding.
Internal use. This package exists solely to support
@livekit/agents. It is a stripped-down, audio-only FFmpeg build (no video, no network, royalty-free codecs only) and its API and contents may change without notice. Do not depend on it directly.
Installing @livekit/av pulls in exactly one platform package
(@livekit/av-<platform>-<arch>) via optionalDependencies with os/cpu filters.
getFfmpegPath() returns the absolute path of the binary, or undefined when no platform
package matches (e.g. musl-based distros) — callers fall back to ffmpeg on PATH.
Versioning mirrors FFmpeg: npm MAJOR.MINOR.(PATCH*100 + REV), so 7.1.500 is FFmpeg
7.1.5 (build revision 0) and 7.1.501 is a rebuild of the same FFmpeg.
The binaries are LGPL v2.1+ (see NOTICE); the JS resolver in this package is Apache-2.0.
Build recipe: av/scripts/build-ffmpeg.sh in this repository.
