Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ _Windows_
```bat
choco install gstreamer --version=1.22.12 gstreamer-devel --version=1.22.12
```

> [!IMPORTANT]
> **Windows users**: After installing GStreamer, add the GStreamer DLL path to your PATH environment variable:
> ```bat
> set PATH=%PATH%;C:\gstreamer\1.0\msvc_x86_64\bin
> ```
> Replace the path with your actual GStreamer installation directory if different.

#### Verify GStreamer Installation
Run the following command to display the GStreamer version to confirm the installation was successful:
```bash
Expand Down
Loading