Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

OWT Server V5.0

Compare
Choose a tag to compare
@taste1981 taste1981 released this 14 Apr 08:41
· 19 commits to 5.0.x since this release
86930c3

This is the source code release for OWT Server v5.0, here is the update:

New features:

  1. Enabled peer connection reuse for conferencing, now force to use single
    peer connection in JavaScript SDK as pilot.
  2. Provided the option to subscribe the three most active audio streams
    which the conference server switching to forward.
  3. Added WebTransport over QUIC channel to transmit arbitrary data
    between conference server and JavaScript clients.
  4. Upgraded the analytics-agent processing framework to be GStreamer.
  5. Enabled region-based scheduling for video-agent, audio-agent and
    streaming-agent.

Changes:
REST API for MCU Management: Added an attribute selectActiveAudio to room configuration
for active audio selecting feature setting.