Skip to content
Snippets Groups Projects
Commit 2a2154e9 authored by Eloi Bail's avatar Eloi Bail Committed by Guillaume Roguez
Browse files

daemon: increase video default bitrate to 800


Refs #69404

Change-Id: Ide27b56681986fe78d41d399b32839121d9984dd
Signed-off-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 7201cc52
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ namespace ring { ...@@ -40,7 +40,7 @@ namespace ring {
decltype(getGlobalInstance<SystemCodecContainer>)& getSystemCodecContainer = getGlobalInstance<SystemCodecContainer>; decltype(getGlobalInstance<SystemCodecContainer>)& getSystemCodecContainer = getGlobalInstance<SystemCodecContainer>;
constexpr static auto DEFAULT_VIDEO_BITRATE = 400; constexpr static auto DEFAULT_VIDEO_BITRATE = 800; // 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