diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index eee9acec00bf8c5c97666fcf202f33a955b85da2..9c91d18e623a7fb3e93adec9daa1b31a86ec1f2f 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -498,6 +498,22 @@ "max video bitrate": 1300, "max audio bitrate": 320 } + }, + { + "name": "Facebook Live", + "common": true, + "servers": [ + { + "name": "Default", + "url": "rtmp://rtmp-api.facebook.com:80/rtmp/" + } + ], + "recommended": { + "keyint": 1, + "profile": "main", + "max video bitrate": 2000, + "max audio bitrate": 160 + } } ] }