| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64-ffmpeg-over-ip-server.zip | 2026-03-10 | 80.3 MB | |
| windows-amd64-ffmpeg-over-ip-client.zip | 2026-03-10 | 1.3 MB | |
| macos-arm64-ffmpeg-over-ip-server.zip | 2026-03-10 | 50.6 MB | |
| macos-arm64-ffmpeg-over-ip-client.zip | 2026-03-10 | 1.2 MB | |
| macos-amd64-ffmpeg-over-ip-server.zip | 2026-03-10 | 54.5 MB | |
| macos-amd64-ffmpeg-over-ip-client.zip | 2026-03-10 | 1.2 MB | |
| linux-arm64-ffmpeg-over-ip-server.zip | 2026-03-10 | 79.5 MB | |
| linux-arm64-ffmpeg-over-ip-client.zip | 2026-03-10 | 1.1 MB | |
| linux-amd64-ffmpeg-over-ip-server.zip | 2026-03-10 | 84.1 MB | |
| linux-amd64-ffmpeg-over-ip-client.zip | 2026-03-10 | 1.2 MB | |
| README.md | 2026-03-10 | 1.6 kB | |
| v5_ Tunnel file I_O over TCP -- no shared filesystem required source code.tar.gz | 2026-03-10 | 254.9 MB | |
| v5_ Tunnel file I_O over TCP -- no shared filesystem required source code.zip | 2026-03-10 | 255.0 MB | |
| Totals: 13 Items | 865.0 MB | 0 | |
What's new
v5 completely replaces the shared filesystem architecture from v4. The server now runs a patched ffmpeg that tunnels all file I/O back to the client over TCP. No NFS, no SMB, no shared mounts — just one TCP port.
Highlights
- No shared filesystem — file reads and writes are tunneled over the connection. No more NFS/SMB setup, path mapping, or mount maintenance.
- Pre-built ffmpeg binaries — releases include patched
ffmpegandffprobewith broad hardware acceleration support (NVENC, QSV, VAAPI, AMF, VideoToolbox, and more), built on jellyfin-ffmpeg 7.1.3. No need to install ffmpeg separately. - Cross-platform — Linux x86_64/arm64, macOS arm64/x86_64, Windows x86_64. Windows arm64 client only.
- Unix domain sockets — use
unix:/pathfor same-machine setups without TCP overhead. - JSONC config —
//and/* */comments, trailing commas. Config file search across 8 locations. - HMAC-SHA256 authentication — every command is signed with a shared secret.
Getting started
See the Quick Start guide.
Upgrading from v4
See the upgrade guide for breaking changes and a migration checklist.
Supported platforms
| Client | Server + ffmpeg | |
|---|---|---|
| Linux x86_64 | ✓ | ✓ |
| Linux arm64 | ✓ | ✓ |
| macOS arm64 | ✓ | ✓ |
| macOS x86_64 | ✓ | ✓ |
| Windows x86_64 | ✓ | ✓ |