From 45ba3b0db37897e7f02d97f5c112bd59e9a9c2c7 Mon Sep 17 00:00:00 2001 From: jp9000 Date: Fri, 30 Oct 2020 00:27:28 -0700 Subject: [PATCH] rtmp-services: Add max recommended cx/cy/fps for Facebook --- plugins/rtmp-services/data/services.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 9641f46c3..2379d20bc 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -458,6 +458,9 @@ "recommended": { "keyint": 2, "profile": "main", + "max width": 1280, + "max height": 720, + "max fps": 30, "max video bitrate": 6000, "max audio bitrate": 128 } -- GitLab