From a17c28223c4b45fb02b31119003f2d8f9fb4c765 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Tue, 3 Jul 2018 17:03:08 -0700 Subject: [PATCH] rtmp-services: Change Facebook stream URL to use RTMPS --- plugins/rtmp-services/data/services.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index f3d0874a5..7d69f4c4e 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -653,7 +653,7 @@ "servers": [ { "name": "Default", - "url": "rtmp://rtmp-api.facebook.com:80/rtmp/" + "url": "rtmps://rtmp-api.facebook.com:443/rtmp/" } ], "recommended": {