Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfreiholz/ts3video
A free and easy to use video conferencing plugin for TeamSpeak 3.
https://github.com/mfreiholz/ts3video
teamspeak3 video-conferencing
Last synced: 25 days ago
JSON representation
A free and easy to use video conferencing plugin for TeamSpeak 3.
- Host: GitHub
- URL: https://github.com/mfreiholz/ts3video
- Owner: mfreiholz
- Created: 2015-05-11T04:42:17.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-06-28T10:14:32.000Z (over 1 year ago)
- Last Synced: 2023-06-28T11:24:46.322Z (over 1 year ago)
- Topics: teamspeak3, video-conferencing
- Language: Rich Text Format
- Homepage: https://mfreiholz.de/ts3video/
- Size: 6.66 MB
- Stars: 42
- Watchers: 10
- Forks: 7
- Open Issues: 52
-
Metadata Files:
- Readme: README-NEW-RELEASE.md
Awesome Lists containing this project
README
# Create a new release
## All platforms
- Check version configuration in
- *CMakeLists.txt*
- *projects/videolib/ts3video.h*
- *innosetup/all.iss*## Windows
- Build *Release* version of 32-bit
- *build-win32-cmake.bat*
- *build-win32-vs2015.bat* - Do not forget to run the *INSTALL* project inside Visual Studio
- *build-win32-release.bat*
- Build *Release* version of 64-bit
- *build-win64-cmake.bat*
- *build-win64-vs2015.bat* - Do not forget to run the *INSTALL* project inside Visual Studio
- *build-win64-release.bat*Now check your `%OCS_RELEASE_DIR_PATH%` (RELEASE_DIR). It will contain installers for the release.
## Linux
Not yet documented.