File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,6 +29,19 @@ go build
2929
3030The binary will be created as ` gostream ` (or ` gostream.exe ` on Windows).
3131
32+ ### Getting FFmpeg Binaries
33+
34+ ** Important:** FFmpeg binaries are not included in the source code repository. You have two options:
35+
36+ 1 . ** Use pre-built release package** (Recommended)
37+ - Download from [ GitHub Releases] ( https://github.com/script-php/GoStream/releases )
38+ - Includes compiled binary + FFmpeg binaries + config
39+
40+ 2 . ** Build from source and add FFmpeg**
41+ - After building, you need to obtain FFmpeg:
42+ - ** Windows/Linux:** Download from [ FFmpeg.org] ( https://ffmpeg.org/download.html ) and place in ` ffmpeg/ ` folder
43+ - ** macOS/all platforms:** Install via system (e.g., ` brew install ffmpeg ` )
44+
3245## Usage
3346
3447### Basic Usage
You can’t perform that action at this time.
0 commit comments