All Projects → BearWare → Teamtalk5

BearWare / Teamtalk5

Licence: other
TeamTalk 5 Development

Projects that are alternatives of or similar to Teamtalk5

Hls Server
Middleware for serving HTTP Live Streaming (HLS) compatible media streams.
Stars: ✭ 146 (-23.96%)
Mutual labels:  video-streaming
Nodetube
Open-source YouTube alternative that offers video, audio and image uploads, livestreaming and built-in monetization
Stars: ✭ 2,066 (+976.04%)
Mutual labels:  video-streaming
Emitron Ios
iOS version of emitron
Stars: ✭ 181 (-5.73%)
Mutual labels:  video-streaming
Ott Packager
OTT/ABR streaming encoder (H264/HEVC) and packager for DASH and HLS
Stars: ✭ 148 (-22.92%)
Mutual labels:  video-streaming
Esl Client
A Fork from http://git.freeswitch.org/git/freeswitch-contrib/tree/dvarnes/java/esl-client
Stars: ✭ 160 (-16.67%)
Mutual labels:  voip
Ipywebrtc
WebRTC for Jupyter notebook/lab
Stars: ✭ 171 (-10.94%)
Mutual labels:  video-streaming
Voipms Sms Client
Popular Android messaging app for VoIP.ms, a Canadian VoIP provider
Stars: ✭ 142 (-26.04%)
Mutual labels:  voip
Flutter Webrtc
WebRTC plugin for Flutter Mobile/Desktop/Web
Stars: ✭ 2,764 (+1339.58%)
Mutual labels:  voip
Wallop
📺 A transcoding server for your HDHomeRun Prime
Stars: ✭ 165 (-14.06%)
Mutual labels:  video-streaming
Fonos
🚀 The open-source alternative to Twilio
Stars: ✭ 3,785 (+1871.35%)
Mutual labels:  voip
Laravel Video
A laravel package to stream video content.
Stars: ✭ 150 (-21.87%)
Mutual labels:  video-streaming
Switchio
asyncio powered FreeSWITCH cluster control
Stars: ✭ 160 (-16.67%)
Mutual labels:  voip
Starrtc Server
免费IM系统,IM即时通信消息系统(含一对一文字聊天,群聊,聊天室),免费一对一voip实时通话,录屏,webrtc服务端,免费直播连麦,互动直播,视频直播,RTSP拉流,RTMP推流,语音对讲,免费在线会议,视频会议等服务端程序,支持物联网平台,✨万水千山总是情,来个star行不行✨
Stars: ✭ 2,295 (+1095.31%)
Mutual labels:  voip
Stitchem
Vahana VR & VideoStitch Studio: software to create immersive 360° VR video, live and in post-production
Stars: ✭ 147 (-23.44%)
Mutual labels:  video-streaming
Amplify Video
An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
Stars: ✭ 182 (-5.21%)
Mutual labels:  video-streaming
Srs
SRS is a simple, high efficiency and realtime video server, supports RTMP, WebRTC, HLS, HTTP-FLV, SRT and GB28181.
Stars: ✭ 16,734 (+8615.63%)
Mutual labels:  video-streaming
Tigase Server
Highly optimized, extremely modular and very flexible XMPP/Jabber server
Stars: ✭ 170 (-11.46%)
Mutual labels:  voip
Media Stream Library Js
JavaScript library to handle media streams on the command line (Node.js) and in the browser.
Stars: ✭ 192 (+0%)
Mutual labels:  video-streaming
Doorpi
OpenSource VoIP Door-Intercomstation
Stars: ✭ 186 (-3.12%)
Mutual labels:  voip
Stremio Addon Sdk
🧙 A Node.js SDK for creating and publishing Stremio add-ons
Stars: ✭ 175 (-8.85%)
Mutual labels:  video-streaming

TeamTalk 5

Repository for TeamTalk 5 development.

Overview

Download TeamTalk 5 SDK

To build the TeamTalk client or server projects you must first download the TeamTalk 5 SDK to obtain the client and server binaries.

You can also try out the latest beta releases of the TeamTalk 5 SDK here. Some of the TeamTalk 5 SDK beta releases are only available for certain platforms, so if your platform is not listed then try a previously released beta.

TeamTalk 5 Libraries

Projects wrapping the client DLL file in the TeamTalk SDK.

  • TeamTalkLib (dependency: TeamTalk toolchain)
    • Source code for building TeamTalk 5 DLL and server executables
    • Read License.txt for terms of use
    • Build using CMake
  • TeamTalk_DLL (dependency: TeamTalkLib)
  • TeamTalk.NET (dependency: TeamTalk_DLL)
    • TeamTalk 5 .NET DLL wrapper for C-API TeamTalk 5 DLL (TeamTalk_DLL)
    • Requires DLL file from TeamTalk_DLL project, either 32-bit or 64-bit
  • TeamTalkJNI (dependency: TeamTalk_DLL)
    • TeamTalk 5 JNI project with Java wrapper classes
  • TeamTalkPy (dependency: TeamTalk_DLL)
    • Python wrappers for TeamTalk DLL

TeamTalk 5 Clients

Projects containing client applications which use the TeamTalk 5 client DLL.

  • qtTeamTalk (dependency: TeamTalk_DLL)
    • TeamTalk 5 client application written in C++ and based on Qt
    • Requires TeamTalk_DLL project for DLL dependency
  • TeamTalkClassic (dependency: TeamTalk_DLL)
    • TeamTalk 5 accessible client application written in C++ and based on MFC
      • Works well with screen-readers
    • Requires Tolk project as dependency. Remove macro ENABLE_TOLK to disable Tolk.
      • Run git submodule init followed by git submodule update
    • Requires tinyxml project as dependency.
      • Run git submodule init followed by git submodule update
    • Requires TeamTalk_DLL project for DLL dependency
  • TeamTalkApp.NET (dependency: TeamTalk.NET)
    • TeamTalk 5 .NET client application written in C#
    • Requires TeamTalk.NET project for DLL dependency
  • iTeamTalk (dependency: TeamTalk_DLL)
    • TeamTalk 5 iOS client application written in Swift
    • Requires TeamTalk_DLL project for bridging header
    • Open project in Xcode
  • TeamTalkAndroid (dependency: TeamTalkJNI)
    • TeamTalk 5 Android client application written in Java
    • Open project in Android Studio
    • Copy the TeamTalk 5 Java library to TeamTalkAndroid/libs directory:
      • TeamTalk5.jar
        • Located in Library/TeamTalkJNI/libs (Standard Edition)
      • TeamTalk5Pro.jar
        • Located in Library/TeamTalkJNI/libs (Professional Edition)
    • Copy the TeamTalk 5 JNI shared library to TeamTalkAndroid/src/main/jniLibs/[armeabi-v7a|arm64-v8a|x86|x86_64]
      • libTeamTalk5-jni.so
        • Located in Library/TeamTalkJNI/libs/[armeabi-v7a|arm64-v8a|x86|x86_64] (Standard Edition)
      • libTeamTalk5Pro-jni.so
        • Located in Library/TeamTalkJNI/libs/[armeabi-v7a|arm64-v8a|x86|x86_64] (Professional Edition)
  • ttserverlogpy (dependency: TeamTalkPy
    • Python example client
  • ttphpadmin
    • Console PHP-script for administrating a TeamTalk 5 server.
    • Run php ttphpadmin.php

TeamTalk 5 Servers

Sample applications for writing a TeamTalk 5 server are located in the Examples folder. Building a TeamTalk 5 server requires TeamTalk 5 Professional Edition.

  • TeamTalkServer (dependency: TeamTalk_DLL)
    • TeamTalk 5 server application written in C++
    • Requires TeamTalk_DLL project for DLL dependency
  • TeamTalkServer.NET (dependency: TeamTalk.NET)
    • TeamTalk 5 server application written in C#
    • Requires TeamTalk_DLL and TeamTalk.NET projects for DLL dependencies
  • jTeamTalkServer (dependency: TeamTalkJNI)
    • TeamTalk 5 server application written in Java
    • Requires TeamTalk_DLL and TeamTalkJNI for DLL dependencies
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].