音頻和視頻會議系統:TeamTalk5

jopen 9年前發布 | 30K 次閱讀 TeamTalk5 電話/通訊/IM聊天

TeamTalk 5 是自由軟件,是會議系統,允許多個用戶參與音頻和視頻會議。TeamTalk 安裝文件包括客戶端和服務器應用。

Download TeamTalk 5 SDK

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

TeamTalk 5 Libraries

Projects wrapping the client DLL file in the TeamTalk SDK.

  • TeamTalk_DLL
    • TeamTalk 5 C-API DLL project
    • C-API header files for TeamTalk 5 DLL
  • 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
    • TeamTalk 5 JNI project with Java wrapper classes
    • Import in Eclipse using Android SDK
    • Requires ARM-v7a JNI shared object in sub-folder TeamTalkJNI/libs/armeabi-v7a
      • Based on Android API Level 16
    • The following features are currently not supported in the JNI API:
      • Video capture (webcam)
      • Media file streaming

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.
    • 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
  • TeamTalkAndroid (dependency: TeamTalkJNI)
    • TeamTalk 5 Android client application written in Java
    • Import project in Eclipse using Android SDK
      • Follow the instructions here
      • ... or build using ant, run the following command:android update project -p . -s -t android-17
    • Copy the following files to TeamTalkAndroid/libs directory:
      • android-support-v4.jar
        • Located in {Eclipse ADT install-dir}/sdk/extras/android/support/v4
      • android-support-v13.jar
        • Located in {Eclipse ADT install-dir}/sdk/extras/android/support/v13
      • gson-2.2.4.jar
    • Requires TeamTalkJNI project as library dependency
  • ttphpadmin
    • Console PHP-script for administrating a TeamTalk 5 server.

項目主頁:http://www.baiduhome.net/lib/view/home/1436522150536

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!