Skip to content
Snippets Groups Projects
Commit fefe9316 authored by Eloi Bail's avatar Eloi Bail Committed by gerrit2
Browse files

daemon: decrease default video bitrate

Decrease default video bitrate from 800 to 250 to adapt to slow connections

Issue: #79686
Change-Id: I5db1a8de025073a617ae5a2ff37c199a14354476
parent 53297a6d
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ namespace ring { ...@@ -42,7 +42,7 @@ namespace ring {
decltype(getGlobalInstance<SystemCodecContainer>)& getSystemCodecContainer = getGlobalInstance<SystemCodecContainer>; decltype(getGlobalInstance<SystemCodecContainer>)& getSystemCodecContainer = getGlobalInstance<SystemCodecContainer>;
constexpr static auto DEFAULT_VIDEO_BITRATE = 800; // in Kbits/second constexpr static auto DEFAULT_VIDEO_BITRATE = 250; // in Kbits/second
SystemCodecContainer::SystemCodecContainer() SystemCodecContainer::SystemCodecContainer()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment