mfreiholz / ts3video

A free and easy to use video conferencing plugin for TeamSpeak 3.

Home Page:https://mfreiholz.de/ts3video/

Repository from Github https://github.commfreiholz/ts3videoRepository from Github https://github.commfreiholz/ts3video

Logo

Build Windows (current)

The Windows build requires the following dependencies, which you have to install by yourself:

  • Git
  • Visual Studio 2022 (Compiler v143)
  • CMake >= 3.0.0
  • Qt 5.15.1 (32-bit, 64-bit)

Checkout sources and dependencies:

$> cd $YOUR_CODING_DIR
$> git clone https://github.com/mfreiholz/ts3video-runtimes.git
$> git clone https://github.com/mfreiholz/ts3video.git
$> cd ts3video
$> git submodule init
$> git submodule update

Since TS3VIDEO requires Qt, you have to define where it can be found. You have to do this by setting the following environment variables:

  • OCS_QTDIR_X86_32
  • OCS_QTDIR_X86_64

And then simply run:

$> build-win<platform>-cmake.bat
$> start-visual-studio-<platform>.bat

Build Linux (current)

The linux build has not been tested for a while. It is planned to provide a docker container for it soon.

Build Windows Release

The last release has been build with the following requirements:

Build Linux Release (Server only)

The last release has been build with the following requirements:

  • Ubuntu 14.04 / 15.10
  • Visual Studio Code Extensions
    • C/C++
    • CMake
  • $> sudo apt-get install mesa-common-dev
  • $> sudo apt-get install astyle
  • ./build-linux.bash

About

A free and easy to use video conferencing plugin for TeamSpeak 3.

https://mfreiholz.de/ts3video/


Languages

Language:Rich Text Format 58.3%Language:C++ 27.2%Language:C 10.8%Language:CMake 1.1%Language:JavaScript 0.4%Language:CSS 0.4%Language:Java 0.4%Language:Shell 0.4%Language:QML 0.2%Language:Batchfile 0.2%Language:Inno Setup 0.2%Language:Python 0.2%Language:HTML 0.1%Language:GLSL 0.1%