Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 645 Bytes

owt_publish_audio_bitrate.md

File metadata and controls

30 lines (20 loc) · 645 Bytes

Introduction

This document provides the guide to configurate published audio bitrate on browser (opus only).

System Requirements

  • Ubuntu 18.04
  • owt-server v4.3.x
  • owt-client-javascript v4.3.x
  • Chrome (Version 81.0.4044.138 and later)

Setup

  • Apply patch on js sdk
# download code
git clone --branch 4.3.x https://github.com/open-webrtc-toolkit/owt-client-javascript.git

# apply patch
cd owt-client-javascript
git fetch origin pull/411/head:pr411
git checkout pr411