From 740e0084a0c7734197ebf5b292c21e2b90cd5e54 Mon Sep 17 00:00:00 2001 From: CommanderRoot Date: Mon, 6 Jul 2015 19:23:08 -0700 Subject: [PATCH] rtmp-services: Update recommended Youtube settings Closes jp9000/obs-studio#439 --- plugins/rtmp-services/data/services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 605a52378..531c8df71 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -112,10 +112,10 @@ } ], "recommended": { - "keyint": 2, + "keyint": 4, "cbr": true, "profile": "main", - "max video bitrate": 3500, + "max video bitrate": 9000, "max audio bitrate": 160 } },