This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Description
Hi,
I'm using owt 4.3.1
When I publish a stream audio/video, the targetstream of webrtc protocol is very low ( only 28 kbits - monitoring with chrome://webrtc-internals). Otherwise if i publish an only video stream(without audio channel), the bitrate is correctly set with "maxbitrate" parameters of "M.conference.publish".
This is the JSON I set:
{"video":[{"codec":{"name":"vp8"},"maxBitrate":750}],"audio":[{"codec":{"name":"opus"},"maxBitrate":100}] }
Can you help me to fix this problem?