You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
dvdcam
changed the title
issus on bitrate
issue on bitrate
Aug 1, 2023
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?
The text was updated successfully, but these errors were encountered: