streamCapture2 ikon

streamCapture2

Click on the rows in the table to get information about the versions.

Operating systemCPU architecturePythonQtCompilerCompiler versionGLIBCstreamCapture2File typeFFmpegLinkLink
Linuxx86_643.9+6.11.2 GCC 11.4.0 2.353.1.6 AppImage9.0.2DownloadREADME
Linuxx86_643.9+6.11.2GCC13.3.0 2.393.1.6 AppImage9.0.2DownloadREADME
Linuxarm64 (AArch64)3.9+6.11.2GCC14.2.0 2.413.1.6 AppImage9.0.2DownloadREADME
MacOSARM64 (AArch64)3.96.11.2Clang21.0.03.1.7dmg9.0.2DownloadREADME
Visual C++ Redistributablex86_64InstallerDownloadREADME
Visual C++ RedistributableARM64 (AArch64)InstallerDownloadREADME
Windows 10 11x86_643.126.11.2MinGW GCC13.03.1.6Portable9.0.2DownloadREADME
Windows 10 11x86_643.126.11.2MinGW GCC13.03.1.6Installer9.0.2DownloadREADME
Windows 11ARM64 (AArch64)3.126.11.2MSVC17.143.1.6Installer9.0.2DownloadREADME
Windows 11ARM64 (AArch64)3.126.11.2MSVC17.143.1.6Portable9.0.2DownloadREADME
⚠️ Notice for macOS Users (Temporary setup for svtplay-dl)

Currently, macOS utilizes the same underlying Python script for svtplay-dl as Linux.
To ensure all required Python libraries (such as SSL and YAML) function correctly on macOS,
a one-time dependency installation is required.

(A fully standalone binary that eliminates these steps is currently in development).

Step 1: Install Command Line Tools
Open Terminal and run the following command:

xcode-select --install

When You press Enter, a pop-up window appears in macOS stating

"The 'xcode-select' command requires the command line developer tools..."
Click Install in the box and accept the terms.

(Core command line utilities, ~700 MB–1 GB.
You do not need the full Xcode application from the App Store).

Step 2: Install required Python libraries
Once Step 1 has completed, run the following command in Terminal:

pip3 install "urllib3<2" pyyaml requests cryptocode cryptography pyOpenSSL

After completing these steps, streamCapture2 will be able to update and execute svtplay-dl seamlessly.