| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| windows-amd64-ffmpeg-over-ip-client.zip | 2026-04-21 | 1.2 MB | |
| windows-amd64-ffmpeg-over-ip-server.zip | 2026-04-21 | 79.1 MB | |
| macos-arm64-ffmpeg-over-ip-server.zip | 2026-04-21 | 48.7 MB | |
| macos-arm64-ffmpeg-over-ip-client.zip | 2026-04-21 | 1.2 MB | |
| macos-amd64-ffmpeg-over-ip-server.zip | 2026-04-21 | 53.8 MB | |
| macos-amd64-ffmpeg-over-ip-client.zip | 2026-04-21 | 1.2 MB | |
| linux-arm64-ffmpeg-over-ip-server.zip | 2026-04-21 | 76.7 MB | |
| linux-arm64-ffmpeg-over-ip-client.zip | 2026-04-21 | 1.1 MB | |
| linux-amd64-ffmpeg-over-ip-server.zip | 2026-04-21 | 82.9 MB | |
| linux-amd64-ffmpeg-over-ip-client.zip | 2026-04-21 | 1.2 MB | |
| README.md | 2026-04-21 | 673 Bytes | |
| v5.0.1 source code.tar.gz | 2026-04-21 | 256.6 MB | |
| v5.0.1 source code.zip | 2026-04-21 | 256.6 MB | |
| Totals: 13 Items | 860.4 MB | 0 | |
Fixes
pipe:/fd:protocol now works (#8, [#10]) — ffmpeg'spipe:0/pipe:1handlers pass raw stdio fds through the fio layer, which previously rejected anything belowFIO_VFD_BASEwithEBADF("Bad file descriptor"). fio now passes real kernel fds straight through to the syscall, and stdio is tunneled back to the client as before.
Supported platforms
| Client | Server + ffmpeg | |
|---|---|---|
| Linux x86_64 | ✓ | ✓ |
| Linux arm64 | ✓ | ✓ |
| macOS arm64 | ✓ | ✓ |
| macOS x86_64 | ✓ | ✓ |
| Windows x86_64 | ✓ | ✓ |
Full changelog: https://github.com/steelbrain/ffmpeg-over-ip/compare/v5.0.0...v5.0.1