From 79ebd6916af2bd307a2ac23ec606d39d110fcaa4 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Thu, 25 Oct 2018 09:34:39 -0400 Subject: [PATCH] rtmp-services: Add Lightcast.com Closes obsproject/obs-studio#1530 --- plugins/rtmp-services/data/services.json | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 45518b471..2fed92972 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1290,6 +1290,44 @@ "url": "rtmp://hadamard.streaming.linkstream.live:80/live" } ] + }, + { + "name": "Lightcast.com", + "servers": [ + { + "name": "North America / East", + "url": "rtmp://us-east.live.lightcast.com/202E1F/default" + }, + { + "name": "North America / West", + "url": "rtmp://us-west.live.lightcast.com/202E1F/default" + }, + { + "name": "Europe / Amsterdam", + "url": "rtmp://europe.live.lightcast.com/202E1F/default" + }, + { + "name": "Europe / Frankfurt", + "url": "rtmp://europe-fra.live.lightcast.com/202E1F/default" + }, + { + "name": "Europe / Stockholm", + "url": "rtmp://europe-sto.live.lightcast.com/202E1F/default" + }, + { + "name": "Asia / Hong Kong", + "url": "rtmp://asia.live.lightcast.com/202E1F/default" + }, + { + "name": "Australia / Sydney", + "url": "rtmp://australia.live.lightcast.com/202E1F/default" + } + ], + "recommend": { + "keyint": 2, + "max video bitrate": 6000, + "max audio bitrate": 160 + } } ] }