Skip to content

Commit 2dc27c3

Browse files
committed
edit readme
1 parent 9d2407f commit 2dc27c3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,19 @@ go build
2929

3030
The 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

0 commit comments

Comments
 (0)