From e60a769481254d6460d4c812dded2790a819c4a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florent=20Thi=C3=A9ry?= <florent.thiery@ubicast.eu>
Date: Wed, 20 Feb 2019 19:31:20 +0100
Subject: [PATCH] adjust bitrates to new default values, refs #27606

---
 13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json b/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json
index f166f482..1ad79d78 100755
--- a/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json
+++ b/13.Demokit/1.Deploy_demokit/mirisconf/recorderd/room-a.json
@@ -124,7 +124,7 @@
             "height": 1440,
             "framerate": 30,
             "h264profile": "baseline",
-            "video_bitrate": 16000000,
+            "video_bitrate": 5000000,
             "audio_bitrate": 128000
         },
         {
@@ -132,7 +132,7 @@
             "height": 1080,
             "framerate": 30,
             "h264profile": "baseline",
-            "video_bitrate": 8000000,
+            "video_bitrate": 4000000,
             "audio_bitrate": 128000
         },
         {
@@ -140,7 +140,7 @@
             "height": 720,
             "framerate": 30,
             "h264profile": "baseline",
-            "video_bitrate": 4000000,
+            "video_bitrate": 2500000,
             "audio_bitrate": 128000
         },
         {
-- 
GitLab