AetherCollective / openstream-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:GNU General Public License v3.0


Languages

Language:C++ 94.7%Language:CMake 4.1%Language:C# 0.5%Language:Shell 0.3%Language:Qt Script 0.2%Language:C 0.1%