/openstream-server

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Open-Stream

Open source low latency stream solution. Open Stream is a fork open Sunshine Server. Creating open source solution for Gaming and Desktop Management.


Project structure

  • root folder: contains the GUI application.
  • openstreamhost folder: contains the streaming host application. Includes git submodules.

Building

Windows build requirements

  • Windows 10 64 bits.
  • Msys2 development platform.
 mingw-w64-x86_64-openssl mingw-w64-x86_64-cmake mingw-w64-x86_64-toolchain mingw-w64-x86_64-ffmpeg mingw-w64-x86_64-boost

Build the project using QtCreator:

  • Open the project using the CMake support and selecting the CMakeList file in root folder.
  • Select building kit MinGW-w64 64bit (MSYS2)
  • Build the application to produce the executable files. These executable files will be required for packaging a new release installer. Go to installer folder to find the installer building instructions.