-
Zextras Carbonio 23.6.0
-
-
- Older Version's Changelogs
- Changelog Version 23.2.0
- Changelog version 23.3.0
- Changelog Version 23.4.0
- Changelog Version 23.5.0
- Changelog Version 23.7.0
- Changelog Version 23.6.0
- Changelog version 23.9.0
- Changelog Version 23.10.0
- Changelog for Release 23.11.0 of Carbonio
- Changelog for Release 23.12.0 of Carbonio
-
-
-
-
Carbonio Community Edition
-
Suite for Zimbra
- Zextras Suite documentation
- Introduction
- Installation Instructions for Zextras Suite
- Licencing of Zextras Suite
- File Management for Licences
- Zextras Backup
- Backup and Restore by Zextras
- Zextras Backup Advanced Methods
- Zextras for Mobile
- Service for Address Books
- Troubleshooting Zextras Mobile
- Powerstore Zextras
- The Indexing of Attachments
- Extractor of External Content
- Delegated Admin Provisioning Zextras Admin
- The Zextras Drive
- Docs Zextras
- Authentique Zextras
- Team Zextras
- Video Server Zextras
- CLI
- next (6) back
-
- Changelog for Zextras 3.1.x releases
- Changelog for Zextras Suite 3.2.0
- Changelog for Zextras Suite 3.3.0
- Zextras Suite Changelog - Release 3.4.0
- Changelog for Zextras Suite 3.5.0
- Changelog for Zextras Suite 3.6.0
- Changelog for Zextras Suite 3.7.0
- Changelog for Zextras Suite 3.8.0
- Changelog for Zextras Suite 3.9.0
- Changelog for Zextras Suite 3.10.0
- Changelog for Zextras Suite 3.11.0
- Changelog for Zextras Suite 3.12.0
- Changelog for Zextras Suite 3.13.0
- Changelog for Zextras Suite 3.14.0
- Changelog for Zextras Suite 3.15.0
- Changelog for Zextras Suite 3.16.0
- Changelog for Zextras Suite 3.17.0
- Changelog for Zextras Suite 3.18.0
- Zextras Suite Changelog - Release 3.19.0
- next (4) back
The Zextras Video Server is a WebRTC stream aggregator that boosts Team performance by integrating and decoding/re-encoding all Meeting streams.
While the default WebRTC produces one incoming and one outgoing stream for each meeting participant, the Zextras Video Server simply creates one aggregated inbound and one aggregated outbound stream for each client. This is true for both video and audio.
The Video Server employs conservative codecs (VP8 and Opus) by default to guarantee maximum compatibility, but other codecs can be enabled. It also divides the Webcam and Screen Sharing streams and allots the same bandwidth to each.
A correctly configured Video Server will eliminate the requirement for a TURN server, as long as all clients can access the Video Server’s public IP address and UDP traffic is not censored.
The Zextras Video Server must be deployed on a dedicated server and meets the following specifications:
Configuration of the Client
There is no requirement for client configuration because the Team Zimlet will detect whether a video server is configured and use it if one is available.
- Download the installation package for the Linux distribution that Zextras Suite is installed on (RHEL 7 and CentOS 7 RHEL 8 and CentOS 8 Ubuntu 18.04).
- Install the installation package on the server.
- Unpack the installation package, replacing [OS] with the appropriate text in the example below: r7, r8, or u18:
- Navigate to the unpacked directory: videoserver-installer cd
- ./install.sh is the installation script to run.
- This script will install Zextras Video Server as well as all of its runtime requirements on the current system.
- Would you prefer to proceed whilst the system is being modified? [Y]
- The installer will first check for required dependencies and, if any are missing, will install them. A notification such as “Press Y to install them”
- You will then be requested to install the following Video Server packages:
- Press Y once again to install them.
- Once all packages have been installed, you will be prompted for the video server’s public IP address.
- This is the only setup needed. The installer will configure the Video Server and then return two commands that must be performed on any Mailbox Server in the infrastructure to connect to the Video Server and enable it for all servers:
- Copy and run these, and see ZxTeam CLI Commands for more information on the syntax and other arguments if you wish to modify them.
Architecture and Service Management
A Team meeting is hosted on a single mailbox, which also maintains track of the meeting’s status. It is the mailbox’s role to communicate with a videoserver instance in order to start and control a meeting.
- Begin the connection pool by typing:
- Close the connection pool:
- Check the status of a connection pool. This command returns information about the node that is running it.
Scaling Video Servers
Commands in the CLI
Codecs and Bandwidth
Bandwidth for video
Codecs for Video
- AV1: In zxsuite configuration, set the global attribute teamChatVideoCodecAV1 to true.
- H264: In zxsuite configuration, set the global attribute teamChatVideoCodecH264 to true.
- H265: In zxsuite configuration, set the global attribute teamChatVideoCodecH265 to true.
- VP8: in zxsuite configuration, set the global attribute teamChatVideoCodecVP8 to true.
- VP9: in zxsuite configuration, set the global attribute teamChatVideoCodecVP9 to true.
Codec Audio
Advanced options
Sound Quality
- The narrowband bandwidth is represented by the number 8000.
- The mediumband bandwidth is represented by 12000.
- The wideband bandwidth (default) is represented by 16000.
- The superwideband bandwidth is 24000.
- The fullband bandwidth is represented by 48000.