|
|
||
|---|---|---|
| .. | ||
| linux-amd64 | ||
| linux-arm64 | ||
| windows-amd64 | ||
| README.md | ||
README.md
Place platform ffprobe binaries here for embedded build mode.
Expected files:
windows-amd64/ffprobe.exelinux-amd64/ffprobelinux-arm64/ffprobe
Build with:
go build -tags embed_ffprobe .
If not using embed_ffprobe, the service falls back to:
- Side-by-side ffprobe file
- ffprobe from PATH
- HTTP range metadata parser